summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docbm.cxx
AgeCommit message (Expand)Author
2020-06-11tdf#101856 copy missing bookmark propertiesSerge Krot
2019-11-26ofz#19065 sw: invalid fieldmarks created in SwWW8ImplReader::End_FieldMichael Stahl
2019-11-20ofz#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
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-07-19cid#1451638 Unchecked dynamic_castCaolán McNamara
2019-07-19cid#704863 Dereference after null checkCaolán McNamara
2019-07-17loplugin:unusedmethodsNoel Grandin
2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai
2019-07-12MSForms: ODF import / export of text-based date fieldTamás Zolnai
2019-07-12MSForms: Add a drop-down button for the text-based date fieldTamás Zolnai
2019-07-12MSForms: Introduce a new fieldmark class for text-based date fieldTamás Zolnai
2019-07-03sw: remove useless local pMarkBase in makeMark()Michael Stahl
2019-07-03sw: remove dynamic_cast to MarkBase in MarkManagerMichael Stahl
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin
2019-05-30"more than USHRT_MAX marks" seems to be fine nowNoel Grandin
2019-05-29tdf#125372 writer, file with lots of hints very slow to open, part4Noel Grandin
2019-05-26inline IMark::EndsBeforeNoel Grandin
2019-05-26inline IMark::StartsAfterNoel Grandin
2019-05-26inline IMark::StartsBeforeNoel Grandin
2019-05-26move some searching inside IDocumentMarkAccessNoel Grandin
2019-05-26tdf#125372 writer, file with lots of hints very slow to open, part2Noel Grandin
2019-04-28tdf#120703 PVS: Avoid dereferencing nullptrMike Kaganski
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai
2019-03-09MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai
2019-03-09MSForms: Implement undo / redo for insertion of legacy form fieldsTamás Zolnai
2019-02-16MSForms: Insert Legacy Form Fields from MS compatible Forms menuTamás Zolnai
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-12-13loplugin:unusedfields in swNoel Grandin
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-10-11tdf#120225 ww8import: keep textform nameJustin Luth
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-08-04Fix typosAndrea Gelmini
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-05-14ofz#7322 lcl_MarkEqualByStart sort logic differs from that of operator==Caolán McNamara