summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)AuthorFilesLines
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-1/+1
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann2-4/+4
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2-6/+6
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin3-7/+7
2016-08-16loplugin:stringconstantStephan Bergmann1-1/+1
2016-08-16tdf#44282 fix missing space for numbered lists in TOCAbhilash Singh1-0/+4
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-2/+0
2016-05-25sw: boost::numeric_cast not really ideal in core codeMichael Stahl1-4/+4
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-21Revert "tdf#44282 fix missing space for numbered lists in TOC"jan iversen1-8/+3
2016-03-18tdf#44282 fix missing space for numbered lists in TOCMohamed Thabet1-3/+8
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-02-11tdf#89505: replace tab character with space in table of contentsOliver Specht1-1/+1
2016-01-21loplugin: unused return valuesNoel Grandin1-3/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon3-15/+15
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-14/+14
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin2-8/+6
2015-10-30sw: prefix members of SwFormMiklos Vajna1-26/+26
2015-10-28sw: prefix members of SwTOXMarkMiklos Vajna1-20/+20
2015-10-28sw: prefix members of SwTOXTypeMiklos Vajna1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-02sw: prefix members of SwTOXBaseMiklos Vajna1-45/+45
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-11/+14
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-11tdf#90713 tdf#90925 remove footnote mark from TOC/List of Figures entryAndras Timar1-1/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier6-179/+179
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-1/+1
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-5/+5
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-03-03tdf#89520 Make TOX creation more robustTobias Lippert1-0/+7
2015-02-18boost->stdCaolán McNamara1-5/+5
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-12/+0
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-2/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann2-5/+5
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre1-3/+3
2014-11-25fdo#83798: sw: fix generation of ToX with chapter numbersMichael Stahl1-2/+2