summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/calcoptionsdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-2/+2
2019-10-01tdf#119021 Support lock down settings of Formula tab pageGabor Kelemen1-0/+5
2019-03-11tdf#42949 Fix IWYU warnings in sc/source/ui/[f-o]*/*cxxGabor Kelemen1-17/+0
2018-11-07move SvTreeListBox to vclCaolán McNamara1-2/+2
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-4/+4
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-20weld ScCalcOptionsDialogCaolán McNamara1-39/+28
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-10/+10
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-3/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-07-27Drop OpenCL details from the 'Detailed Calculation Settings' dialogTor Lillqvist1-32/+0
2016-07-27tdf#101063: Get rid of the whole "Test OpenCL" functionality while at itTor Lillqvist1-567/+0
2016-07-27Remove effectively dead codeTor Lillqvist1-75/+0
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+4
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-31/+31
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens1-1/+11
2015-10-16convert Link<> to typedNoel Grandin1-6/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-15/+15
2015-10-12convert Link<> to typedNoel Grandin1-7/+4
2015-10-06reintroduce initial coupling of EmptyStringAsZero to StringConversionEike Rathke1-21/+28
2015-09-18Tentative performance improvement.Michael Meeks1-8/+8
2015-09-10convert Link<> to typedNoel Grandin1-2/+1
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-10/+5
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens1-1/+1
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens1-0/+4
2015-07-20Related tdf#92256: map CONV_OOO to listbox item no.1Katarina Behrens1-1/+17
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+2
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+2
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks1-2/+0
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+21
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist1-1/+1
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist1-5/+5
2015-01-28Disable the 'Test OpenCL' button once pressedTor Lillqvist1-1/+3
2015-01-28Make the OpenCL test document construction and calculation a bit fasterTor Lillqvist1-32/+39
2015-01-28Add NORMDIST testTor Lillqvist1-0/+64
2015-01-28Use minimum necessary value for nRowsTor Lillqvist1-3/+3
2015-01-28Add ROUND testTor Lillqvist1-0/+53
2015-01-28Add NORMSINV testTor Lillqvist1-0/+7
2015-01-21callcatcher: update unused codeCaolán McNamara1-42/+0