summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier12-1997/+1997
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-2/+2
2015-05-12sw: Rename some variables.Jan Holesovsky1-5/+5
2015-05-12sw: Prefix LinesAndTable member variables.Jan Holesovsky1-14/+14
2015-05-12sw: Prefix _CopyTable member variables.Jan Holesovsky1-36/+41
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-5/+5
2015-05-11assert needs pFirst, to use NDEBUG hereCaolán McNamara1-1/+1
2015-05-09sw: remove debug codeMichael Stahl1-17/+0
2015-05-09sw: fix assert with frames anchored as-char in redlines on rhbz490395-1.odtMichael Stahl1-10/+42
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl1-0/+47
2015-05-06sw: fix crash due to redlines on tables on ooo121112-2.docxMichael Stahl1-0/+28
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-3/+1
2015-05-05loplugin:staticmethodsNoel Grandin6-27/+28
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk1-2/+2
2015-05-01sw: Decouple ND_SECTIONDUMMY from ND_SECTIONNODE, and rename it.Jan Holesovsky1-9/+9
2015-04-27More loplugin:simplifyboolStephan Bergmann2-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl3-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist1-1/+1
2015-04-12Use auto for backward loop indexMatteo Casalin2-5/+5
2015-04-12Use more proper integer typesMatteo Casalin1-5/+5
2015-04-12Use vector<T>::size_typeMatteo Casalin1-4/+4
2015-04-12Indent properlyMatteo Casalin1-6/+6
2015-04-12Use more proper types and range-for loopsMatteo Casalin2-54/+64
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-24/+23
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-8/+6
2015-04-12Reduce scope and make code more readableMatteo Casalin1-6/+13
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-2/+1
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-2/+2
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna1-2/+2
2015-04-05Filled vector already provides nuber of itemsMatteo Casalin1-2/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin3-53/+45
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann8-41/+41
2015-03-25convert VALID_ constants to enum classNoel Grandin1-23/+23
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen4-15/+15
2015-03-24convert sfxlink to enum classNoel Grandin1-2/+2
2015-03-23fdo#39440 cppcheck cleanlinessMichael Dunphy1-2/+1
2015-03-23loplugin:constantfunction: swNoel Grandin1-7/+0
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose6-87/+87
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen6-6/+6
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-3/+3
2015-03-18tdf#89783: sal_uInt16 replacement by size_tVasily Melenchuk1-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2-9/+10
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-16core/docnode: dont use 'shortcut' that is longer than the originalBjoern Michaelsen3-9/+9
2015-03-16use SwIterator<>Bjoern Michaelsen1-52/+51
2015-03-16use SwIterator<>Bjoern Michaelsen1-11/+10
2015-03-12Clean up previous commitStephan Bergmann1-20/+4