summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/navipi.hxx
AgeCommit message (Expand)AuthorFilesLines
2025-04-30ScNavigatorDlg: simplify a bitXisco Fauli1-3/+2
2025-04-27Remove obsolete fw declarations from sc/Gabor Kelemen1-2/+0
2025-02-16tdf#130857 weld: Let SpinButton input hdl only parse value from stringMichael Weghorn1-1/+1
2025-02-16tdf#130857 weld: Let SpinButton output hdl only format the stringMichael Weghorn1-1/+1
2024-05-31sc: use SAL_RET_MAYBENULL in GetTabViewShell()Xisco Fauli1-1/+1
2023-10-06aStrHidden and SCSTR_HIDDEN are unusedCaolán McNamara1-1/+0
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-3/+3
2023-03-06no need to allocate these separatelyNoel Grandin1-2/+2
2021-04-28Related: tdf#130326 skip calling Refresh if its already just calledCaolán McNamara1-0/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2021-03-11remove intermediate containers in sidebarsCaolán McNamara1-3/+6
2021-03-11register navigator individually in each module that it exists inCaolán McNamara1-11/+6
2021-03-09decompose ScNavigatorDlgUIObject and use sub components directlyCaolán McNamara1-3/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-09-18ScViewData may not be available in ScNavigatorDlg ctorCaolán McNamara1-0/+1
2020-06-02inline some use-once typedefsNoel Grandin1-2/+1
2020-05-16uitest: sc: test navigatorXisco Fauli1-0/+3
2020-04-26move PanelLayout to sfx2Caolán McNamara1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2020-02-28weld calc navigatorCaolán McNamara1-125/+39
2020-02-27CheckDataArea is dead codeCaolán McNamara1-1/+0
2020-02-18VclMultiLineEdit is sufficient hereCaolán McNamara1-2/+2
2020-01-16drop some unneeded includesCaolán McNamara1-3/+2
2020-01-03cid#1456608 Dereference after null checkCaolán McNamara1-1/+1
2019-12-27tdf#129533 Calc crashes on Navigator click or moveNoel Grandin1-3/+1
2019-11-04tdf#128562 crash when opening navigator in calcNoel Grandin1-1/+2
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin1-2/+4
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+1
2018-10-29tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[f-p]*Gabor Kelemen1-3/+1
2018-10-15loplugin:constfields in scNoel Grandin1-3/+3
2018-06-28loplugin:useuniqueptr in ScNavigatorDlgNoel Grandin1-2/+4
2018-05-21loplugin:unusedfields in scNoel Grandin1-1/+0
2018-02-22Remove unused forward declarations from vcl/syswin.hxxStephan Bergmann1-0/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-20tdf#112100 Select shape name in NavigatorTamas Bunth1-0/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-06-28loplugin:unusedfields in sc part1Noel Grandin1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-01-24adjust the hide of the zoom so its dynamic on docking/undocking navigatorsCaolán McNamara1-0/+2
2017-01-24Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara1-2/+1
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2017-01-05Resolves: tdf#104919 crash with empty ScNavigatorDlg memberCaolán McNamara1-0/+8
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-5/+4
2016-10-18loplugin:unusedmethodsNoel Grandin1-8/+0
2016-10-08loplugin:vclwidgetsStephan Bergmann1-0/+2
2016-10-07convert calc navigator to .ui formatCaolán McNamara1-93/+56
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara1-3/+2
2016-10-05don't need a custom class to respond to a new selected listbox entryCaolán McNamara1-18/+3