summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formulabuffer.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-10fdo#74747: Make use of cached string formula results.Kohei Yoshida1-4/+11
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks1-17/+23
2013-11-11We don't need to put this in a separate thread.Kohei Yoshida1-14/+0
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida1-5/+33
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida1-11/+7
2013-11-06This method is now unused.Kohei Yoshida1-1/+0
2013-09-08Import matrix formulas from xlsx without using UNO API.Kohei Yoshida1-3/+0
2013-09-08Make data member names consistent.Kohei Yoshida1-7/+9
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida1-8/+35
2013-08-12Some cosmetic "fix"Kohei Yoshida1-39/+38
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-8/+8
2012-06-25callcatcher: update unused codeCaolán McNamara1-1/+0
2012-06-21some const correctness tweaks to various signatures in new formulabufferNoel Power1-12/+13
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power1-0/+99