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