summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docnum.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-51/+51
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-3/+3
2015-09-21Cleanup: Remove superfluous commentSamuel Mehrbrodt1-1/+0
2015-09-03sw: indentation fixesMiklos Vajna1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-0/+1
2015-07-20test should check that all levels are equalCaolán McNamara1-2/+6
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-218/+218
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin1-3/+3
2015-04-09tdf#89214 SwDoc::GetUniqueNumRuleName: always return pChkStr if it's unusedMiklos Vajna1-3/+3
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
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-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-16/+16
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-3/+3
2015-02-21SimplifyMatteo Casalin1-25/+20
2015-02-21Directly return the needed SwTxtNode* instead of its indexMatteo Casalin1-26/+22
2015-02-21SwOutlineNodes are already availableMatteo Casalin1-8/+8
2015-02-21Do not compare OUStrings twiceMatteo Casalin1-10/+13
2015-02-21Use more proper integer types and range-for loopsMatteo Casalin1-20/+15
2015-02-06coverity#1267635 Logically dead codeCaolán McNamara1-6/+6
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+2
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-2/+2
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14loplugin: cstylecastNoel Grandin1-3/+3
2014-11-09do not bother with nice unique names during mailmergeLuboš Luňák1-0/+11
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-13/+14
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-19/+20
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-7/+7
2014-07-15Refactored IDocumentOutlineNodes out of SwDoc.Valentin Kettner1-41/+0
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner1-202/+10
2014-07-15Refactored IDocumentListItems out of SwDoc.Valentin Kettner1-79/+0
2014-05-08coverity#736152 Dereference null return valueCaolán McNamara1-1/+3
2014-05-07coverity#1209527 Dereference after null checkCaolán McNamara1-1/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+3
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-13/+13
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-03-19Resolves: #i124371# When changing the numbering or bullet styling...Oliver-Rainer Wittmann1-63/+57
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-2/+2