summaryrefslogtreecommitdiff
path: root/sc/source/core/data/formulacell.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-08fdo#74453: Only adjust tokens for top formula cells of formula group.Kohei Yoshida1-0/+8
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-7/+7
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-12/+12
2014-02-04More places to cover pre-compiled sheet names.Kohei Yoshida1-4/+99
2014-02-04Pre-compile all compiler-ready sheet names to avoid doing it repeatedly.Kohei Yoshida1-2/+37
2014-01-27better check for more formula token types, related fdo#74077Markus Mohrhard1-0/+12
2014-01-27we need to check that the content is equal as well, fdo#74077Markus Mohrhard1-0/+12
2014-01-24PostponedDirty also for RelNameEike Rathke1-3/+2
2014-01-24bring some sense into this translated commentEike Rathke1-4/+4
2014-01-23resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-14/+22
2014-01-16fdo#73655: Don't adjust formula tokens on non-top shared formula cells.Kohei Yoshida1-0/+17
2014-01-14bool improvementsStephan Bergmann1-3/+3
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist1-10/+6
2014-01-07Add some more loggingTor Lillqvist1-8/+11
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke1-0/+7
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist1-15/+16
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist1-0/+4
2013-11-20Try to make the background OpenCL compilation conditional at run-timeTor Lillqvist1-13/+36
2013-11-20Fix some life-cycle issues for backgroup OpenCL kernel compilationTor Lillqvist1-1/+1
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-239/+6
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-0/+3
2013-11-20Avoid crash in unit testTor Lillqvist1-1/+2
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist1-6/+16
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist1-1/+1
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-15/+8
2013-11-20Add "sc.opencl" logging areaTor Lillqvist1-0/+1
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist1-0/+42
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist1-0/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-8/+7
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-5/+3
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida1-0/+6
2013-11-07Umgekehrte Polnische Notation is German for Reverse Polish NotationTor Lillqvist1-5/+5
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida1-0/+48
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-11/+38
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida1-7/+5
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida1-0/+11
2013-10-18More eye-pleasing way of checking for valid vector array...Kohei Yoshida1-2/+2
2013-10-18Allow vector array tokens to store both numeric and string values.Kohei Yoshida1-2/+2
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-5/+6
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-1/+1
2013-10-08breakKohei Yoshida1-0/+1
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida1-1/+2
2013-09-10Fix several logic errors in required array size calculation.Kohei Yoshida1-3/+7
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida1-0/+18
2013-09-10Support fetching string array that spans over multiple blocks.Kohei Yoshida1-0/+11
2013-09-07Fix incorrect reference update on shared formulas.Kohei Yoshida1-1/+4
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida1-7/+7
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida1-1/+3
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-17/+0
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-6/+4