summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-11-12coverity#1338595 Dereference before null checkCaolán McNamara
2015-11-12OSL_ENSURE followed by unconditional dereference -> assertCaolán McNamara
2015-11-12dynamic cast followed by static castCaolán McNamara
2015-11-11sw lok: fix sidebarwindows::SwSidebarWin pixel positionMiklos Vajna
2015-11-11Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt
2015-11-11Avoid a default parameter that was under-used anyway (loplugin:defaultparams)Tor Lillqvist
2015-11-11tdf#85232 WPG import: fix handling of line shapesMiklos Vajna
2015-11-11sw: prefix members of SwFrmAddPageMiklos Vajna
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna
2015-11-11sw: prefix members of SwTOXDescriptionMiklos Vajna
2015-11-11sw: prefix members of SwRedlineAcceptDlgMiklos Vajna
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero
2015-11-11another missing SolarMutex in Writer UNO: SwXCellBjoern Michaelsen
2015-11-11remove b_mInDocDTOR flag altogetherBjoern Michaelsen
2015-11-11reduce branch depth in SwModify dtorBjoern Michaelsen
2015-11-11remove IsInDocDTOR() as a public memberBjoern Michaelsen
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10This PixelToLogic() call can be conditional in SwSidebarWin::SetPosAndSize()Miklos Vajna
2015-11-10sw lok: fix length of the line overlay above the notesMiklos Vajna
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna
2015-11-10sw lok: fix width of the notes sidebarMiklos Vajna
2015-11-10sw: allow doc model xml dump creation while editing comment textMiklos Vajna
2015-11-10sw doc model xml dump: show comment textMiklos Vajna
2015-11-10tdf#70318: Prevent extra empty paragraph in clipboard RTF contentMike Kaganski
2015-11-10NVDA does not read . when stepping word by wordNiklas Johansson
2015-11-10tdf#93139 Orca Screen Reader does not read bullet part 2Niklas Johansson
2015-11-10tdf#39080 Hide Whitespace improvementsAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10tdf#95071: fix spacing calculations for border with page offsetMike Kaganski
2015-11-10sw: prefix members of SwNavigationPIMiklos Vajna
2015-11-10sw: prefix members of SwStyleNameMapperMiklos Vajna
2015-11-10sw: prefix members of SwBoxAutoFormatMiklos Vajna
2015-11-10sw: prefix members of SwContentTreeMiklos Vajna
2015-11-10tdf#92648 unit test for DOCX import regression (textbox shrinking)László Németh
2015-11-09yet another member of SwXTextPortion needs to be guarded in the dtorBjoern Michaelsen
2015-11-09another missing SolarMutex in Writer UNOBjoern Michaelsen
2015-11-09also fix SwXFlatParagraphIteratorBjoern Michaelsen
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen
2015-11-09Revert "Revert "fix tdf#94818 while retaining the tdf#90504 fix""Andras Timar
2015-11-09Revert "fix tdf#94818 while retaining the tdf#90504 fix"Andras Timar
2015-11-09java: add some @Override annotationsNoel Grandin
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak