summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
AgeCommit message (Expand)Author
2017-05-24Clean up a commentTor Lillqvist
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida
2017-04-19Add Dump() method to ScFormulaCell.Kohei Yoshida
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin
2017-01-10Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke
2016-11-16remove anything svHybridValueCell related, it's nowhere set anymoreEike Rathke
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke
2016-07-22sc: convert MatrixEdge... to typed_flagsJochen Nitschke
2016-06-09change number format for formula results if of different typeEike Rathke
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-11loplugin:constantparamNoel Grandin
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-23loplugin:unusedfields in scNoel Grandin
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist
2015-09-17ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long timeTor Lillqvist
2015-09-15stab MM_FAKE, it's a zombieEike Rathke
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-06-10tdf#89972: also copy external reference statusMike Kaganski
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2015-02-07Introduce SetResultError()Tor Lillqvist
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist
2014-12-15Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida