summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docbm.cxx
AgeCommit message (Expand)Author
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-05-31no need to allocate this separatelyNoel Grandin
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-18tdf#140980 sw: fix bad strikethrough of annotationsLászló Németh
2021-03-17tdf#140982 sw ChangesInMargin: fix annotation rangesLászló Németh
2021-02-25tdf#115815 sw: fix lost annotation ranges of redlinesLászló Németh
2021-02-12cid#1472878 silence Unchecked dynamic_castCaolán McNamara
2021-02-11LOK: form field button: split SendLOKMessage() method.Tamás Zolnai
2021-02-11lok: rework form field button message handling.Tamás Zolnai
2020-11-27sw_fieldmarkhide: fix getFieldMarkFor() to return innermost fieldMichael Stahl
2020-11-19sw_fieldmarkhide: notify layout if fieldmark is inserted or removedMichael Stahl
2020-11-02sw: return SwXFieldmark in SwXFieldEnumerationMichael Stahl
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-08-01loplugin:flatten in sw/core/docNoel Grandin
2020-06-11tdf#101856 copy missing bookmark propertiesSerge Krot
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-08lok: MSForms: fix field activation for multiple fields.Tamás Zolnai
2020-04-19loplugin:buriedassign in sw(3)Noel Grandin
2020-03-30crashtesting: null dereference of reexporting abi12570.odt to odtMichael Stahl
2020-02-03sw: implement protection of bookmarks and fieldsMichael Stahl
2020-01-30tdf#45589 sw: invalidate on bookmark insertion/deletionMichael Stahl
2020-01-15clang-tidy modernize-concat-nested-namespace in swNoel Grandin
2019-11-26ofz#19065 sw: invalid fieldmarks created in SwWW8ImplReader::End_FieldMichael Stahl
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-19ofz#18554 sw: fix Null-dereference due to overlapping fieldmarksMichael Stahl
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-10-30sw: makeMark(): insert CH_TXT_ATR before inserting into sorted vectorMichael Stahl
2019-10-29sw: makeMark(): check position of point fieldmarksMichael Stahl
2019-10-23sw: getFieldmarkFor() and GetCurrentFieldmark() return innermost oneMichael Stahl
2019-10-23sw: SwWrtShell: delete field command when deleting the fieldMichael Stahl
2019-10-23sw: DateFieldmark separator position: hack to put it at the startMichael Stahl
2019-10-23sw: add CH_TXT_ATR_FIELDSEP position parameter when insertingMichael Stahl
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14sw: deleteFieldmarkAt() should just call getFieldmarkAt()Michael Stahl
2019-10-04sw: add IDocumentMarkAccess::getFieldmarkAt()Michael Stahl
2019-10-02Silence -Werror=redundant-move (GCC 10 trunk)Stephan Bergmann
2019-10-01-Werror,-Wreturn-std-move (clang-cl)Stephan Bergmann
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-20loplugin:constvars in swNoel Grandin
2019-08-07Fix typosAndrea Gelmini