summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/content.cxx
AgeCommit message (Expand)Author
2024-04-25Fix typoAndrea Gelmini
2024-04-25tdf#160598 SwNavigator enhancement to delete footnotes/endnotesJim Raykowski
2024-04-24SwContentTree: Don't show 'Delete' menu item when read-onlyJim Raykowski
2024-04-24Rework SwContentTree context menu item 'Rename' inclusionJim Raykowski
2024-04-20loplugin:constantparam in swNoel Grandin
2024-04-14SwContentTree: remove repeated pointer assignmentJim Raykowski
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski
2024-02-05tdf#159428 Prefer heading over bookmarks in NavigatorSamuel Mehrbrodt
2024-02-01tdf#159493: hold solar mutex in TimerUpdateMike Kaganski
2024-01-29Fix typoAndrea Gelmini
2024-01-28tdf#36310 Insert cross reference from Navigator by DnDJim Raykowski
2024-01-24SwNavigator: status array no moreJim Raykowski
2024-01-19tdf#159147 followupJim Raykowski
2024-01-17tdf#159147 Fix crash when editing hyperlink while navigator is openJim Raykowski
2024-01-16SwNavigator: remove useless codeJim Raykowski
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2023-12-31Replace "size() == 0 with empty()" (sw)Julien Nabet
2023-12-21tdf#158114 SwNavigator: Make images with broken links easier to findJim Raykowski
2023-12-20no need to use unique_ptr hereNoel Grandin
2023-12-13tdf#158276 tdf#86395 Make alphabetical sort setting persistJim Raykowski
2023-12-10cid#1558174 Bad bit shift operationCaolán McNamara
2023-12-07use std::erase_if instead of std::remove_if + std::eraseJim Raykowski
2023-12-05tdf#157729 SwNavigator: enhancement to group comments by threadsJim Raykowski
2023-11-29SwNavigator: Rework the SwContentTree Expand functionJim Raykowski
2023-11-29SwNavigator: Allow Sections, Indexes, and Headings trackingJim Raykowski
2023-11-29tdf#157681 SwNavigator: Add Protect and Hide menu items to SectionsJim Raykowski
2023-11-27tdf#158103 Enhancement to display Sections as an expandable/Jim Raykowski
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (sw)Julien Nabet
2023-11-15avoid double map lookupNoel Grandin
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-11-03SwNavigator: Improve field content sortingJim Raykowski
2023-10-20tdf#86790: Add support for a word-style stylerefSkyler Grey
2023-10-18use more SdrObjList::begin/end in swNoel Grandin
2023-10-16LOK: Navigator: fix expand problemsAttila Szűcs
2023-10-16LOK: fix for navigator: hide empty contentTypesAttila Szűcs
2023-10-16LOK: update navigator instantly on heading level changePranam Lashkari
2023-10-15LOK: navigator: hide empty contentTypesAttila Szűcs
2023-10-14tdf#152029 related: Remove attention overlay on document view changeJim Raykowski
2023-10-13SwNavigator: Fix Indexes trackingJim Raykowski
2023-10-12tdf#42787 SwNavigator: Add ability to delete SectionsJim Raykowski
2023-10-10tdf#156980 SwNavigator: Make headings delete even if they haveJim Raykowski
2023-10-06tdf#157584 Fix accessibility check doesn't move footnote into viewJim Raykowski
2023-09-30tdf#152029 Improve bringing sections to attentionJim Raykowski
2023-09-26tdf#152029 Fix sections not brought to attention in master documentJim Raykowski
2023-09-22tdf#152029 Fix bringing a heading to attention brings a section toJim Raykowski
2023-09-21tdf#152029 Don't include frame area top margin in the bring table toJim Raykowski
2023-09-17tdf#152029 Don't include frame area top margin in the bring headings toJim Raykowski
2023-09-17tdf#157277: fix Writer crash when hiding Sidebar + using bookmark in NavigatorJulien Nabet
2023-09-01remove AUTOFMT_DOCNODEBjoern Michaelsen