summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)Author
2015-06-11tdf#90713 tdf#90925 remove footnote mark from TOC/List of Figures entryAndras Timar
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-11convert MarkType to enum classNoel Grandin
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-03-03tdf#89520 Make TOX creation more robustTobias Lippert
2015-02-18boost->stdCaolán McNamara
2015-01-22Merge common code of sw format listsJan-Marek Glogowski
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-17fdo#75757 Remove inheritance to std::vectorMichaël Lefèvre
2014-11-25fdo#83798: sw: fix generation of ToX with chapter numbersMichael Stahl
2014-11-24loplugin: cstylecastNoel Grandin
2014-11-19fdo#85872: sw: fix crash in insert index dialogMichael Stahl
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl
2014-10-06Related: coverity#704049 Unchecked return valueCaolán McNamara
2014-10-04coverity#704049 Unchecked return valueNorbert Thiebaud
2014-09-07more accurate typingLionel Elie Mamane
2014-09-07AUTH_FIELD_END looks like it is made for thisLionel Elie Mamane
2014-09-07push explicit cast to minimal expressionLionel Elie Mamane
2014-09-06Fix build: narrowing castMatteo Casalin
2014-09-06Improve readability by early bailoutMatteo Casalin
2014-09-06Avoid lookup table: just one single special caseMatteo Casalin
2014-09-06Reserve vector capacity in advance and avoid copying itMatteo Casalin
2014-08-20RegisterToTOXType has a silly parameter nameMichael Stahl
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-06TOX: Extract generation of tab stop attributes to its own class.Tobias Lippert
2014-06-06Unittest generation of text for chapter entries in the TOCTobias Lippert
2014-06-06tweak to get building universallyCaolán McNamara
2014-06-06Unittest generation of page number placeholders in table of contentsTobias Lippert
2014-06-06missing mode-lines, stray semi-colonsCaolán McNamara
2014-06-06fdo#30732 Retain selected character attributes for table of contentsTobias Lippert
2014-06-05they're not copyable, deploy boost::ptr_vector insteadCaolán McNamara
2014-06-05Unittest link generation for table of contents.Tobias Lippert
2014-06-05Unittest the whitespace stripping logic for tox text generationTobias Lippert
2014-06-05Extract TOX text generation to its own source fileTobias Lippert