summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlwrap.cxx
Commit message (Expand)AuthorAgeFilesLines
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet2014-05-171-3/+3
* Fix previous commit (sc part)Julien Nabet2014-05-111-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-111-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-091-7/+7
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet2014-05-081-6/+6
* sc: sal_Bool->boolNoel Grandin2014-04-231-5/+5
* whitespace cleanup in scMarkus Mohrhard2014-04-061-4/+0
* Remove unneccessary commentsAlexander Wilms2014-02-231-2/+2
* sal_Bool->boolNoel Grandin2014-02-141-15/+15
* fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida2014-02-021-0/+2
* Properly import data stream data from ods.Kohei Yoshida2013-12-191-0/+9
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-121-2/+2
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-31/+28
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-28/+31
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-31/+28
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-201-10/+5
* remove unnecessary use of OUString constructor in SC moduleNoel Grandin2013-11-111-4/+4
* covnert sc/source/filter/xml/*.cxx from String to OUStringNoel Grandin2013-10-081-1/+1
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-191-21/+16
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-5/+5
* remove unused componentcontext.hxx includesNoel Grandin2013-06-051-1/+0
* fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin2013-05-131-25/+16
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-62/+60
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-10/+10
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-30/+30
* catch const &Eike Rathke2013-03-141-10/+10
* i119411 - Read/write RDF support on ODS file formatAriel Constenla-Haile2013-03-141-1/+63
* fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac2013-02-261-3/+3
* fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac2013-02-221-2/+2
* pass the storage to the XML import filterLuboš Luňák2013-02-211-0/+3
* fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac2013-02-191-4/+4
* DynamicErrorInfo objects must be allocated on the heapStephan Bergmann2013-01-081-2/+2
* fix some memory leaks in scMarkus Mohrhard2013-01-061-2/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-32/+24
* sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl2012-12-041-14/+19
* Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens2012-11-141-8/+6
* fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2012-10-221-14/+9
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-1/+1
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-9/+4
* unify return type in this methodMarkus Mohrhard2012-07-271-2/+2
* this explicit conversion is unnecessary, use the implicit oneMarkus Mohrhard2012-07-271-1/+1
* Remove superfluous include commentsThomas Arnhold2012-06-091-2/+0
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+1
* Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2012-01-071-4/+4
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* ByteString->rtl::OStringCaolán McNamara2011-11-111-15/+25
* catch exception by const referenceTakeshi Abe2011-11-041-4/+4
* Follow-up of DBG_* removalJacek Wolszczak2011-05-271-6/+5