summaryrefslogtreecommitdiff
path: root/sc/source/filter/orcus
AgeCommit message (Expand)Author
2014-05-09fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida
2013-11-04Have all formula cells start listening at once after the file load.Kohei Yoshida
2013-10-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida
2013-09-11Do the same with orcus filter interface implementation.Kohei Yoshida
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida
2013-04-28collision between orcus::spreadsheet::col_t and aix col_t typedefCaolán McNamara
2013-04-19date/time IDL datatypes incompatible change: fixupLionel Elie Mamane
2013-04-19No member named 'Get100Sec' in 'Time' any longerTor Lillqvist
2013-04-16Populate the text width and script type arrays on import.Kohei Yoshida
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida
2013-04-13Increment progress also during post string cell insertion phase.Kohei Yoshida
2013-04-13Obviously we do support it now, albeit partially.Kohei Yoshida
2013-04-13Show progress indicator during document import via orcus.Kohei Yoshida
2013-04-13Parameter order is wrong.Kohei Yoshida
2013-04-13Import null date via orcus.Kohei Yoshida
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida
2013-04-13Properly implement date / time value import from orcus.Kohei Yoshida
2013-04-13Implement set_date() interface method.Kohei Yoshida
2013-04-13Implement segment-based string import.Kohei Yoshida
2013-04-13Correctly implement add() and append() of shared strings interface.Kohei Yoshida
2013-04-13Defer string cell import until the end when importing via orcus.Kohei Yoshida
2013-04-13Try not to crash during import of xlsx and ods documents.Kohei Yoshida
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
2013-04-09Use ucb to load bytes from file URL.Kohei Yoshida
2013-04-09Get it to build with the latest orcus. It may not be fully functional.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-22More on removing direct use of cell classes...Kohei Yoshida
2012-12-04activate basic gnumeric support in experimental modeMarkus Mohrhard
2012-12-04shared formula import for orcusMarkus Mohrhard
2012-12-02workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard
2012-12-02support shared strings enough for gnumeric importMarkus Mohrhard
2012-11-28Fix static link failure with liborcus on Windows.Kohei Yoshida
2012-11-28Get it to build after the rebase.Kohei Yoshida
2012-11-28Use the method from orcus to get the short version of xml namespace name.Kohei Yoshida
2012-11-28Correctly handle xml namespaces when importing xml content.Kohei Yoshida
2012-11-28Display XML namespace IDs in the tree.Kohei Yoshida
2012-11-28Adjusted for the orcus interface change on the master branch.Kohei Yoshida
2012-11-28Store the xml namespace repository with the context.Kohei Yoshida
2012-11-28Separate the XML part of orcus filters into own class.Kohei Yoshida
2012-11-28Get it to build after updating liborcus from latest master.Kohei Yoshida
2012-11-28Remove debug statements.Kohei Yoshida
2012-11-28Register range links to orcus_xml too.Kohei Yoshida
2012-11-28Implement the required get_sheet() interface method.Kohei Yoshida
2012-11-28Set all single cell links to orcus_xml, and start reading the file.Kohei Yoshida