summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/formulabuffer.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-11fdo#74747: Make use of cached string formula results.Kohei Yoshida1-9/+35
2014-02-27fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida1-7/+14
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks1-24/+27
2013-11-20Fix a few of my own thinkos, and add some assertionsTor Lillqvist1-2/+4
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-1/+1
2013-11-19-Werror,-Wunused-private-fieldStephan Bergmann1-2/+1
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida1-6/+6
2013-11-14Do everything on main thread when the thread count is 1.Kohei Yoshida1-37/+50
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke1-5/+5
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida1-0/+4
2013-11-11Group formula cells if we can, to avoid cloning of token array instances.Kohei Yoshida1-1/+18
2013-11-11Store the formula cell instance in cache rather than the token array.Kohei Yoshida1-9/+15
2013-11-11Create formula cells there...Kohei Yoshida1-12/+16
2013-11-11Cache previous formula tokens to avoid formula re-compilations.Kohei Yoshida1-2/+83
2013-11-11We don't need to put this in a separate thread.Kohei Yoshida1-25/+11
2013-11-11Move the API guard out of the worker threads onto the manager thread.Kohei Yoshida1-1/+7
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida1-107/+211
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida1-4/+2
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida1-1/+1
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida1-4/+2
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida1-1/+1
2013-11-06This method is now unused.Kohei Yoshida1-10/+0
2013-11-06Compile formulas using internal API directly...Kohei Yoshida1-4/+14
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida1-29/+9
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-25/+5
2013-09-19In xlsx, a better heuristic is based on worksheet dimension.Kohei Yoshida1-1/+0
2013-09-19Pre-compile OpenCL kernels during xlsx file load as well.Kohei Yoshida1-0/+1
2013-09-11Fix crashers on xlsx import, due to shared formula range being wrong.Kohei Yoshida1-1/+4
2013-09-08We still need to manually get the matrix cell to start listening.Kohei Yoshida1-0/+4
2013-09-08Import matrix formulas from xlsx without using UNO API.Kohei Yoshida1-43/+16
2013-09-08Make data member names consistent.Kohei Yoshida1-18/+19
2013-08-12Compile token array only once per formula group.Kohei Yoshida1-0/+3
2013-08-12Fix the (Windows) build. No idea how this was buildable on Linux.Kohei Yoshida1-2/+2
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida1-55/+3
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida1-57/+178
2013-08-12Some cosmetic "fix"Kohei Yoshida1-1/+1
2013-05-17fix missing xlsx import formula dependecy startlisten on formula array cellsNoel Power1-0/+25
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-4/+2
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida1-1/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-04doubled namespacesThomas Arnhold1-1/+0
2013-01-04don't forget the dependency tree during OOXML import, fdo#58863Markus Mohrhard1-1/+2
2013-01-04correct indentationMarkus Mohrhard1-7/+7