# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: cation/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
AgeCommit message (Expand)Author
2024-05-30loplugin:ostr in sc/../optdlgfeature/gsoc24-luaNoel Grandin
2024-05-07Resolves tdf#156885 - Make comment authorship optionalHeiko Tietze
2024-04-22tdf#63374 Change cell background color when in edit modeSahil Gautam
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-02-19tdf#124098 sc add global config setting "RecalcOptimalRowHeightMode"Balazs Varga
2023-12-11tdf#158472 - UI: Part 54 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-11tdf#158471 - UI: Part 53 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-10tdf#158469 - UI: Part 51 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-10tdf#158470 - UI: Part 52 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-10tdf#158467 - UI: Part 50 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-08tdf#158466 - UI: Part 49 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-08Remove duplicated includeAndrea Gelmini
2023-12-07tdf#158465 - UI: Part 48 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-07tdf#158464 - UI: Part 47 - Unify lockdown behavior of Options dialogBalazs Varga
2023-12-04tdf#33201 Checkbox Implementation for Col/row HighlightSahil Gautam
2023-09-25tdf#49895: search in Options: check if label exists (related to tdf#157266)Bayram Çiçek
2023-08-29tdf#49895: Add search functionality to Options dialogBayram Çiçek
2023-08-23tdf#156611 SC: hyperlink option for MS behaviourAttila Szűcs
2023-06-04Simplify ScUserList, don't use unique_ptr.Mike Kaganski
2023-04-14[API CHANGE] Related tdf#154080 - Allow customization of comment indicator colorHeiko Tietze
2023-04-04Resolves tdf#154446 - Remove redundant option for grid line colorHeiko Tietze
2023-03-08tdf#97551 Added marker and hint for formula to CalcGrigory A. Mozhaev
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze
2022-10-06use more string_view in scNoel Grandin
2022-08-18loplugin:moveitNoel Grandin
2022-06-20tdf#58134 Reset Button in Options DialogsNoel Grandin
2022-06-05restore %PRODUCTNAME to accessible descriptions that need themCaolán McNamara
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-03-01make Calc jumbo sheets an explicit build featureLuboš Luňák
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-10add more TypedWhichIdNoel Grandin
2022-01-27no need to call GetWhich on these SID_ valuesNoel Grandin
2022-01-06Resolves: tdf#146592 "Reset" to the current document propertiesCaolán McNamara
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-06-15Resolves tdf#142499 - Make fat cross cursor optionalHeiko Tietze
2021-06-11Related: tdf#127013 Check loaded separators for validityEike Rathke
2021-06-11Resolves: tdf#127013 differentiate non-/array separators and restrictEike Rathke
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-20use toggle instead of click for RadioButtonCaolán McNamara
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC