summaryrefslogtreecommitdiff
path: root/avmedia/source/framework/mediaitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Related: tdf#100007 pause state not always updating "play" state to offCaolán McNamara1-55/+69
2021-10-28Prepare for removal of non-const operator[] from Sequence in avmediaMike Kaganski1-12/+10
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-21avmedia: add doc model for bitmap fill of slide narrationsMiklos Vajna1-0/+13
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-01-30tdf#42949 Fix IWYU warnings in avmedia/Gabor Kelemen1-1/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+4
2019-02-04tdf#44223 allow slideshow to play embedded media.Mark Hung1-0/+45
2019-02-04tdf#44223 oox: import embedded media stream.Mark Hung1-9/+16
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-07-04avmedia: remove trivial copy ctorJochen Nitschke1-15/+0
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-7/+4
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+36
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+1
2015-07-17com::sun::star->css in avmediaNoel Grandin1-2/+2
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin1-4/+4
2015-06-04convert MediaState to scoped enumNoel Grandin1-1/+1
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-27convert AVMEDIA_ constants to enum classNoel Grandin1-25/+26
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-09-15avmedia: sal_False/True -> false/trueStephan Bergmann1-1/+1
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-2/+2
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás1-2/+22
2014-04-02glTF 3D model embedding: Embed all external resources of *.json fileZolnai Tamás1-6/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-58/+0
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-2/+11
2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann1-5/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-2/+2
2013-01-07fdo#57950: Remove last chained appends from avmediaMarcos Paulo de Souza1-5/+1
2012-09-26sal_Bool to bool and some rtl::OUStrings in avmediaRicardo Montania1-6/+6
2012-09-25re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-18Use UriReferenceFactory service ctorStephan Bergmann1-4/+3
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+2
2012-09-13More ::rtl::OUString to OUString and RTL_CONSTASCII in avmediaRicardo Montania1-28/+23
2011-12-06mediaitem.cxx: unnecessary castingMichael Stahl1-2/+2
2011-12-06refactor media embedding completely:Michael Stahl1-9/+7
2011-12-06SdrMediaObj: copy/paste supportMichael Stahl1-4/+1
2011-12-02Fixed build breakage, and remove warning.Kohei Yoshida1-2/+2
2011-12-03actually play embedded media:Michael Stahl1-2/+17
2011-12-03add avmedia::EmbedMediaMichael Stahl1-0/+147