summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin2-9/+9
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin6-10/+13
2016-05-20Add test for checking the color of characters and paragraphsslideon1-8/+73
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen10-45/+34
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin12-24/+36
2016-05-19tdf#98985 create merge results at the right timeOliver Specht7-63/+89
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin2-3/+2
2016-05-18tdf#99935 Fix rulers visible stateMaxim Monastirsky1-2/+2
2016-05-18tdf#82073 RTF import: handle \clcbpatrawMiklos Vajna2-0/+17
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-9/+7
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna3-4/+12
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin12-46/+40
2016-05-17sfx2 classification: do not hardcode policy type in SfxClassificationParserMiklos Vajna1-6/+8
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna3-4/+4
2016-05-17loplugin:stringconstantTor Lillqvist1-1/+1
2016-05-16 tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht4-7/+21
2016-05-16convert VIEWOPT_1 to scoped enumNoel Grandin3-91/+93
2016-05-16Convert VIEWOPT_2 to scoped enumNoel Grandin2-43/+48
2016-05-16Convert VIEWOPT flags to scoped enumNoel Grandin5-58/+64
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara3-1/+4
2016-05-14tdf#99699 Do nullptr check BEFORE calling methodMichael Weghorn1-2/+3
2016-05-13more places we use other than end ellipsizeCaolán McNamara1-1/+1
2016-05-13sw: document the MoveInvalidXAccToEnd() oddityMichael Stahl1-3/+5
2016-05-13tdf#99722 sw: avoid buffering a11y events for not-visible framesMichael Stahl2-5/+13
2016-05-13Resolves: tdf#99692 crash in SwPostItMgr with change trackingCaolán McNamara1-4/+7
2016-05-13Convert VIEWOPT_CORE2 to scoped enumNoel Grandin2-24/+29
2016-05-13tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas1-0/+1
2016-05-13docxtablestyleexport: can pass the serializer by const refMiklos Vajna2-2/+2
2016-05-13convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin5-56/+59
2016-05-13Fix wrong commentJulien Nabet1-2/+1
2016-05-13Convert ACT to scoped enumNoel Grandin10-68/+68
2016-05-13convert PROT to scoped enumNoel Grandin10-107/+116
2016-05-13Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet3-5/+5
2016-05-12tdf#99722 sw: silly performance issue when firing a11y eventsMichael Stahl1-9/+4
2016-05-12CppunitTest_sw_uwriter: fix loplugin:cppunitassertequals warningsMiklos Vajna2-70/+68
2016-05-12Massage code to avoid warningsStephan Bergmann1-3/+2
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara8-42/+5
2016-05-12Massage code to avoid warningsStephan Bergmann1-4/+4
2016-05-12Replace comment with SAL_FALLTHROUGHStephan Bergmann1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin141-684/+544
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin12-15/+15
2016-05-12Convert RulerType to scoped enumNoel Grandin2-9/+9
2016-05-12Silence bogus GCC 5.3 -Werror=strict-overflowJulien Nabet1-0/+9
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara4-4/+6
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann4-0/+4
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann5-1/+9
2016-05-11SAL_FALLTHROUGH is intended hereStephan Bergmann1-0/+1
2016-05-11Looks like SAL_FALLTHROUGH is intended hereStephan Bergmann1-0/+1