summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docbm.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05sw: remove correctMarksAbsolute pre-condition check for now...Michael Stahl1-3/+0
2016-10-04sw: fix assert in MarkManager::deleteMarks()Michael Stahl1-1/+9
2016-09-28sw: fix loplugin:staticanonymousMiklos Vajna1-1/+1
2016-09-28sw: -Werror=unused-parameterMichael Stahl1-0/+1
2016-09-28sw: make the debug code in docbm.cxx usableMichael Stahl1-32/+28
2016-09-28sw: assert that IMarks are MarkBaseMichael Stahl1-4/+4
2016-09-28sw: fix sorting in MarkManager::correctMarksAbsolute()Michael Stahl1-0/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-1/+1
2016-06-27loplugin:singlevalfields in sw(part3)Noel Grandin1-36/+12
2016-06-16Remove the :: prefix in ::std for swMark Page1-8/+8
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-2/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-7/+5
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-14/+14
2016-03-22loplugin:constantparam in swNoel Grandin1-5/+3
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+2
2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-22/+22
2015-10-13tdf#94804 sw: allow duplicate heading cross reference bookmarksMichael Stahl1-2/+4
2015-09-23tdf#86397 Bookmark: no consecutive name numbering applied when copiedCor Nouws1-3/+9
2015-09-17boost->stdCaolán McNamara1-16/+15
2015-08-08Explicit capture annotationsStephan Bergmann1-5/+5
2015-07-31sw: replace boost::function with std::functionMichael Stahl1-1/+0
2015-07-08sw: remove boost::bind from docbm.cxxMichael Stahl1-8/+7
2015-06-17sw: tweak CrossRefBookmark hack to re-sort if appliedMichael Stahl1-0/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-05-20sw: avoid CrossRefBookmark assertion when importing ooo83574-1.docMichael Stahl1-0/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-33/+33
2015-05-19Remove include stdio (part3)Julien Nabet1-1/+0
2015-05-16tdf#90808: sw: fix detection of duplicate CrossRefBookmarksMichael Stahl1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-10sw::mark::MarkManager::dumpAsXml(): show UNO marksMiklos Vajna1-0/+2
2015-03-12sw: suppress spurious PVS-Studio V509Michael Stahl1-1/+4
2015-03-11convert MarkType to enum classNoel Grandin1-50/+50
2015-03-05V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-01sw::mark::MarkManager: make it possible to generate a default ctorMiklos Vajna1-6/+6
2015-01-30Get rid of copy&paste in MarkManagerMiklos Vajna1-19/+17
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-5/+0
2015-01-29Extract Fieldmark::dumpAsXml() from MarkManagerMiklos Vajna1-23/+1
2015-01-29sw: remove some pointless verbosityMichael Stahl1-6/+2
2015-01-28Extract MarkBase::dumpAsXml() from MarkManagerMiklos Vajna1-31/+3
2015-01-27Extract SwPosition::dumpAsXml() from MarkManagerMiklos Vajna1-12/+18
2015-01-25Use more proper integer typesMatteo Casalin1-1/+1
2015-01-24Move sw::mark::MarkManager::dumpAsXml() out of docnodeMiklos Vajna1-0/+73
2015-01-22::rtl::OUString->OUStringCaolán McNamara1-2/+2
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0
2014-12-11Add undo operation for deleting a bookmark + unit test, related fdo#51741Matúš Kukan1-3/+11