summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc
AgeCommit message (Expand)AuthorFilesLines
2016-09-14loplugin:constantparamNoel Grandin1-4/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-3/+3
2016-08-17loplugin:unusedenumvalues in swNoel Grandin1-3/+1
2016-06-20sw: prefix members of SwWriteTableMiklos Vajna1-20/+20
2016-05-23loplugin:unusedmethods in swNoel Grandin2-5/+0
2016-03-24sw: replace boost::noncopyable with C++11 deleteMichael Stahl2-11/+22
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin3-7/+3
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-2/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-09sw: initial SwFltRDFMarkMiklos Vajna1-0/+19
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon2-3/+3
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+0
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-15/+15
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-3/+3
2015-10-02loplugin:unusedmethodsNoel Grandin1-6/+0
2015-09-03sw: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl1-6/+8
2015-08-03sw: inline use-once typedefsNoel Grandin1-4/+2
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin4-8/+0
2015-06-20sw: WW8 export: GetPseudoCharRuns() parameter bSplitOnCharSet is obsoleteMichael Stahl1-6/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-5/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier6-38/+38
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-18fix export to rtf of ooo87305-1.odtCaolán McNamara1-4/+10
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-2/+2
2015-04-07fix assert on export of fdo77716-1.docx to odtCaolán McNamara1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann2-5/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-6/+0
2014-12-30i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna1-1/+1
2014-12-1032/64 bit type mismatchDavid Ostrovsky1-2/+2
2014-11-16SetStrmStgPtr can return bool instead of sal_True/sal_False in an intMatteo Casalin1-1/+1
2014-11-07Make GetTwipSize() call SwapIn() by itself in case of invalid sizeZolnai Tamás1-21/+0
2014-10-31callcatcher: a titchy bit more ww1 filter falloutCaolán McNamara1-1/+0
2014-10-29callcatcher: more ww1 removal falloutCaolán McNamara1-117/+0
2014-10-23callcatcher: lots more unused post ww1 filter removalCaolán McNamara1-247/+0
2014-10-22remove original and unused word for windows 1 filterCaolán McNamara1-5/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-12fdo#77979: sw: RTF export: write non-ASCII font names encodedMichael Stahl1-2/+10
2014-06-09valgrind: conditional jump depends on uninitialized dataCaolán McNamara1-3/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-3/+3
2014-04-30sw: sal_Bool->boolNoel Grandin6-41/+41
2014-04-04coverity#708489 Uninitialized scalar fieldCaolán McNamara1-4/+14
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1