summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdxmlexp.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin1-9/+3
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin1-1/+1
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-30/+5
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-8/+6
2016-05-04use Any constructor instead of temporariesNoel Grandin1-4/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-4/+4
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin1-4/+4
2016-03-29Avoid reserved identifiersStephan Bergmann1-13/+13
2016-02-18[API CHANGE] add Author Initials to XAnnotationCaolán McNamara1-0/+12
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-3/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+0
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-1/+0
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin1-2/+2
2015-07-15-Werror,-Wunused-private-fieldStephan Bergmann1-5/+0
2015-07-15loplugin:unusedmethods xmloffNoel Grandin1-3/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-21/+19
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-35/+35
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-09Resolves: fdo#87108 crash on saving fodgCaolán McNamara1-4/+7
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29coverity#735663 Division or modulo by zeroCaolán McNamara1-0/+3
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-9/+9
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-27Fix typo: cought => caughtMatteo Casalin1-1/+1
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-60/+60
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-19/+19
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-21coverity#708705 Uninitialized scalar fieldCaolán McNamara1-2/+4
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-70/+3
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke1-2/+2
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-3/+3
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-4/+4
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin1-4/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-5/+5
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-61/+0
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl1-1/+1
2013-07-10drop useless conditionDavid Tardon1-5/+2
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-32/+32
2013-06-23Resolves: rhbz#976304 gallery elements may not support document.SettingsCaolán McNamara1-8/+9