summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar
AgeCommit message (Expand)AuthorFilesLines
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-1/+2
2022-03-11loplugin:constparamsNoel Grandin2-2/+2
2021-12-27use comphelper::WeakComponentImplHelper in ScPanelFactoryNoel Grandin2-7/+3
2021-11-24tdf#145828 Sidebar line styles: Default to "thin" widthSamuel Mehrbrodt1-6/+6
2021-11-22Use less DegreeN::get()Mike Kaganski1-1/+1
2021-11-08tdf#48622 Adapt sidebar line styles to new defaultsSamuel Mehrbrodt3-35/+73
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt3-42/+45
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-1/+1
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin3-3/+0
2021-08-19tdf#143890: Show preview of diagonal borders / CalcBayram Çiçek2-6/+13
2021-08-09change image-using RadioButtons to ToggleButtons insteadCaolán McNamara2-35/+23
2021-07-19jsdialog: sidebar: avoid duplicated widget idsSzymon Kłos1-1/+1
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-1/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara4-11/+11
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC7-28/+7
2021-03-11remove intermediate containers in sidebarsCaolán McNamara7-86/+39
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel1-2/+2
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara7-7/+7
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara2-0/+2
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2021-01-02introduce Degree100 strong_int typeNoel1-3/+3
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen4-9/+2
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer1-5/+6
2020-10-20use tools::Long in scNoel2-6/+6
2020-10-13static_cast after dynamic_castNoel1-5/+3
2020-08-23Fix typo in codeAndrea Gelmini2-3/+3
2020-06-23remove JSON node erasingNoel Grandin2-46/+0
2020-06-15tdf#103414 Add/Delete decimal for 100th secondLaurent BP1-7/+7
2020-05-25clang-format sc with under 5-percent lines of changeMuhammet Kara2-4/+4
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti1-1/+2
2020-05-09compact namespace in scNoel Grandin7-14/+14
2020-04-26move PanelLayout to sfx2Caolán McNamara3-3/+3
2020-04-26all ItemWindows are now weldedCaolán McNamara1-1/+1
2020-04-25rename SvtValueSet back to ValueSetCaolán McNamara4-5/+5
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara5-5/+5
2020-04-17Added unique id for number format comboboxMert Tumer1-1/+1
2020-04-06lok: introduce QueryControlState functionHenry Castro3-0/+12
2020-03-24weld writer navigatorCaolán McNamara3-7/+7
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin3-3/+3
2020-03-05lok: remove complex rotation / alignment settingsHenry Castro2-0/+48
2020-02-28weld calc navigatorCaolán McNamara1-2/+0
2020-02-07weld ScNumberFormat ItemWindowCaolán McNamara1-3/+4
2020-01-31new loplugin:namespaceindentationNoel Grandin3-3/+3
2020-01-15clang-tidy modernize-concat-nested-namespace in scNoel Grandin7-14/+14
2020-01-14remove some unneeded includesCaolán McNamara1-4/+0
2020-01-13loplugin:unusedmethodsNoel Grandin2-9/+0
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten1-2/+1
2020-01-10weld CellAppearancePropertyPanelCaolán McNamara8-307/+321