summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2016-09-16Revert "convert ReaderWriterEnum to scoped enum"Noel Grandin2-22/+18
2016-09-16convert ReaderWriterEnum to scoped enumNoel Grandin2-18/+22
2016-09-16fix buildCaolán McNamara1-1/+1
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-9/+0
2016-09-15use std::unique_ptr and remove custom dtor for coverity#1371321Caolán McNamara3-17/+11
2016-09-15untangle this a bit, not immediately clear what it didCaolán McNamara1-4/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl11-46/+46
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin6-11/+3
2016-09-14loplugin:constantparamNoel Grandin1-4/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann40-86/+86
2016-09-10fftester: this mode is intended for paste into an existing docCaolán McNamara1-8/+1
2016-09-09loplugin:refcountingNoel Grandin2-3/+3
2016-09-09remove direct memory managementDavid Tardon2-14/+7
2016-09-09remove direct memory managementDavid Tardon1-25/+12
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon3-16/+16
2016-09-08loplugin:constantparam in swNoel Grandin5-9/+8
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin17-82/+79
2016-09-08loplugin:constantparam in swNoel Grandin7-26/+18
2016-09-07convert HTML_CNTXT constants to typed_flagsNoel Grandin3-25/+31
2016-09-07convert HTML_FF flags to typed_flagsNoel Grandin5-14/+20
2016-09-07loplugin:constantparam in swNoel Grandin11-23/+14
2016-09-04loplugin:defaultparams: Default method parameterGiuseppe Castagno1-1/+1
2016-09-03cppcheck: variableScopeZolnai Tamás1-3/+1
2016-09-02tdf#76349 SpacingWithoutBorders: enable .doc RTJustin Luth2-4/+13
2016-09-01pTemplate can probably be null hereStephan Bergmann1-3/+3
2016-09-01use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke3-3/+3
2016-08-31add spaces in warningCaolán McNamara1-2/+2
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-1/+1
2016-08-30Translate some German comments and messagesMaarten Bosmans1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann5-9/+9
2016-08-30tdf#101589 MS import: set 1-row table to don't split if row is setJustin Luth1-0/+4
2016-08-30sw: fix build, missing fmtlsplt.hxxMichael Stahl1-0/+1
2016-08-30tdf#91083 ww8import: set table keep/split properties if emulatedJustin Luth1-0/+54
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann7-11/+11
2016-08-29loplugin:staticmethodsStephan Bergmann4-4/+4
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist10-14/+14
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann6-13/+12
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski3-8/+4
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski3-6/+3
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski2-2/+3
2016-08-29tdf#101589 MS export: use dont-split-row for 1-row tableJustin Luth1-0/+30
2016-08-29sw: prefix members of SwHTMLForm_ImplMiklos Vajna1-66/+66
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke5-16/+16
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann1-2/+2
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin8-12/+12
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin2-2/+2
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin2-8/+8
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin1-2/+2
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann2-2/+2
2016-08-19coverity#1371116 Unchecked return valueCaolán McNamara1-1/+1