summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentMarkAccess.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-12speedup lcl_FillAnnotationStartArrayNoel Grandin1-6/+1
2024-08-11speedup sorting of marks in markmanagerNoel Grandin1-0/+7
2024-08-09speedup lcl_storeAnnotationMarksNoel Grandin1-0/+6
2024-08-09simplify makeAnnotationBookmarkNoel Grandin1-1/+1
2024-08-07simplify IMark hierarchy (11)Noel Grandin1-2/+2
2024-08-07simplify IMark hierarchy (10)Noel Grandin1-5/+6
2024-08-07simplify IMark hierarchy (9)Noel Grandin1-7/+7
2024-08-06simplify IMark hierarchy (8)Noel Grandin1-2/+3
2024-08-05simplify IMark hierarchy (7)Noel Grandin1-68/+18
2024-08-04simplify IMark hierarchy (6)Noel Grandin1-16/+16
2024-08-04simplify IMark hierarchy (5)Noel Grandin1-11/+11
2024-08-04simplify IMark hierarchy (1)Noel Grandin1-4/+4
2024-02-07tdf#158279 TOC links lost when converting .doc to HTMLNoel Grandin1-0/+7
2023-11-24tdf#148389 sw: fix Delete Undo/Redo of bookmark positionsMichael Stahl1-1/+2
2023-02-11sw: rename getFieldmarkFor() to getInnerFieldmarkFor()Justin Luth1-1/+1
2023-01-31tdf#143148 sw: inc: Use pragma once instead of include guardsRasenkai1-4/+1
2023-01-30tdf#151548 sw content controls: keyboard navigation with tab keyJustin Luth1-0/+3
2023-01-24related tdf#151548 formfield navigation: loop to beginning/endJustin Luth1-2/+2
2023-01-18sw: rename getBookmarkFor() further to getOneInnermostBookmarkFor()Miklos Vajna1-1/+1
2023-01-13sw: rename getBookmarkFor() to getInnerBookmarkFor()Miklos Vajna1-1/+1
2023-01-11sw lok: expose name of bookmark under cursorMiklos Vajna1-0/+2
2022-08-25use SwNode instead of SwNodeIndex in CorrAbs/CorrRelNoel Grandin1-2/+2
2022-08-23sw: enable Replace with Protect BookmarksMichael Stahl1-1/+1
2022-08-15pass SwNode and sal_Int32 to deleteMarksNoel Grandin1-4/+4
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-2/+2
2022-04-05forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Caolán McNamara1-1/+4
2022-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann1-1/+0
2022-01-19sw: generalize ModelToViewHelper to handle all NonTextFieldmarksMichael Stahl1-1/+1
2021-05-31no need to allocate this separatelyNoel Grandin1-1/+2
2021-03-18tdf#140980 sw: fix bad strikethrough of annotationsLászló Németh1-1/+6
2021-03-17tdf#140982 sw ChangesInMargin: fix annotation rangesLászló Németh1-1/+1
2021-02-25tdf#115815 sw: fix lost annotation ranges of redlinesLászló Németh1-0/+3
2020-11-02sw: return SwXFieldmark in SwXFieldEnumerationMichael Stahl1-0/+8
2020-05-09compact namespace in swNoel Grandin1-2/+2
2020-02-03sw: implement protection of bookmarks and fieldsMichael Stahl1-0/+3
2019-10-23sw: SwWrtShell: delete field command when deleting the fieldMichael Stahl1-0/+2
2019-10-23sw: add CH_TXT_ATR_FIELDSEP position parameter when insertingMichael Stahl1-2/+4
2019-10-04sw: add IDocumentMarkAccess::getFieldmarkAt()Michael Stahl1-0/+2
2019-08-30new loplugin:noexceptmoveNoel Grandin1-2/+2
2019-07-17loplugin:unusedmethodsNoel Grandin1-7/+0
2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai1-1/+1
2019-07-12MSForms: Introduce a new fieldmark class for text-based date fieldTamás Zolnai1-0/+1
2019-07-03Fix typoAndrea Gelmini1-1/+1
2019-07-03sw: remove dynamic_cast to MarkBase in MarkManagerMichael Stahl1-4/+54
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-3/+2
2019-05-26move some searching inside IDocumentMarkAccessNoel Grandin1-1/+22
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai1-0/+4
2019-03-09MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai1-0/+2
2019-03-09MSForms: Implement undo / redo for insertion of legacy form fieldsTamás Zolnai1-0/+2
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1