summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/tpformula.cxx
AgeCommit message (Expand)Author
2024-05-30loplugin:ostr in sc/../optdlgfeature/gsoc24-luaNoel Grandin
2024-02-19tdf#124098 sc add global config setting "RecalcOptimalRowHeightMode"Balazs Varga
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
2022-10-06use more string_view in scNoel Grandin
2022-08-18loplugin:moveitNoel Grandin
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-02-10add more TypedWhichIdNoel Grandin
2022-01-27no need to call GetWhich on these SID_ valuesNoel Grandin
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
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
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2019-12-20Resolves: tdf#129501 cannot change formula separators in optionsCaolán McNamara
2019-10-01tdf#119021 Support lock down settings of Formula tab pageGabor Kelemen
2019-09-26TODO rename to GetFrameWeldCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-24set correct parentCaolán McNamara
2019-08-31drop some unnecessary includesCaolán McNamara
2019-07-29weld ScTpFormulaOptionsCaolán McNamara
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-05-20weld ScCalcOptionsDialogCaolán McNamara
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-03-20drop unnecessary includesCaolán McNamara
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-02Improved loplugin:redundantcast static_cast handling: scStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-04-05loplugin:constantparamNoel Grandin
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens
2015-10-16convert Link<> to typedNoel Grandin
2015-09-24convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-04-30Gradually typed LinkStephan Bergmann