summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexp.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-09formatting improvements in sw/Noel Grandin1-11/+11
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-41/+41
2015-10-27Optimised UnoCrsrTbl cleanup for faster doc savingAshod Nakashian1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+1
2015-07-16tdf#39468 Translate German Comments - sw/source/filter/xml/Phillip Sz1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-3/+3
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-4/+4
2015-03-05V801: Decreased performanceCaolán McNamara1-2/+2
2015-02-25sw: convert import & export components to constructor usageChris Sherlock1-222/+82
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-20/+20
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-4/+3
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-2/+4
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-4/+5
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-1/+2
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-1/+2
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-5/+5
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-4/+5
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan1-4/+0
2014-04-30sw: sal_Bool->boolNoel Grandin1-8/+8
2014-04-27Reduce scope and simplifyMatteo Casalin1-4/+4
2014-04-27OUString: constify and avoid temporariesMatteo Casalin1-10/+5
2014-04-27sal_uInt16 to int + constifyMatteo Casalin1-3/+3
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-16coverity#1202916 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-4/+4
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-8/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-1/+0
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-37/+12
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-17sal_Bool to boolTakeshi Abe1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-3/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-5/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-30/+30