summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/swxml.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-4/+4
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-4/+5
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-4/+4
2016-02-09don't assert that no ODF import happens without a base URLMichael Stahl1-1/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-0/+2
2015-11-18sw: use the proper item SwFormatRowSplitMichael Stahl1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-09formatting improvements in sw/Noel Grandin1-5/+5
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-6/+6
2015-08-21loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-01Use auto or more proper integer types, avoid temporariesMatteo Casalin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-21/+21
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-10/+10
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-2/+2
2015-02-26Drop superfluous newline and stupid exclamation markTor Lillqvist1-1/+1
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-23/+10
2014-11-19move docfunc to own headerBjoern Michaelsen1-0/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-10-13coverity#1078466 Unchecked return valueCaolán McNamara1-3/+3
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-8/+9
2014-08-03put ReadThroughComponent to anon. namespace to avoid redefinitionTomaž Vajngerl1-0/+5
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-1/+0
2014-06-30Related: #i78498# improvements/corrections regarding outline level & CoOliver-Rainer Wittmann1-2/+2
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-3/+4
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-3/+3
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-2/+3
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