summaryrefslogtreecommitdiff
path: root/xmloff/source/meta
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-03-29Avoid reserved identifiersStephan Bergmann3-14/+14
2016-01-21Move XMLMetaExportComponent_get_implementation to a more reasonable placeStephan Bergmann1-8/+8
2016-01-18loplugin:unreffunStephan Bergmann1-19/+0
2016-01-18tdf#74608 xmloff: Constructor feature for XMLMetaExportComponentkripton1-1/+9
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-26com::sun::star->css in xmloff/Noel Grandin5-28/+21
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-3/+3
2015-11-09new loplugin: oncevarNoel Grandin2-14/+7
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-3/+3
2015-11-04loplugin:stringconstantNoel Grandin1-2/+1
2015-11-02tdf#74608 xmloff: Constructor feature for XMLMetaImportComponent.kripton1-23/+40
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-01remove old standalone Sun bug numbersNoel Grandin2-3/+0
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-3/+3
2015-05-06xmloff: convert to assert in SvXMLMetaExportMichael Stahl1-6/+6
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-3/+3
2015-04-07loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-0/+22
2015-03-09V801: Decreased performanceCaolán McNamara1-4/+4
2015-03-03TyposJulien Nabet1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-3/+3
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann1-0/+1
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-4/+4
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-1/+1
2014-04-16xmloff: we used to call it LOdev back in 4.0 so check that tooMichael Stahl1-1/+2
2014-04-16ODF import: detect "LibreOfficeDev" in meta:generator tooMichael Stahl1-6/+7
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-10/+10
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann2-21/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin3-17/+17
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-12/+12
2014-02-06xo: Constructor feature for XMLVersionListPersistence.Matúš Kukan1-21/+8
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-2/+2
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-5/+5
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-4/+4
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-4/+4
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-4/+4
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-6/+6
2013-11-11xmloff: include <> for external includesNorbert Thiebaud4-4/+4
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-3/+3