summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin3-13/+13
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+0
2014-06-06TOX: Extract generation of tab stop attributes to its own class.Tobias Lippert2-85/+141
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-06missing mode-lines, stray semi-colonsCaolán McNamara1-0/+1
2014-06-06fdo#30732 Retain selected character attributes for table of contentsTobias Lippert1-6/+78
2014-06-05they're not copyable, deploy boost::ptr_vector insteadCaolán McNamara1-4/+4
2014-06-05Unittest link generation for table of contents.Tobias Lippert2-53/+83
2014-06-05Unittest the whitespace stripping logic for tox text generationTobias Lippert2-31/+67
2014-06-05Extract TOX text generation to its own source fileTobias Lippert2-0/+385
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante2-49/+12