summaryrefslogtreecommitdiffstats
path: root/sw/inc/doc.hxx
Commit message (Expand)AuthorAgeFilesLines
* Optimised UnoCrsrTbl cleanup for faster doc savingAshod Nakashian2015-10-271-1/+12
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-021-1/+0
* sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky2015-09-271-2/+3
* sw table styles: Implement table styles in Writer.Jan Holesovsky2015-09-271-0/+7
* remove unused Link<> parameterNoel Grandin2015-09-231-2/+1
* convert Link<> to typedNoel Grandin2015-09-181-6/+6
* Give drawing objects unique names by defaultCaolán McNamara2015-09-171-0/+1
* convert Link<> to typedNoel Grandin2015-09-091-1/+1
* tdf#93240: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-08-201-8/+6
* sw: use std::unique_ptr in sw-global includesMiklos Vajna2015-08-071-22/+21
* loplugin:unusedmethods swNoel Grandin2015-07-211-18/+0
* editeng: make Link<> usage typedNoel Grandin2015-07-131-1/+1
* sw: clean up SwDoc::maPatternNms nonsenseMichael Stahl2015-07-101-10/+3
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-041-3/+3
* now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen2015-05-261-2/+2
* remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen2015-05-261-5/+0
* handle PamCorr also with the new containerBjoern Michaelsen2015-05-261-1/+1
* introduce CreateUnoCrsr2 to migrate to sane memory mngmtBjoern Michaelsen2015-05-261-0/+2
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-231/+231
* tdf#89783: Allow more than 64k PageDescsKatarina Behrens2015-05-181-8/+8
* tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna2015-05-141-1/+1
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-1/+1
* sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl2015-05-091-5/+0
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-051-1/+1
* loplugin:staticmethodsNoel Grandin2015-05-051-36/+36
* tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens2015-05-031-2/+2
* tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk2015-05-031-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-4/+4
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-1/+0
* Resolves: tdf#87548 don't create a new list for each multiselection portionCaolán McNamara2015-04-031-3/+5
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-061-0/+1
* Drop local FindPageDesc implementationsJan-Marek Glogowski2015-03-031-1/+3
* convert SW_CHAIN_ constants to enum classNoel Grandin2015-03-021-2/+2
* Extract SwDoc::dumpAsXml() from docnodeMiklos Vajna2015-02-281-1/+1
* related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir2015-02-141-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-1/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-13/+13
* SwSection::GetFmt const-correctnessStephan Bergmann2015-01-211-2/+2
* fdo#75757 remove inheritance to std::vectorMichaël Lefèvre2015-01-071-12/+6
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-031-5/+5
* sal_uInt16 to size_tMatteo Casalin2014-12-251-2/+2
* sal_uInt16 to size_tMatteo Casalin2014-12-251-2/+2
* changed some timer to idleTobias Madl2014-12-091-1/+1
* Revert "loplugin: cstylecast"Tor Lillqvist2014-11-251-2/+2