summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-06read elements/attribs written to extension namespaceMarkus Mohrhard1-0/+3
2013-12-21XMLPropertyMapEntry::mbImportOnly and XMLPropertySetMapper bForExportEike Rathke1-4/+4
2013-08-05fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida1-2/+10
2013-07-23resolved fdo#67094 handle <text:s> in <text:p> and <text:span>Eike Rathke1-0/+19
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-10/+10
2013-04-26Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard1-16/+16
2013-04-25implement import for calcext:value-typeMarkus Mohrhard1-0/+1
2013-04-25remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard1-15/+15
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida1-0/+20
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-66/+64
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-9/+9
2013-02-21basic support for writing embedded fonts for calc docsNoel Power1-0/+6
2013-02-15coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin1-8/+7
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida1-10/+29
2013-02-11Prepare for the import of cell field items.Kohei Yoshida1-0/+3
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida1-0/+8
2013-02-11Import formatted spans correctly.Kohei Yoshida1-0/+17
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida1-0/+17
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida1-0/+16
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power1-1/+0
2013-01-30correct indentationMarkus Mohrhard1-9/+9
2013-01-27implement conditional date format import/export for ODFMarkus Mohrhard1-0/+20
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard1-0/+1
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida1-0/+11
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+17
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel1-0/+9
2012-12-04sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl1-2/+23
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-2/+2
2012-11-19use LanguageTagEike Rathke1-1/+1
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-2/+2
2012-11-02irename this variableMarkus Mohrhard1-5/+5
2012-11-02implement icon set import/export from odfMarkus Mohrhard1-1/+20
2012-09-12Improvement on previous commitStephan Bergmann1-15/+5
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin1-4/+4
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard1-0/+2
2012-08-24fix for fdo#49255Noel Power1-0/+1
2012-08-23Disable adjust height flag once for whole doc instead for each tabDaniel Bankston1-2/+0
2012-08-14Calculate positions of cell-anchored objects upon ods import.Kohei Yoshida1-0/+3
2012-08-09Bin ScXMLImport::GetVisibleSheet()Julien Nabet1-37/+0
2012-07-30Typo ressource -> resourceStephan Bergmann1-3/+3
2012-07-21Revert "Distinguish between DATE and DATETIME formats in ODS import"Daniel Bankston1-2/+1
2012-07-11Distinguish between DATE and DATETIME formats in ODS importDaniel Bankston1-1/+2
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston1-7/+1
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston1-3/+9
2012-07-11Stop calculating row heights and instead use imported row heights onlyDaniel Bankston1-2/+1
2012-06-27add support for axis color import/exportMarkus Mohrhard1-0/+1
2012-06-11fix cond format import from odsMarkus Mohrhard1-1/+23
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0