summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlimprt.cxx
AgeCommit message (Expand)Author
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-07put that attribute into an extension namespaceMarkus Mohrhard
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-22Move this useful function to sc::NumFmtUtil.Kohei Yoshida
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-08-16use correct namespace for table protection elements, fdo#82128Markus Mohrhard
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
2014-05-21Let's use constant uno name for these.Kohei Yoshida
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-03-09fdo#75960: No point instantiating the struct when there are no pivot tables.Kohei Yoshida
2014-03-09fdo#75960: Process pivot tables after named ranges are all set.Kohei Yoshida
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-10coverity#1079007 Uncaught exceptionCaolán McNamara
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
2013-12-28don't write new elements/attribs to ODF namespacesMarkus Mohrhard
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke
2013-12-19Properly import data stream data from ods.Kohei Yoshida
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-08covnert sc/source/filter/xml/*.cxx from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-07-23resolved fdo#67094 handle <text:s> in <text:p> and <text:span>Eike Rathke
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke
2013-07-09Mark as constTakeshi Abe
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
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