summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/wrtxml.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-8/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-13/+5
2014-11-19move docfunc to own headerBjoern Michaelsen1-0/+1
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-4/+5
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-3/+3
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-3/+3
2014-04-27Do not post-increment a pointer going out of scopeMatteo Casalin1-1/+1
2014-04-27OUString: reduce temporaries and constifyMatteo Casalin1-42/+27
2014-03-14svx: sal_Bool->boolNoel Grandin1-3/+3
2014-02-27Remove visual noise from swAlexander Wilms1-2/+0
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-7/+0
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-36/+31
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-31/+36
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-36/+31
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-1/+1
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1
2013-08-15String to OUString, some formattingMatteo Casalin1-20/+15
2013-08-01fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-13/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-11/+10
2013-03-27-Wunused-macrosStephan Bergmann1-4/+2
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin1-16/+12
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-16/+14
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-3/+3
2012-12-27sal_Bool to boolTakeshi Abe1-13/+13
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-52/+34
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens1-13/+5
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-8/+3
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-7/+3
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-3/+1
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-2/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak1-5/+5
2011-04-22left arrow comments removed // <--Júlio Hoffimann1-2/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-1/+1
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-3/+3
2011-02-21Remove all traces off ASSERT_IDThomas Arnhold1-1/+0
2011-02-09CWS swlayoutrefactoring: resync to m100Mathias Bauer1-3/+3
2011-01-31Remove comments; sw/source/filtershirahara1-2/+2