summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-11-14sw lok comments: implement mouse move and mouse upMiklos Vajna4-2/+50
2015-11-14coverity#1339307 Uncaught exceptionCaolán McNamara1-1/+1
2015-11-14sw lok comments: fix cursor position of a newly created sidebar windowMiklos Vajna1-0/+17
2015-11-14sw lok comments: fix callback of newly created outliner viewsMiklos Vajna3-0/+21
2015-11-14sw lok comments: implement setTextSelection() APIMiklos Vajna3-21/+51
2015-11-14sw lok comments: emit invalidation events in SidebarTextControlMiklos Vajna2-0/+28
2015-11-14tdf#95775: Allow zero shape width/height; fix setting width/height relationMike Kaganski4-1/+12
2015-11-14sw: prefix members of SwLineLayoutMiklos Vajna2-71/+71
2015-11-14sw: prefix members of SwPrintDataMiklos Vajna8-212/+212
2015-11-14sw: prefix members of SwSectionFootnoteEndTabPageMiklos Vajna2-127/+127
2015-11-14sw: prefix members of SwUndoDeleteMiklos Vajna2-163/+163
2015-11-13Added Test for checking new Writer document modified stateVarun Dhall1-0/+13
2015-11-13sw: solve the CheckBookmarks fails on WNT mysteryMichael Stahl2-8/+2
2015-11-13sw lok comments: fix position of blinking cursor after mouse clickMiklos Vajna1-6/+18
2015-11-13sw lok: disable comment menu button for nowMiklos Vajna1-0/+4
2015-11-13sw: prefix members of SwTextIterMiklos Vajna13-580/+580
2015-11-13sw lok: fix blinking cursor position of commentsMiklos Vajna5-16/+38
2015-11-13sw: loplugin:badstatics: convert static SwViewShell::mpReplaceBmpMichael Stahl6-16/+19
2015-11-13sw: loplugin:badstatics: actually these are harmlessMichael Stahl1-9/+9
2015-11-13sw: loplugin:badstatics: remove static SwView::m_pSrchDlgMichael Stahl3-43/+31
2015-11-13sw: shove 2 global variables into SwHyphIterMichael Stahl3-16/+41
2015-11-13sw: rename some more global variablesMichael Stahl8-70/+70
2015-11-13sw: rename some global variablesMichael Stahl2-70/+70
2015-11-13sw: don't show main cursor when editing a postitMiklos Vajna1-0/+10
2015-11-13sw: prefix members of SwIdxFormDlgMiklos Vajna1-21/+21
2015-11-13sw: prefix members of SwXMLTableContextMiklos Vajna2-229/+229
2015-11-13sw: prefix members of SwLabPreviewMiklos Vajna2-84/+84
2015-11-13sw: prefix members of SwParaPortionMiklos Vajna2-61/+61
2015-11-12loplugin:stringconstantStephan Bergmann1-2/+2
2015-11-12sw lok: forward key events to annotation window if necessaryMiklos Vajna7-1/+37
2015-11-12tdf#89714 - enable Widow/Orphan in default styleJustin Luth2-0/+22
2015-11-12loplugin:nullptrStephan Bergmann2-2/+2
2015-11-12sw lok: route SwEditWin::MouseButtonDown to SidebarTextControl if necessaryMiklos Vajna5-0/+59
2015-11-12two methods with the same name that do slightly different thingsCaolán McNamara3-5/+4
2015-11-12SwPageFrm::MakeAll RefactoredAshod Nakashian5-107/+70
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