summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)Author
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-26Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard
2013-04-25implement import for calcext:value-typeMarkus Mohrhard
2013-04-25remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-21basic support for writing embedded fonts for calc docsNoel Power
2013-02-15coverity: fix memory leakMarkus Mohrhard
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida
2013-02-11Prepare for the import of cell field items.Kohei Yoshida
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida
2013-02-11Import formatted spans correctly.Kohei Yoshida
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power
2013-01-30correct indentationMarkus Mohrhard
2013-01-27implement conditional date format import/export for ODFMarkus Mohrhard
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel
2012-12-04sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-19use LanguageTagEike Rathke
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
2012-11-02irename this variableMarkus Mohrhard
2012-11-02implement icon set import/export from odfMarkus Mohrhard
2012-09-12Improvement on previous commitStephan Bergmann
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin
2012-09-05better import of conditional format from old ODF structureMarkus Mohrhard
2012-08-24fix for fdo#49255Noel Power
2012-08-23Disable adjust height flag once for whole doc instead for each tabDaniel Bankston
2012-08-14Calculate positions of cell-anchored objects upon ods import.Kohei Yoshida
2012-08-09Bin ScXMLImport::GetVisibleSheet()Julien Nabet
2012-07-30Typo ressource -> resourceStephan Bergmann
2012-07-21Revert "Distinguish between DATE and DATETIME formats in ODS import"Daniel Bankston
2012-07-11Distinguish between DATE and DATETIME formats in ODS importDaniel Bankston
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston
2012-07-11Stop calculating row heights and instead use imported row heights onlyDaniel Bankston
2012-06-27add support for axis color import/exportMarkus Mohrhard
2012-06-11fix cond format import from odsMarkus Mohrhard
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-05-26support remaining data bar attributes in odf import/exportMarkus Mohrhard
2012-05-25import new conditional format informationMarkus Mohrhard
2012-05-13removed unused definesTakeshi Abe