summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docnum.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+1
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-04-12convert SwComparePosition to scoped enumNoel Grandin1-9/+9
2017-03-16Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann1-6/+6
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-9/+9
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-6/+3
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann1-5/+5
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-3/+5
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+2
2016-10-31sw: DocumentListsManager: no need for cryptographic randomness hereMichael Stahl1-5/+4
2016-10-27loplugin:expandablemethods in swNoel Grandin1-9/+2
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-4/+4
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-3/+3
2016-04-29sw, xmlsecurity: indentation fixesMiklos Vajna1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+1
2016-03-02sw: SwDoc::RenameNumRule() relies on caller checking that ...Michael Stahl1-0/+2
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-3/+12
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-4/+4
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