summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform.cxx
AgeCommit message (Expand)Author
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-03-12declare variable when we use itMarkus Mohrhard
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-09Bin unused static const fieldTor Lillqvist
2015-02-12tdf#89281 fix performance regression of XLS import - cleanupLászló Németh
2015-02-10tdf#89281 fix performance regression of XLS importLászló Németh
2014-12-23coverity#1260332 Unused valueCaolán McNamara
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-11-18coverity#1242538 Untrusted loop boundCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17coverity#736887 Unintended sign extensionCaolán McNamara
2014-06-17coverity#706041 Unintended sign extensionCaolán McNamara
2014-06-17coverity#706038 Unintended sign extensionCaolán McNamara
2014-06-05coverity#736046 Missing break in switchCaolán McNamara
2014-06-05coverity#705209 Missing break in switchCaolán McNamara
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-15CID#1202961 init class memberEike Rathke
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-14sal_Bool->boolNoel Grandin
2014-02-06fdo#74553: Use the shared formula column position Excel tells you...Kohei Yoshida
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida
2013-12-04Assign top cell to the formula group if it's still NULL.Kohei Yoshida
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist
2013-11-13Don't compile the static OpenCL kernels while loading a spreadsheetTor Lillqvist
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin
2013-10-04covnert sc/source/filter/inc/namebuff.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/tokstack.hxx from String to OUStringNoel Grandin