summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky13-49/+49
2015-11-12sw: prefix members of SwViewOptionMiklos Vajna2-101/+101
2015-11-12sw: prefix members of SwFrmPageMiklos Vajna2-201/+201
2015-11-12sw: prefix members of SwLayActionMiklos Vajna2-199/+199
2015-11-12sw: prefix members of SwXMLImportMiklos Vajna4-120/+120
2015-11-12WaE: loplugin:literaltoboolconversionTor Lillqvist1-1/+1
2015-11-12coverity#1338595 Dereference before null checkCaolán McNamara1-2/+2
2015-11-12OSL_ENSURE followed by unconditional dereference -> assertCaolán McNamara1-1/+1
2015-11-12dynamic cast followed by static castCaolán McNamara1-4/+2
2015-11-11sw lok: fix sidebarwindows::SwSidebarWin pixel positionMiklos Vajna1-0/+11
2015-11-11Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara3-1/+11
2015-11-115th step to remove tools/rtti.hxxOliver Specht156-266/+25
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt2-0/+13
2015-11-11Avoid a default parameter that was under-used anyway (loplugin:defaultparams)Tor Lillqvist2-2/+2
2015-11-11tdf#85232 WPG import: fix handling of line shapesMiklos Vajna2-0/+11
2015-11-11sw: prefix members of SwFrmAddPageMiklos Vajna2-167/+167
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna6-199/+199
2015-11-11sw: prefix members of SwTOXDescriptionMiklos Vajna2-96/+96
2015-11-11sw: prefix members of SwRedlineAcceptDlgMiklos Vajna2-215/+215
2015-11-11new loplugin: memoryvarNoel Grandin10-77/+60
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero15-80/+79
2015-11-11another missing SolarMutex in Writer UNO: SwXCellBjoern Michaelsen1-0/+3
2015-11-11remove b_mInDocDTOR flag altogetherBjoern Michaelsen2-9/+3
2015-11-11reduce branch depth in SwModify dtorBjoern Michaelsen2-25/+22
2015-11-11remove IsInDocDTOR() as a public memberBjoern Michaelsen3-3/+2
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-27/+29
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-42/+46
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-19/+20
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-11/+12
2015-11-10This PixelToLogic() call can be conditional in SwSidebarWin::SetPosAndSize()Miklos Vajna1-7/+7
2015-11-10sw lok: fix length of the line overlay above the notesMiklos Vajna1-0/+12
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna18-152/+155
2015-11-10sw lok: fix width of the notes sidebarMiklos Vajna1-1/+10
2015-11-10sw: allow doc model xml dump creation while editing comment textMiklos Vajna1-0/+11
2015-11-10sw doc model xml dump: show comment textMiklos Vajna6-19/+45
2015-11-10tdf#70318: Prevent extra empty paragraph in clipboard RTF contentMike Kaganski2-3/+5
2015-11-10NVDA does not read . when stepping word by wordNiklas Johansson1-3/+3
2015-11-10tdf#93139 Orca Screen Reader does not read bullet part 2Niklas Johansson2-31/+3
2015-11-10tdf#39080 Hide Whitespace improvementsAshod Nakashian6-23/+107
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann896-11260/+11260
2015-11-10tdf#95071: fix spacing calculations for border with page offsetMike Kaganski2-1/+1
2015-11-10sw: prefix members of SwNavigationPIMiklos Vajna4-344/+344
2015-11-10sw: prefix members of SwStyleNameMapperMiklos Vajna3-172/+172
2015-11-10sw: prefix members of SwBoxAutoFormatMiklos Vajna2-280/+280
2015-11-10sw: prefix members of SwContentTreeMiklos Vajna2-362/+362
2015-11-10tdf#92648 unit test for DOCX import regression (textbox shrinking)László Németh2-0/+17
2015-11-09yet another member of SwXTextPortion needs to be guarded in the dtorBjoern Michaelsen1-0/+5
2015-11-09another missing SolarMutex in Writer UNOBjoern Michaelsen1-0/+3
2015-11-09also fix SwXFlatParagraphIteratorBjoern Michaelsen1-0/+3
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen8-4/+35