summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
AgeCommit message (Expand)AuthorFilesLines
2020-05-07tdf#132477 don't leave removed row highlightedCaolán McNamara1-0/+3
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara2-2/+0
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-1/+1
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara1-4/+5
2020-05-02Resolves: tdf#132477 Fix Writer Navigator drag and drop crashJim Raykowski1-4/+8
2020-05-01tdf#130122 Make Navigator CNV collapse to childrenJim Raykowski1-1/+1
2020-05-01tdf#63967 Navigator section tooltip word and character countJim Raykowski1-0/+29
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara1-1/+1
2020-04-18simplify some SwRect code - use the SwRect Add* variantsNoel Grandin1-2/+2
2020-04-15navigator pane is grabbing focus away from document when its createdCaolán McNamara1-3/+6
2020-04-03restore pseudo-level indent for sectionsCaolán McNamara1-2/+11
2020-04-03loplugin:constantparamNoel Grandin2-8/+5
2020-04-03loplugin:unusedfieldsNoel Grandin1-3/+0
2020-04-02SwRegionContent is unnecessaryNoel Grandin1-4/+2
2020-03-27cid#1460978 silence various Unchecked return valueCaolán McNamara1-6/+6
2020-03-27cid#1460973 Explicit null dereferencedCaolán McNamara1-1/+1
2020-03-26extract GetAbsPos for reuseCaolán McNamara1-14/+2
2020-03-24weld writer navigator expand and collapse all supportJim Raykowski1-2/+20
2020-03-24weld writer navigatorCaolán McNamara3-2192/+1800
2020-03-23Keep Writer Navigator content view vertical scroll positionJim Raykowski1-12/+9
2020-03-15tdf#105600 rework section selection from NavigatorJim Raykowski1-2/+6
2020-03-11tdf#39674 Translate German variable namesJohnny_M1-2/+2
2020-03-08tdf#131067 Only outline track if an outline entry is selectedJim Raykowski1-32/+36
2020-03-06Remove useless cast.Tamás Zolnai1-1/+1
2020-03-06focus getting stuck in the navigator spinbuttonCaolán McNamara1-13/+24
2020-03-06redraw on a hard updateCaolán McNamara1-1/+2
2020-03-05result of LastVisible is never usedCaolán McNamara1-9/+3
2020-03-05crash after master document navigator updateCaolán McNamara1-4/+7
2020-03-03Keep selections selected after outline movesJim Raykowski1-20/+32
2020-03-02Revert "Stop Navigator content view flashing"Stephan Bergmann1-9/+2
2020-03-02Add functionality for promote/demote chapter/level shortcut keysJim Raykowski1-6/+31
2020-03-02Stop Navigator content view flashingJim Raykowski1-2/+9
2020-02-26tdf#108766 followup: outline tracking fixes for floating navigatorJim Raykowski1-28/+25
2020-02-25tdf#128814 follow up: check for nullptr and dispose unused sub pop menuJim Raykowski1-3/+6
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-1/+1
2020-02-24tdf#108766 Add outline tracking to all content navigation viewJim Raykowski1-101/+132
2020-02-23related tdf#128814: Add 'Go to' to Navigator popup menuJim Raykowski1-0/+11
2020-02-23Make headings navigation view update after delete chapter undoJim Raykowski1-4/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-02-19Keep focus in Writer Navigator after content deleteJim Raykowski1-9/+17
2020-02-19Fold chapter strings in to one pluralized stringJim Raykowski1-4/+7
2020-02-16use fwd decls of StatusBarCaolán McNamara1-0/+1
2020-02-15weld NumEditAction Item WindowCaolán McNamara1-23/+16
2020-02-14remove MetricField use from swCaolán McNamara1-13/+0
2020-02-14rework SwNavigationPI to listen to two propertiesCaolán McNamara1-24/+19
2020-02-14split out MetricField value conversion functionsCaolán McNamara1-8/+8
2020-02-14tdf#89566 Replace navigation toolbox in Writer navigatorJim Raykowski1-68/+25
2020-02-05tdf#128814 Add delete to Hyperlinks Navigator context menuJim Raykowski1-2/+5
2020-02-05correct cast used for type id of contentJim Raykowski1-1/+1