summaryrefslogtreecommitdiff
path: root/sw/inc/tox.hxx
AgeCommit message (Expand)Author
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-01-21loplugin: unused return valuesNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-30sw: prefix members of SwFormMiklos Vajna
2015-10-28sw: prefix members of SwTOXMarkMiklos Vajna
2015-10-28sw: prefix members of SwTOXTypeMiklos Vajna
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02sw: prefix members of SwTOXBaseMiklos Vajna
2015-09-30Fix typosAndrea Gelmini
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-02-18TyposJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin
2014-11-10loplugin: cstylecastNoel Grandin
2014-08-19fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-06-05Extract TOX text generation to its own source fileTobias Lippert
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-05-06dflt -> defaultThomas Arnhold
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-29sw: remove SwFormTokensHelper implementation details from headerMichael Stahl
2014-04-29fdo#77308: SwFormTokensHelper avoid infinite loop on invalid inputMichael Stahl
2014-04-10fdo#77051: Preservation of Index field flag '\f'.YogeshBharate
2014-03-28Resolves: #i124451# apply correct index entry template patterns...Oliver-Rainer Wittmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-03Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann
2014-01-20fdo#69613 : Fix for TOC with flag '\u' should get preserved after RT.Pallavi Jadhav
2014-01-15SwFormTokenToString is unused since 2004Michael Stahl
2014-01-13fdo#69613: Code changes for TOC with flag '\x' should get preserved after RT.YogeshBharate
2014-01-13fdo#69613:Fix for TOC field flag 'b' should preserved after RT.PriyankaGaikwad
2014-01-13fdo#69613: Code changes for TOC with flag '\w' should get preserved after RT.YogeshBharate
2014-01-10fdo#69613: Code changes for TOC with flag '\z' should get preserved after RT.YogeshBharate
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-23Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-13String to OUString and some reduction of scopeMatteo Casalin
2013-07-30fdo#43157 - Clean up OSL_ENSUREHonza Havlíček
2013-04-05new module i18nlangtagEike Rathke
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-07sal_Bool to boolTakeshi Abe