summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/orcus
Commit message (Expand)AuthorAgeFilesLines
* fix-includes.pl: scThomas Arnhold2014-05-113-10/+10
* fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida2014-05-061-1/+2
* orcus autofilter import, implement the interfaceMarkus Mohrhard2014-04-241-1/+32
* add array cell import to orcus importMarkus Mohrhard2014-04-091-2/+14
* -Werror,-Wunused-parameterStephan Bergmann2014-03-031-12/+12
* upgrade liborcusMarkus Mohrhard2014-03-031-1/+65
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-49/+0
* introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke2013-11-131-1/+1
* Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida2013-11-061-2/+2
* Have all formula cells start listening at once after the file load.Kohei Yoshida2013-11-041-2/+0
* Make the same change to the orcus interface & remove unused methods.Kohei Yoshida2013-10-111-38/+13
* Do the same with orcus filter interface implementation.Kohei Yoshida2013-09-111-1/+2
* Compile token array only once per formula group.Kohei Yoshida2013-08-121-0/+2
* Rework shared formula import in orcus handler.Kohei Yoshida2013-08-121-37/+106
* collision between orcus::spreadsheet::col_t and aix col_t typedefCaolán McNamara2013-04-281-18/+16
* date/time IDL datatypes incompatible change: fixupLionel Elie Mamane2013-04-191-6/+6
* No member named 'Get100Sec' in 'Time' any longerTor Lillqvist2013-04-191-1/+1
* Populate the text width and script type arrays on import.Kohei Yoshida2013-04-161-0/+2
* ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida2013-04-131-31/+26
* Increment progress also during post string cell insertion phase.Kohei Yoshida2013-04-131-0/+7
* Obviously we do support it now, albeit partially.Kohei Yoshida2013-04-131-1/+0
* Show progress indicator during document import via orcus.Kohei Yoshida2013-04-132-10/+91
* Parameter order is wrong.Kohei Yoshida2013-04-131-1/+1
* Import null date via orcus.Kohei Yoshida2013-04-131-1/+19
* Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida2013-04-131-3/+2
* Properly implement date / time value import from orcus.Kohei Yoshida2013-04-131-3/+24
* Implement set_date() interface method.Kohei Yoshida2013-04-131-20/+25
* Implement segment-based string import.Kohei Yoshida2013-04-131-2/+8
* Correctly implement add() and append() of shared strings interface.Kohei Yoshida2013-04-131-9/+24
* Defer string cell import until the end when importing via orcus.Kohei Yoshida2013-04-131-24/+42
* Try not to crash during import of xlsx and ods documents.Kohei Yoshida2013-04-131-2/+2
* Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida2013-04-131-0/+42
* Use ucb to load bytes from file URL.Kohei Yoshida2013-04-091-5/+29
* Get it to build with the latest orcus. It may not be fully functional.Kohei Yoshida2013-04-092-1/+26
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-4/+4
* Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2013-03-281-1/+1
* More ScBaseCell reduction...Kohei Yoshida2013-03-271-4/+3
* More on removing direct use of cell classes...Kohei Yoshida2013-03-221-11/+5
* activate basic gnumeric support in experimental modeMarkus Mohrhard2012-12-041-0/+21
* shared formula import for orcusMarkus Mohrhard2012-12-041-9/+233
* workaround broken WaE eGrammar may be used uninitializedMarkus Mohrhard2012-12-021-1/+1
* support shared strings enough for gnumeric importMarkus Mohrhard2012-12-021-10/+91
* Fix static link failure with liborcus on Windows.Kohei Yoshida2012-11-282-2/+0
* Get it to build after the rebase.Kohei Yoshida2012-11-281-0/+1
* Use the method from orcus to get the short version of xml namespace name.Kohei Yoshida2012-11-281-13/+7
* Correctly handle xml namespaces when importing xml content.Kohei Yoshida2012-11-281-7/+47
* Display XML namespace IDs in the tree.Kohei Yoshida2012-11-281-4/+23
* Adjusted for the orcus interface change on the master branch.Kohei Yoshida2012-11-281-1/+1
* Store the xml namespace repository with the context.Kohei Yoshida2012-11-281-4/+3
* Separate the XML part of orcus filters into own class.Kohei Yoshida2012-11-283-355/+346