summaryrefslogtreecommitdiff
path: root/sw/source/core/tox/tox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-2/+1
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-02sw: prefix members of SwTOXBaseMiklos Vajna1-45/+45
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-12/+12
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 Bergmann1-4/+4
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-12/+0
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre1-3/+3
2014-11-24loplugin: cstylecastNoel Grandin1-1/+1
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl1-1/+1
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-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-05Extract TOX text generation to its own source fileTobias Lippert1-0/+6
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-20/+3
2014-05-08coverity#1209146 Logically dead codeCaolán McNamara1-5/+4
2014-04-30sw: sal_Bool->boolNoel Grandin1-15/+15
2014-04-29sw: remove SwFormTokensHelper implementation details from headerMichael Stahl1-72/+99
2014-04-29fdo#77308: SwFormTokensHelper avoid infinite loop on invalid inputMichael Stahl1-19/+18
2014-04-26WaE: -Werror=shadowCaolán McNamara1-2/+2
2014-04-26Related: #i124451# application of index entry template patternsOliver-Rainer Wittmann1-8/+9
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-6/+0
2014-04-11coverity#708466 Uninitialized scalar fieldCaolán McNamara1-1/+1
2014-04-10fdo#77051: Preservation of Index field flag '\f'.YogeshBharate1-0/+7
2014-03-28Resolves: #i124451# apply correct index entry template patterns...Oliver-Rainer Wittmann1-46/+23
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh1-0/+2
2014-02-27Remove visual noise from swAlexander Wilms1-14/+0
2014-02-26fdo#75133: Preseved bibliography after round trip.Rohit Deshmukh1-0/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-01-15fdo#73162: sw: un-break index entries that contain text separatorsMichael Stahl1-1/+6
2014-01-13fdo#69613:Fix for TOC field flag 'b' should preserved after RT.PriyankaGaikwad1-0/+7
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-1/+1
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-2/+2