summaryrefslogtreecommitdiff
path: root/svx/source/xml
AgeCommit message (Expand)AuthorFilesLines
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-5/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-5/+5
2016-04-19cppcheck: silence known condition warning svx xmlexportJochen Nitschke1-32/+27
2016-04-18Elide const varsStephan Bergmann1-14/+6
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-9/+7
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-3/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin2-2/+2
2016-03-29Avoid reserved identifiersStephan Bergmann1-8/+8
2016-03-17loplugin:constantparam in svxNoel Grandin1-6/+3
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-10/+10
2016-03-12Remove some unused include stdio (svx)Julien Nabet1-1/+0
2016-02-23new loplugin: commaoperatorNoel Grandin1-2/+4
2016-02-09Remove excess newlinesChris Sherlock4-15/+0
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin1-6/+4
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