summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
AgeCommit message (Expand)Author
2024-06-06loplugin:ostr in sw/../utluiNoel Grandin
2024-05-31tdf#160984 sw continuous endnotes: hide not functional UI in this modeMiklos Vajna
2024-05-30GetMarkedObjectByIndex -> GetMarkedObjectList().GetMark()->GetMarkedSdrObj()Xisco Fauli
2024-05-30SwNavigator: simplify table deleteJim Raykowski
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-05-28no need to dynamic_cast hereNoel Grandin
2024-05-28SwNavigator: Improve Indexes context menuJim Raykowski
2024-05-23sw: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-23sw: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-10sw: Navigator: don't show virtual drawing objectsMichael Stahl
2024-05-09WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-07tdf#160598 follow up to make delete key workJim Raykowski
2024-05-04tdf#160657 Improve Writer Navigator Headings displayJim Raykowski
2024-05-04SwNavigator: improve when outline move controls/menu-items areJim Raykowski
2024-04-29sw: fixed crash on GetCreateView() returning nullptrVasily Melenchuk
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-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen
2024-04-04improve usability of variable fieldsOliver Specht
2024-03-24fix CppunitTest_sc_subsequent_filters_test4 intermittent failureCaolán McNamara
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara
2024-03-22Related: tdf#160056 these methods can be constCaolán McNamara
2024-02-25tdf#159875 SwNavigator: improve toggle master view visibility handlingJim Raykowski
2024-02-22tdf#141728 Revamp sw navigator go to page spin controlJim Raykowski
2024-02-20tdf#153196 writerfilter: fix page style for even/odd section breakMichael Stahl
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski
2024-02-12tdf#145538 use range based for loopsKeldin Maldonado (KNM)
2024-02-10tdf#159372 svx: Add goto dialogAkshayWarrier
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-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)
2023-12-20no need to use unique_ptr hereNoel Grandin
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara
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