summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-08sw: use std::unique_ptr<> in docfmtMiklos Vajna1-3/+3
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-6/+6
2015-08-20tweak config-less sysconfig pathCaolán McNamara1-1/+3
2015-08-20tdf#93240: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-08-20loplugin: defaultparamsNoel Grandin1-12/+12
2015-08-03coverity#1315001 Dereference null return valueCaolán McNamara1-1/+1
2015-06-03sw: move name of the embedded data source def from SwDBData to SwDBManagerMiklos Vajna1-1/+0
2015-05-23tdf#91368 - micro-optimization for over-used method.Michael Meeks1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-387/+387
2015-05-14tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna1-1/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-5/+5
2015-05-06sw: add SwDBData::sEmbeddedNameMiklos Vajna1-0/+1
2015-05-05sw doc model xml dump: include SwDBDataMiklos Vajna1-0/+12
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-6/+6
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-8/+8
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-25kill a typed Modify useBjoern Michaelsen1-13/+5
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-2/+2
2015-03-24remove use of GetDepends to access clientsBjoern Michaelsen1-3/+3
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-4/+4
2015-03-03Drop local FindPageDesc implementationsJan-Marek Glogowski1-3/+4
2015-02-28Extract SwDoc::dumpAsXml() from docnodeMiklos Vajna1-0/+42
2015-02-21Use more proper types/range-for loops, reduce scopeMatteo Casalin1-19/+11
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-6/+4
2015-02-14related tdf#89004 improve performance of document data collectionUrsache Vladimir1-42/+17
2015-02-02tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna1-0/+8
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-36/+0
2015-01-15Resolves: rhbz#SwDataChanged dtor accesses deleted PaMCaolán McNamara1-4/+6
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre1-19/+8
2014-12-25sal_uInt16 to size_tMatteo Casalin1-6/+6
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19move docfunc to own headerBjoern Michaelsen1-0/+1
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin1-1/+1
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin1-4/+4
2014-11-14loplugin: cstylecastNoel Grandin1-36/+35
2014-09-24fdo#78611 Don't create automatic rules on resetJan-Marek Glogowski1-5/+13
2014-09-17Fix Windows build - the same thing in Writer.Jan Holesovsky1-9/+16
2014-09-17SFX_ITEM_SET to SfxItemState::SETTomaž Vajngerl1-1/+1
2014-09-17Make it easier to add new color attributes to GetDocColorsKrisztian Pinter1-3/+3