office-gobmx/avmedia
Jean-Noël Rouvignac 0dc532bffc fdo#38838 Some removal/replacement of the String/UniString with OUString
Changed SfxItemPool::GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText ) const; to use OUString.

Change-Id: I656c1d321ff96f1f2e5b77f6adc103ef0a6fdf66
2013-01-28 17:36:20 +01:00
..
inc fdo#38838 Some removal/replacement of the String/UniString with OUString 2013-01-28 17:36:20 +01:00
prj
source fdo#38838 Some removal/replacement of the String/UniString with OUString 2013-01-28 17:36:20 +01:00
util
AllLangResTarget_avmedia.mk
Library_avmedia.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Library_avmediagst.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Library_avmediagst_0_10.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Library_avmediaQuickTime.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Library_avmediawin.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Makefile
Module_avmedia.mk
Package_inc.mk
README

Audio/Video media implementation.

Provides per-platform implementations of multimedia functionality.
Currently no stream API is provided, only a URI based one, so
streaming has to be wrapped around it via temp files.

Also provides (in source/framework/mediacontrol.cxx) an implementation
of the graphical media playback control that appears in the toolbar /
mediaobject bar when media is selected under the .uno:AVMediaToolBox
item.