summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlimprt.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix-includes.pl: scThomas Arnhold2014-05-111-1/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* sc: sal_Bool->boolNoel Grandin2014-04-231-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-3/+1
* whitespace cleanup in scMarkus Mohrhard2014-04-061-14/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-3/+3
* sc: prefer passing OUString by referenceNoel Grandin2014-03-171-1/+1
* fdo#75960: No point instantiating the struct when there are no pivot tables.Kohei Yoshida2014-03-091-1/+3
* fdo#75960: Process pivot tables after named ranges are all set.Kohei Yoshida2014-03-091-0/+10
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-2/+2
* coverity#1079007 Uncaught exceptionCaolán McNamara2014-02-101-2/+4
* Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2014-01-091-29/+7
* don't write new elements/attribs to ODF namespacesMarkus Mohrhard2013-12-281-0/+3
* added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2013-12-201-4/+4
* Properly import data stream data from ods.Kohei Yoshida2013-12-191-0/+31
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-31/+0
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-23/+23
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-1/+1
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-1/+1
* covnert sc/source/filter/xml/*.cxx from String to OUStringNoel Grandin2013-10-081-4/+4
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida2013-08-021-2/+10
* resolved fdo#67094 handle <text:s> in <text:p> and <text:span>Eike Rathke2013-07-231-0/+19
* read/write ODF *:script* and *:rfc-language-tag*Eike Rathke2013-07-091-0/+2
* Mark as constTakeshi Abe2013-07-091-81/+81
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2
* fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin2013-05-211-2/+2
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-10/+10
* Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard2013-04-261-16/+16
* implement import for calcext:value-typeMarkus Mohrhard2013-04-251-0/+1
* remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard2013-04-251-15/+15
* fdo#62116: Handle field objects with formats correctly.Kohei Yoshida2013-04-081-0/+20
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-66/+64
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-4/+4
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-9/+9
* basic support for writing embedded fonts for calc docsNoel Power2013-02-211-0/+6
* coverity: fix memory leakMarkus Mohrhard2013-02-151-1/+1
* fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin2013-02-121-8/+7
* Import URL fields as well. Now I'm done.Kohei Yoshida2013-02-111-10/+29
* Prepare for the import of cell field items.Kohei Yoshida2013-02-111-0/+3
* Use hash map to avoid repetitious string comparisons.Kohei Yoshida2013-02-111-0/+8
* Import formatted spans correctly.Kohei Yoshida2013-02-111-0/+17
* Use EditEngine to create ScEditCell directly.Kohei Yoshida2013-02-111-0/+17
* First cut on the re-work. Lots of things are still broken.Kohei Yoshida2013-02-111-0/+16
* clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power2013-02-041-1/+0
* correct indentationMarkus Mohrhard2013-01-301-9/+9
* implement conditional date format import/export for ODFMarkus Mohrhard2013-01-271-0/+20
* support to hide the cell value when using icon setsMarkus Mohrhard2013-01-151-0/+1
* fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida2013-01-091-0/+11