summaryrefslogtreecommitdiff
path: root/animations
AgeCommit message (Expand)AuthorFilesLines
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-1/+1
2017-05-16loplugin:comparisonwithconstant in avmediaNoel Grandin1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-03-03Fix typosAndrea Gelmini1-2/+2
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-9/+9
2017-02-06Add missing #includesStephan Bergmann1-1/+2
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin1-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-218/+192
2016-11-23loplugin:unnecessaryoverride (dtors) in animationsStephan Bergmann1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu1-3/+3
2016-08-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-22/+11
2016-07-08loplugin:redundantcast: redundant static_casts in animationsStephan Bergmann1-5/+2
2016-02-09Remove excess newlinesChris Sherlock1-113/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-5/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-22/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-111/+111
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin1-35/+35
2015-07-06tdf#88206: replace cppu::WeakImplHelper1 with cppu::WeakImplHelperTakeshi Abe1-2/+2
2015-05-08Rephrase comparisons between bool and sal_BoolStephan Bergmann1-4/+4
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-4/+4
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2015-03-12native-code: animcore_component_getFactory -> ctorsMiklos Vajna1-1/+1
2015-03-11Clean up previous commitStephan Bergmann3-65/+3
2015-03-11animations: convert animcore.component to constructor usageChris Sherlock5-124/+259
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-20/+20
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-04-09Missing includeStephan Bergmann1-0/+2
2014-04-07animations: sal_Bool->boolNoel Grandin1-11/+11
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-111/+111
2014-03-10animations: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-10/+1
2014-03-10fdo#60698: Split out slideshow code from animationsMarcos Paulo de Souza5-492/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-228/+228
2014-02-25Remove visual noise from animationsAlexander Wilms2-7/+7
2014-02-23Remove unneccessary commentsAlexander Wilms1-111/+111
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet1-2/+2
2014-02-04Related: fdo#69645 don't know if mxParent could become invalid..Caolán McNamara1-3/+7
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-15/+5
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-05Resolves: fdo#69645 Parent Node disposed and mpParent pointing to junkCaolán McNamara1-1/+2
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-12/+2
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5