summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-24loplugin: cstylecastNoel Grandin3-23/+23
2014-11-19fdo#85872: sw: fix crash in insert index dialogMichael Stahl1-4/+7
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl1-1/+1
2014-10-06Related: coverity#704049 Unchecked return valueCaolán McNamara1-1/+1
2014-10-04coverity#704049 Unchecked return valueNorbert Thiebaud1-3/+4
2014-09-07more accurate typingLionel Elie Mamane1-1/+1
2014-09-07AUTH_FIELD_END looks like it is made for thisLionel Elie Mamane1-2/+2
2014-09-07push explicit cast to minimal expressionLionel Elie Mamane1-2/+2
2014-09-06Fix build: narrowing castMatteo Casalin1-1/+1
2014-09-06Improve readability by early bailoutMatteo Casalin1-10/+13
2014-09-06Avoid lookup table: just one single special caseMatteo Casalin1-53/+12
2014-09-06Reserve vector capacity in advance and avoid copying itMatteo Casalin1-10/+12
2014-08-20RegisterToTOXType has a silly parameter nameMichael Stahl1-2/+2
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner2-3/+5
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann2-3/+3