summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Indentation fixesMiklos Vajna1-1/+1
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-8/+1
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-41/+41
2015-11-07Misc tweaks and cleanups.Ashod Nakashian1-2/+2
2015-11-06com::sun::star->css in sw/incNoel Grandin1-17/+15
2015-10-27Optimised UnoCrsrTbl cleanup for faster doc savingAshod Nakashian1-1/+12
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-27sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky1-2/+3
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky1-0/+7
2015-09-23remove unused Link<> parameterNoel Grandin1-2/+1
2015-09-18convert Link<> to typedNoel Grandin1-6/+6
2015-09-17Give drawing objects unique names by defaultCaolán McNamara1-0/+1
2015-09-09convert Link<> to typedNoel Grandin1-1/+1
2015-08-20tdf#93240: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-8/+6
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna1-22/+21
2015-07-21loplugin:unusedmethods swNoel Grandin1-18/+0
2015-07-13editeng: make Link<> usage typedNoel Grandin1-1/+1
2015-07-10sw: clean up SwDoc::maPatternNms nonsenseMichael Stahl1-10/+3
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-04Fix typosAndrea Gelmini1-3/+3
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-2/+2
2015-05-26remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen1-5/+0
2015-05-26handle PamCorr also with the new containerBjoern Michaelsen1-1/+1
2015-05-26introduce CreateUnoCrsr2 to migrate to sane memory mngmtBjoern Michaelsen1-0/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-231/+231
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-8/+8
2015-05-14tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-1/+1
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl1-5/+0
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-36/+36
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-2/+2
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-1/+0
2015-04-03Resolves: tdf#87548 don't create a new list for each multiselection portionCaolán McNamara1-3/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-0/+1
2015-03-03Drop local FindPageDesc implementationsJan-Marek Glogowski1-1/+3
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin1-2/+2
2015-02-28Extract SwDoc::dumpAsXml() from docnodeMiklos Vajna1-1/+1
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-13/+13
2015-01-21SwSection::GetFmt const-correctnessStephan Bergmann1-2/+2