summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookhelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-05fdo#82183 do not reset globals while loading a documentEike Rathke1-0/+2
2014-06-25bnc#882595: Process VBA blobs before formula cells.Kohei Yoshida1-6/+7
2014-04-08fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-4/+0
2013-12-02Allow worker threads to use their own FastParser instances.Kohei Yoshida1-1/+6
2013-12-01fdo#72078 make status bar text localizableAndras Timar1-4/+2
2013-11-27Move recalc on-load to after ScDocumentImport::finalize().Kohei Yoshida1-0/+53
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida1-22/+34
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida1-4/+2
2013-11-13Don't compile the static OpenCL kernels while loading a spreadsheetTor Lillqvist1-23/+0
2013-11-04Populate raw cell values using ScDocumentImport.Kohei Yoshida1-2/+12
2013-11-04Set up ScDocumentImport accessor and initialize it.Kohei Yoshida1-11/+25
2013-09-19Pre-compile OpenCL kernels during xlsx file load as well.Kohei Yoshida1-0/+23
2013-09-12No need to delay initialization of ScDocument member.Kohei Yoshida1-21/+18
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida1-0/+1
2013-08-12Map shared formulas to Calc's formula groups on xlsx import.Kohei Yoshida1-1/+1
2013-07-09n#819822: XLSX Chart import with internal data table.Muthu Subramanian1-3/+18
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power1-1/+1
2013-05-31Trivially merge ExcelFilterBase into ExcelFilterStephan Bergmann1-4/+4
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+5
2013-01-22lose uno api for font related xlsx importNoel Power1-0/+26
2013-01-04correct indentationMarkus Mohrhard1-1/+0
2013-01-04put the function in the anonymous namespaceMarkus Mohrhard1-2/+3
2012-12-18finalize pivot *before* scenario sheet to ensure table numbers are correctNoel Power1-5/+6
2012-12-13fix sometimes data corruption with xlsx import ( with scenario sheets )Noel Power1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-7/+7
2012-08-23A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.Kohei Yoshida1-2/+1
2012-08-23Convert xlsx unnamed database range import to direct scDaniel Bankston1-4/+16
2012-08-23Prevent broadcasts to gain xlsx formula import performance boostDaniel Bankston1-0/+8
2012-08-13fdo#53456: initialize pivot tables *after* the formula cells.Kohei Yoshida1-4/+7
2012-07-03remove a forgotten about (harmless) hack for the formulabuffer changeNoel Power1-2/+0
2012-06-20gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power1-15/+0
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power1-1/+28
2012-04-17forgot the normal range namesMarkus Mohrhard1-22/+17
2012-04-17some more uno removement in oox range name importMarkus Mohrhard1-14/+18
2012-04-17WaE: MacOSX pScRangeData may be unused uninitializedCaolán McNamara1-6/+4
2012-04-17Converting UNO calls to direct in WorkbookHelperDaniel Bankston1-15/+14
2012-04-12unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold1-5/+0
2012-04-12callcatcher: update unused code listCaolán McNamara1-8/+0
2012-04-11callcatcher: update listCaolán McNamara1-8/+0
2012-04-09cleaning in oox partJulien Nabet1-59/+0
2012-03-30callcatcher: regenerate unused code listCaolán McNamara1-15/+0
2012-03-28some performance improvementsNoel Power1-11/+68
2012-03-28callcatcher: regenerate listCaolán McNamara1-22/+0
2012-03-16move excel related oox bits to scNoel Power1-0/+960