summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docbm.cxx
AgeCommit message (Expand)Author
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann
2023-05-16tdf#154956 sw: delete bookmarks at end: fix crashtestingJustin Luth
2023-04-25tdf#154956 sw: delete bookmarks at end if whole node is selectedJustin Luth
2023-03-27sw: fix assert due to inconsistent ordering of MarkManager::m_vAllMarksMichael Stahl
2023-02-11sw: rename getFieldmarkFor() to getInnerFieldmarkFor()Justin Luth
2023-01-30tdf#151548 sw content controls: keyboard navigation with tab keyJustin Luth
2023-01-25sw: send LOK call back on bookmark deletionPranam Lashkari
2023-01-24related tdf#151548 formfield navigation: loop to beginning/endJustin Luth
2023-01-18sw: rename getBookmarkFor() further to getOneInnermostBookmarkFor()Miklos Vajna
2023-01-13sw: rename getBookmarkFor() to getInnerBookmarkFor()Miklos Vajna
2023-01-11sw lok: expose name of bookmark under cursorMiklos Vajna
2022-10-30tdf#126788 no need to dynamic_cast twice hereNoel Grandin
2022-10-27add a commentNoel Grandin
2022-10-27crashtesting: fix PDF export of tdf98567-1.docxMiklos Vajna
2022-10-24sw: make sure mark container is sorted before calling equal_range()Miklos Vajna
2022-10-18tdf#151548 sw: use provided name for formfieldsJustin Luth
2022-10-18sw: fix crash on deleting a bookmark with active selection listenersMiklos Vajna
2022-10-13sw: improve duplicated bookmarks in copied header/footer textMiklos Vajna
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen
2022-09-10crashtesting tdf135070-01.odtNoel Grandin
2022-08-31use more SwPosition::AssignNoel Grandin
2022-08-31use more SwPosition::AssignNoel Grandin
2022-08-27crashtesting ooo117844-1.docxNoel Grandin
2022-08-25use SwNode instead of SwNodeIndex in CorrAbs/CorrRelNoel Grandin
2022-08-23sw: enable Replace with Protect BookmarksMichael Stahl
2022-08-19use more SwPosition::GetContentIndexNoel Grandin
2022-08-18convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-16pass SwNode and sal_Int32 to delBookmarksNoel Grandin
2022-08-15pass SwNode and sal_Int32 to deleteMarksNoel Grandin
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin
2022-08-06make CheckNodesRange take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-05introduce SwNodes::GoNext(SwPosition*) and similar GoPreviousNoel Grandin
2022-08-05use more SwPosition::AssignNoel Grandin
2022-08-04add more SwPosition::AssignNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-26no need to allocate hereNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-07-17tdf#119840 reduce cost of SwPosition::operator<=Noel Grandin
2022-07-01Use stable_sort for m_vBookmarksStephan Bergmann
2022-05-19sw_fieldmarkhide: fix wrong handling of SwInsText for fieldmarksMichael Stahl
2022-04-20tdf#147723 sw_fieldmarkhide: fix crash when copying multiple fieldmarksMichael Stahl
2022-04-05forcepoint#104 sw: do not delete fieldmark chars in MoveNodeRange()Caolán McNamara
2022-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann
2022-02-02tdf#147008 sw_fieldmarkhide: fix invalid NonTextFieldmark positionsMichael Stahl
2022-01-19sw: generalize ModelToViewHelper to handle all NonTextFieldmarksMichael Stahl
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin