summaryrefslogtreecommitdiff
path: root/sw/source/core/tox/ToxTextGenerator.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-10sw_redlinehide_3: pass current layout through ModelToViewHelperMichael Stahl1-1/+1
2018-11-10sw: parameter of SwChapterField::ChangeExpansion() is requiredMichael Stahl1-1/+1
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov1-5/+1
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-1/+1
2018-08-16loplugin:useuniqueptr in SwTOXBaseSectionNoel Grandin1-1/+1
2018-07-30loplugin:stringloop in swNoel Grandin1-7/+7
2018-07-10use std::uniqueptr in HandledTextTokenNoel Grandin1-2/+2
2018-02-28Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-12-06table of objects crashes on first update with object in documentCaolán McNamara1-2/+2
2017-10-23loplugin:includeform: swStephan Bergmann1-19/+19
2017-10-23tdf#113284 Check vector length before useTamas Bunth1-0/+3
2017-09-29tdf#99689 allow Subscript in Illustration Index...Tamas Bunth1-5/+10
2017-02-15tdf#104315: Revert "tdf#44282 fix missing space...Xisco Fauli1-4/+1
2016-11-13drop useless semicolonsDavid Tardon1-2/+2
2016-10-25tdf#44282 fix missing space for numbered lists in TOCAbhilash1-1/+4
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-3/+3
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-1/+1
2016-08-16loplugin:stringconstantStephan Bergmann1-1/+1
2016-08-16tdf#44282 fix missing space for numbered lists in TOCAbhilash Singh1-0/+4
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
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-44/+44
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-02-18boost->stdCaolán McNamara1-5/+5
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-25fdo#83798: sw: fix generation of ToX with chapter numbersMichael Stahl1-2/+2
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-06TOX: Extract generation of tab stop attributes to its own class.Tobias Lippert1-85/+15
2014-06-06Unittest generation of text for chapter entries in the TOCTobias Lippert1-45/+84
2014-06-06tweak to get building universallyCaolán McNamara1-1/+1
2014-06-06Unittest generation of page number placeholders in table of contentsTobias Lippert1-31/+43
2014-06-06fdo#30732 Retain selected character attributes for table of contentsTobias Lippert1-6/+78
2014-06-05Unittest link generation for table of contents.Tobias Lippert1-53/+13
2014-06-05Unittest the whitespace stripping logic for tox text generationTobias Lippert1-31/+5
2014-06-05Extract TOX text generation to its own source fileTobias Lippert1-0/+379