summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/swxml.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-3/+3
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-4/+4
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-3/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-11/+7
2014-04-27sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-17cppcheck: Fix redundant assignments in the sw moduleChris Laplante1-0/+1
2014-03-14svx: sal_Bool->boolNoel Grandin1-2/+2
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-3/+2
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-45/+41
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-41/+45
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-45/+41
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-10/+5
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann1-7/+0
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin1-6/+6
2013-10-02remove/add blank linesPhilipp Riemer1-9/+0
2013-10-02remove zhaojianwei code markersPhilipp Riemer1-2/+2
2013-08-15String to OUString, some formattingMatteo Casalin1-37/+26
2013-08-01fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-9/+3
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-08fdo#46808, cleanupNoel Grandin1-12/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-16/+15
2013-03-27-Wunused-macrosStephan Bergmann1-3/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-20/+15
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-11/+11
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-02-22fix sw buildCaolán McNamara1-1/+1
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin1-3/+1
2013-02-01-Wc++11-narrowingStephan Bergmann1-1/+1
2013-02-01pass the storage to the XML import filterLuboš Luňák1-0/+4
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-11/+6
2013-01-17Const correct-ness in one place...Kohei Yoshida1-1/+1
2012-12-27sal_Bool to boolTakeshi Abe1-10/+10
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-01rework filters test to squeeze through extra flagsCaolán McNamara1-4/+4
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-23/+11
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+2
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-07catch exception by constant referenceTakeshi Abe1-5/+5
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-03Easyhack fdo#38831 remove SvStringsBrad Sowden1-9/+3
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: enable more debug code:Michael Stahl1-5/+5