summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform.cxx
AgeCommit message (Expand)Author
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida
2013-12-04Assign top cell to the formula group if it's still NULL.Kohei Yoshida
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist
2013-11-13Don't compile the static OpenCL kernels while loading a spreadsheetTor Lillqvist
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin
2013-10-04covnert sc/source/filter/inc/namebuff.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/tokstack.hxx from String to OUStringNoel Grandin
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara
2013-09-19"what!?" - Let's not say that...Kohei Yoshida
2013-09-19Work around another Excel bug with incorrect shared formula range.Kohei Yoshida
2013-09-19Add a heuristic to avoid always pre-compile OpenCL kernels (for xls).Kohei Yoshida
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida
2013-09-11Handle import of shared formula from xls more gracefully.Kohei Yoshida
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida
2013-07-30More on avoiding direct access to data members.Kohei Yoshida
2013-07-30More on removing direct access to reference position members.Kohei Yoshida
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke
2012-12-30Some cppcheck cleaning in scJulien Nabet
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]
2012-07-05resolved fdo#51664 some matrix cases broken in binary Excel importEike Rathke
2012-04-10bnc#755775: Set numeric formula results when importing xls document.Kohei Yoshida
2012-04-10Method signature cleanup.Kohei Yoshida
2012-04-10Zelle->Cell, Ergebnis->Result and bit of cleanup.Kohei Yoshida
2012-02-21WaE: duplicateBranch and unused varThomas Arnhold
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard
2011-06-18Some cppcheck cleaningJulien Nabet