summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formulaopt.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-23sc: sal_Bool->boolNoel Grandin1-8/+8
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke1-9/+57
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist1-3/+2
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-2/+2
2013-11-29only call switchOpenCLDevice only onceMarkus Mohrhard1-4/+8
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist1-0/+5
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-5/+5
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-7/+7
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-2/+2
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-5/+5
2013-09-19fix storing of open cl device in configuration filesMarkus Mohrhard1-1/+4
2013-09-19Wrong config option name.Kohei Yoshida1-1/+1
2013-09-19store the opencl device id and propagate it from the ui to opencl codeMarkus Mohrhard1-3/+21
2013-09-19store opencl auto select setting in configurationMarkus Mohrhard1-3/+18
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-9/+0
2013-08-12doh unitialised variableNoel Power1-1/+1
2013-08-12listen for formula related configuration changesNoel Power1-3/+26
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks1-1/+15
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-10/+10
2012-12-20Add ODF recalc option bits to the UI and configuration.Kohei Yoshida1-3/+52
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida1-5/+5
2012-12-10improve the recalc dialog for ooxmlMarkus Mohrhard1-3/+52
2012-07-23Handle saving to and loading from user configuration.Kohei Yoshida1-7/+26
2012-07-23Using ScCalcConfig throughout saves quite a bit of code.Kohei Yoshida1-7/+7
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida1-16/+16
2012-05-30Update the buttons for calc settings on various events.Kohei Yoshida1-1/+4
2012-05-30Reset option.Kohei Yoshida1-0/+3
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida1-1/+49
2012-04-26No need for these warnings.Kohei Yoshida1-1/+0
2012-04-15Fix 2 "scope of the variable can be reduced"Julien Nabet1-2/+1
2012-04-10Grouping ScFormulaOptionsAlbert Thuswaldner1-0/+361