summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/swxml.cxx
AgeCommit message (Expand)Author
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-02-26Drop superfluous newline and stupid exclamation markTor Lillqvist
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin
2014-11-19move docfunc to own headerBjoern Michaelsen
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-10-13coverity#1078466 Unchecked return valueCaolán McNamara
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-08-03put ReadThroughComponent to anon. namespace to avoid redefinitionTomaž Vajngerl
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-06-30Related: #i78498# improvements/corrections regarding outline level & CoOliver-Rainer Wittmann
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-27OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin
2014-04-27sal_uInt16 to size_tMatteo Casalin
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-04-17cppcheck: Fix redundant assignments in the sw moduleChris Laplante
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin
2013-10-02remove/add blank linesPhilipp Riemer
2013-10-02remove zhaojianwei code markersPhilipp Riemer
2013-08-15String to OUString, some formattingMatteo Casalin
2013-08-01fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-04-08fdo#46808, cleanupNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
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-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac