summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbookfragment.cxx
AgeCommit message (Expand)Author
2014-06-28import data table model partMarkus Mohrhard
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-28coverity#735463 Dead default in switchCaolán McNamara
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-03-01support OOXML strict documents in CalcMarkus Mohrhard
2014-01-23coverity#1158492 Uninitialized scalar fieldCaolán McNamara
2014-01-02oox: fix crash with threaded xlsx loading by pre-allocating sheet storage.Michael Meeks
2013-12-04oox: remove debugging printf.Michael Meeks
2013-12-04oox: render progress bar in main thread for threaded import.Michael Meeks
2013-11-27sc: threaded parsing of the core data inside large XLSX filesMichael Meeks
2013-11-27Move recalc on-load to after ScDocumentImport::finalize().Kohei Yoshida
2013-11-27Re-group formula cells before we do recalc on load (for xlsx).Kohei Yoshida
2013-11-25Really disable multi-threaded sheet parsing.Kohei Yoshida
2013-11-25Allow worker threads to use their own FastParser instances.Kohei Yoshida
2013-11-25Add hook to optionally enable threaded sheet stream parsing.Kohei Yoshida
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida
2013-09-23fdo#60889: FILEOPEN: Incorrect opening XLSX file (sharedStrings.xml)Raymond Wells
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-21delay importing all drawing elements until content is loaded, fdo#60488Markus Mohrhard
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida
2012-12-17Use check box "Always perform this in future" rather than 4 buttons.Kohei Yoshida
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida
2012-12-10improve the recalc dialog for ooxmlMarkus Mohrhard
2012-12-04Actually let's use the internal API directly here.Kohei Yoshida
2012-12-04More adjustment of file load code in the unit test.Kohei Yoshida
2012-12-04WorkbookFragment::finalizeImport(): catch DialogCancelledExceptionMichael Stahl
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-20gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power
2012-03-29callcatcher: update listCaolán McNamara
2012-03-16move excel related oox bits to scNoel Power