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