summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docbm.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-29tdf#125372 writer, file with lots of hints very slow to open, part4Noel Grandin1-5/+8
2019-05-26inline IMark::EndsBeforeNoel Grandin1-1/+1
2019-05-26inline IMark::StartsAfterNoel Grandin1-2/+2
2019-05-26inline IMark::StartsBeforeNoel Grandin1-2/+2
2019-05-26move some searching inside IDocumentMarkAccessNoel Grandin1-4/+54
2019-05-26tdf#125372 writer, file with lots of hints very slow to open, part2Noel Grandin1-10/+9
2019-04-28tdf#120703 PVS: Avoid dereferencing nullptrMike Kaganski1-1/+1
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai1-2/+59
2019-03-09MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai1-3/+47
2019-03-09MSForms: Implement undo / redo for insertion of legacy form fieldsTamás Zolnai1-0/+32
2019-02-16MSForms: Insert Legacy Form Fields from MS compatible Forms menuTamás Zolnai1-0/+6
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-4/+3
2018-12-13loplugin:unusedfields in swNoel Grandin1-5/+0
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+2
2018-10-11tdf#120225 ww8import: keep textform nameJustin Luth1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-1/+1
2018-08-04Fix typosAndrea Gelmini1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-14ofz#7322 lcl_MarkEqualByStart sort logic differs from that of operator==Caolán McNamara1-1/+8
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl1-1/+1
2017-12-19Fix typosAndrea Gelmini1-1/+1
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl1-7/+13
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-07-07sw: convert SwTextAnnotationField OSL_ENSUREs to assert() and simplifyMichael Stahl1-9/+3
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+2
2017-05-12loplugin:constantparamNoel Grandin1-1/+1
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-23assert on export of ooo59665-1.sxw to odtCaolán McNamara1-2/+4
2017-02-03loplugin:simplifyboolStephan Bergmann1-3/+5
2017-02-03sw: fix assertion on exporting novell633099-1.doc to DOCMichael Stahl1-1/+15
2017-02-03sw: make lcl_DebugMarks output more readable, pos. at the startMichael Stahl1-10/+10
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-4/+0
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
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