summaryrefslogtreecommitdiff
path: root/svx/source/xml
AgeCommit message (Expand)Author
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl
2015-12-08Related: tdf#71622 compress more gfx in odf streamsThorsten Behrens
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-16boost->stdCaolán McNamara
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-17cleanup: use SAL_N_ELEMENTS for array sizeCarlos Luque
2015-07-17svx: this was supposed to be "image/x-eps"Michael Stahl
2015-07-17tdf#92571: add mime types for several image file formatsCarlos Luque
2015-07-08Fix typosAndrea Gelmini
2015-06-28coverity#1308508 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308457 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2015-01-26coverity#1266476 silence Dereference null return valueCaolán McNamara
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-15coverity#735333 flush out pointless calls to IsRemote and IsOpenCaolán McNamara
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-21stario -> css::ioThomas Arnhold
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin
2014-07-08don't terminate via unhandled exception on loading ooo89328-1.sxcCaolán McNamara
2014-07-06fix assert for empty string case on loading ooo119654-1.odtCaolán McNamara
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-04coverity#738062 Uncaught exceptionCaolán McNamara
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet