summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/formularesult.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-26dynamic_cast unnecessary hereNoel Grandin1-4/+3
2021-01-26tdf#92456 dynamic_cast to static_castNoel Grandin1-3/+2
2021-01-25tdf#92456 improve VLOOKUP perfNoel Grandin1-1/+1
2020-05-29pack a few more classesNoel Grandin1-4/+4
2018-11-12Re-order the members of ScFormulaResult...Dennis Francis1-7/+15
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-10-02tdf#120174 : Always copy mbValueCached flag in Assign()Dennis Francis1-0/+11
2018-08-23Allow fast result return for formula-cells with...Dennis Francis1-4/+24
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+2
2018-06-21Fix typosAndrea Gelmini1-1/+1
2018-06-20Related: tdf#117049 treat yet unknown result as initial 0.0Eike Rathke1-1/+8
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-0/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-08-24loplugin:constparam in sc part4Noel Grandin1-1/+1
2017-04-25tdf#107310: hybrid cell is a value cell as well as a string cell.Kohei Yoshida1-0/+3
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke1-5/+1
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke1-10/+40
2016-10-12Revert "convert MULTILINE constants to scoped enum"Noel Grandin1-12/+12
2016-10-12convert MULTILINE constants to scoped enumNoel Grandin1-12/+12
2016-09-23convert formula error codes to scoped enumNoel Grandin1-18/+18
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-02-06Resolves: tdf#83461 do not override MatColsRows if already setEike Rathke1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-05-06fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida1-1/+1
2014-02-25remove unused code ScFormulaCell::GetErrorOrStringNoel Grandin1-36/+0
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida1-0/+47
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-7/+7
2013-09-10WaE: enumeration values not handled in switchCaolán McNamara1-0/+2
2013-09-10Support fetching string array that spans over multiple blocks.Kohei Yoshida1-0/+49
2013-09-07WaE: returning reference to temporary objectMarkus Mohrhard1-1/+1
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-8/+8
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-07-02avoid enumeration value ... not handled in switch [-Werror=switch]Michael Stahl1-1/+2
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida1-0/+12
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-06-27Avoid redundant calls to GetCellResultType().Kohei Yoshida1-2/+43
2013-06-23we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-17/+0
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-01-25a few more fixes for cached value importMarkus Mohrhard1-0/+7
2013-01-24small improvement of the codeMarkus Mohrhard1-4/+2
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard1-2/+17
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida1-0/+10
2012-07-11Use cached formula results for matricesDaniel Bankston1-5/+10
2012-04-10Non inline methods of ScFormulaResult.Kohei Yoshida1-0/+452