summaryrefslogtreecommitdiff
path: root/avmedia/source/macavf
AgeCommit message (Expand)AuthorFilesLines
2020-11-15CFDataGetLength returns CFIndex, not longStephan Bergmann1-1/+1
2020-07-04avmedia/mac: create instances with uno constructorsNoel Grandin11-101/+35
2020-05-08compact namespace in avmedia..bridgesNoel Grandin9-29/+19
2020-02-16tdf#124176: Use pragma once instead of include guardsMohamed Sameh3-12/+3
2020-02-11tdf#124176: Use pragma once instead of include guardsFurkan Ahmet Kara2-8/+2
2019-12-18sal_Char->char in avmedia..basicNoel Grandin1-1/+1
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann1-1/+1
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann4-4/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin9-34/+34
2018-09-11loplugin:includeformStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-22Bin unused functionTor Lillqvist2-19/+0
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-2/+2
2018-01-19loplugin:redundantcast (after loplugin:cstylecast, macOS)Stephan Bergmann1-1/+1
2017-12-15loplugin:salcall (macOS)Stephan Bergmann3-6/+6
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski4-4/+4
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-07loplugin:casttovoidStephan Bergmann1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-110/+55
2017-01-20loplugin:dynexcspec (macOS), avmediaStephan Bergmann1-0/+2
2017-01-17loplugin:stringconstantStephan Bergmann2-2/+2
2016-12-13fix mac build after OSL_TRACE->SAL changes (2)Noel Grandin1-0/+1
2016-12-13fix mac build after OSL_TRACE->SAL changesNoel Grandin2-5/+4
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin4-39/+5
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-09-14loplugin:overrideStephan Bergmann4-4/+4
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara4-11/+4
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann2-2/+2
2016-06-02a stab at fixing the macosx buildCaolán McNamara2-4/+2
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin2-4/+4
2016-05-11fix mac build: missing quoteCaolán McNamara1-1/+1
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann4-4/+4
2016-02-09Formatting changes across all modulesChris Sherlock8-100/+0
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-2/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin4-9/+4
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann4-9/+9
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin2-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-55/+55
2015-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann2-0/+6
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin4-72/+72
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe5-10/+12
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-21convert CVT constants to scoped enumNoel Grandin1-1/+1
2015-05-09Remove unused create member functionsStephan Bergmann2-8/+0
2015-05-09loplugin:staticmethodsStephan Bergmann2-2/+2
2015-05-09loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-02loplugin:redundantcastStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-14/+14