summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg/tpformula.cxx
AgeCommit message (Expand)Author
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
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-22remove missing sc.hrcThomas Arnhold
2014-04-22clean up hrc filesThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-08convert sc/source/ui/optdlg/*.cxx from String to OUStringNoel Grandin
2013-06-18Convert Formula tabpage to .ui and adapt code.Jan Holesovsky
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida
2012-12-17Re-arranged formula options page to make room for re-calc option.Kohei Yoshida
2012-12-10improve the recalc dialog for ooxmlMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida
2012-05-30Share common localized strings: Calc A1, Excel A1, and Excel R1C1.Kohei Yoshida
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida
2012-05-30Get the sub dialog functional.Kohei Yoshida
2012-05-30Pass the config data to the sub-dialog.Kohei Yoshida
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida
2012-05-30Update the buttons for calc settings on various events.Kohei Yoshida
2012-05-30Get the current decimal separator from ScGlobal.Kohei Yoshida