summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin32-142/+122
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann2-0/+2
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+5
2016-05-11SAL_FALLTHROUGH is intended hereStephan Bergmann1-0/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann17-66/+67
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann6-4/+11
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin2-3/+3
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin4-47/+35
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin4-23/+31
2016-05-06sw: no need to copy these in rtfattributeoutputMiklos Vajna2-12/+12
2016-05-05crashtesting: fix a gadzillion docx export crashesCaolán McNamara1-4/+6
2016-05-04use Any constructor instead of temporariesNoel Grandin5-40/+15
2016-05-03sw: HTML filter: avoid turning on Undo with ridiculous hacksMichael Stahl1-0/+3
2016-05-02sw: translate last Anz occurrences in headersMiklos Vajna5-10/+10
2016-04-30Fix typosAndrea Gelmini1-4/+4
2016-04-29sw: no need to copy these in docxsdrexportMiklos Vajna2-10/+10
2016-04-29tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht2-1/+10
2016-04-28tdf#74328: loading section page no. as 16 bit unsignedOliver Specht1-2/+2
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-2/+2
2016-04-27tdf#99474 close direct char fmt at end of paraLuke Deller2-12/+6
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin6-60/+58
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann1-1/+1
2016-04-25Some more sal_Bool -> boolStephan Bergmann2-4/+4
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas1-0/+1
2016-04-22Avoid reserved identifiersStephan Bergmann26-404/+404
2016-04-21new plugin stylepoliceNoel Grandin2-25/+25
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-9/+9
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin5-19/+0
2016-04-19cppcheck: silence known condition warning in sw ww8Jochen Nitschke1-51/+47
2016-04-18Fix commentStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin11-34/+30
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-3/+0
2016-04-15RtfAttributeOutput::StartRuby: guard against nullptr pRubyTextMiklos Vajna1-1/+1
2016-04-14loplugin:passstuffbyref in swNoel Grandin9-16/+16
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0
2016-04-09valgrind: leak on export of ooo98646-1.doc to docxCaolán McNamara1-9/+8
2016-04-09coverity#1358391 Inferred misuse of enumCaolán McNamara1-1/+1
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl6-16/+44
2016-04-07tdf#99120 DOC import: fix lack of first share after odd section breakMiklos Vajna1-1/+2
2016-04-07drop double check of the sameDouglas Mencken1-3/+3
2016-04-06Elide const varStephan Bergmann1-2/+2
2016-04-06loplugin:stringconstantStephan Bergmann1-1/+1
2016-04-06convert blob's hex bytes to ascii symbolsDouglas Mencken1-22/+20
2016-04-06tdf#99100 DOC import: handle subset of STYLEREF nativelyMiklos Vajna2-2/+42
2016-04-04Use std::size_tMiklos Vajna3-11/+11
2016-04-01sw: document what are these numbers in the WW8Fib ctorMiklos Vajna1-0/+1
2016-04-01loplugin:constantparam in swNoel Grandin2-5/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-3/+3
2016-04-01convert "Impossible" ensures to warnsDouglas Mencken1-8/+15