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