summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml
AgeCommit message (Expand)Author
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: variableScopeCaolán McNamara
2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-28coverity#1308554 Uncaught exceptionCaolán McNamara
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-02cppcheck: duplicate inherited memberNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert SEF_EXPORT_ #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
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-18reportdesign: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15reportdesign: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12reportdesign: avoid assertion on duplicate properties ...Michael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-11-03coverity#735452 Logically dead codeCaolán McNamara
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30reportdesign: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-31cleanup usage of MapUnit enumNoel Grandin
2014-07-25Apply pimpl to XMLPropertySetMapper.Kohei Yoshida
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-04fix spelling in class name OSpecialHanldeXMLExportPropertyMapperNoel Grandin
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-27fdo#67937 "print on group change" defaults to TRUELionel Elie Mamane
2014-05-27OXMLSubDocument: copy PrintWhenGroupChange, tooLionel Elie Mamane
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-17Comment why it's not a copy paste errorJulien Nabet
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet