Home
last modified time | relevance | path

Searched refs:aMediaProperties (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dimageresourceaccess.cxx162 Sequence< PropertyValue > aMediaProperties( 1 ); in getImageStream() local
163 aMediaProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in getImageStream()
164 aMediaProperties[0].Value <<= _rImageResourceURL; in getImageStream()
165 Reference< XGraphic > xGraphic( xProvider->queryGraphic( aMediaProperties ) ); in getImageStream()
177 aMediaProperties.realloc( 2 ); in getImageStream()
178aMediaProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OutputStream" ) ); in getImageStream()
179 aMediaProperties[0].Value <<= xBufferAccess; in getImageStream()
180 aMediaProperties[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MimeType" ) ); in getImageStream()
181aMediaProperties[1].Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "image/png" ) ); in getImageStream()
182 xProvider->storeGraphic( xGraphic, aMediaProperties ); in getImageStream()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx418 Sequence< PropertyValue > aMediaProperties(1); in impl_getImagesFromURL_nothrow() local
419 aMediaProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in impl_getImagesFromURL_nothrow()
420 aMediaProperties[0].Value <<= _rImageURL; in impl_getImagesFromURL_nothrow()
422 …Reference< XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ), UNO_QUERY_THRO… in impl_getImagesFromURL_nothrow()
434 aMediaProperties[0].Value <<= sHCImageURL; in impl_getImagesFromURL_nothrow()
435 xHCGraphic = xGraphicProvider->queryGraphic( aMediaProperties ); in impl_getImagesFromURL_nothrow()
/trunk/main/vcl/source/control/
H A Dthrobber.cxx102 ::comphelper::NamedValueCollection aMediaProperties; in lcl_loadImageSet()
122 aMediaProperties.put( "URL", composer.makeStringAndClear() ); in lcl_loadImageSet()
123 … xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet()
129 aMediaProperties.put( "URL", *imageURL ); in lcl_loadImageSet()
130 … xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet()
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx64 uno::Sequence< beans::PropertyValue > aMediaProperties( 1 ); in ConvertBufferToFormat() local
65 aMediaProperties[0].Name = ::rtl::OUString::createFromAscii( "InputStream" ); in ConvertBufferToFormat()
66 aMediaProperties[0].Value <<= xIn; in ConvertBufferToFormat()
67 …uno::Reference< graphic::XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ) … in ConvertBufferToFormat()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1073 ::com::sun::star::beans::PropertyValues aMediaProperties( 1 ); in lcl_attribute()
1074 aMediaProperties[0].Name = rtl::OUString::createFromAscii( "URL" ); in lcl_attribute()
1075 aMediaProperties[0].Value <<= sUrl; in lcl_attribute()
1077 m_xGraphicObject = createGraphicObject( aMediaProperties ); in lcl_attribute()
1523 …:XTextContent > GraphicImport::createGraphicObject( const beans::PropertyValues& aMediaProperties ) in createGraphicObject() argument
1534 … uno::Reference< graphic::XGraphic > xGraphic = xGraphicProvider->queryGraphic( aMediaProperties ); in createGraphicObject()
1778 ::com::sun::star::beans::PropertyValues aMediaProperties( 1 ); in data()
1779 aMediaProperties[0].Name = rPropNameSupplier.GetName(PROP_INPUT_STREAM); in data()
1782 aMediaProperties[0].Value <<= xIStream; in data()
1784 m_xGraphicObject = createGraphicObject( aMediaProperties ); in data()
H A DGraphicImport.hxx81 const ::com::sun::star::beans::PropertyValues& aMediaProperties );
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx119 ::comphelper::NamedValueCollection aMediaProperties; in lcl_ensureImage_throw()
135 aMediaProperties.put( "URL", composer.makeStringAndClear() ); in lcl_ensureImage_throw()
136 …i_cachedImage.xGraphic.set( i_graphicProvider->queryGraphic( aMediaProperties.getPropertyValues() … in lcl_ensureImage_throw()
142 aMediaProperties.put( "URL", i_cachedImage.sImageURL ); in lcl_ensureImage_throw()
143 …i_cachedImage.xGraphic.set( i_graphicProvider->queryGraphic( aMediaProperties.getPropertyValues() … in lcl_ensureImage_throw()
H A Dvclxwindows.cxx2082 ::comphelper::NamedValueCollection aMediaProperties; in lcl_getImageFromURL()
2083 aMediaProperties.put( "URL", i_rImageURL ); in lcl_getImageFromURL()
2084 … Reference< XGraphic > xGraphic = xProvider->queryGraphic( aMediaProperties.getPropertyValues() ); in lcl_getImageFromURL()
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx100 Sequence< PropertyValue > aMediaProperties( 1 ); in getGraphic() local
101 aMediaProperties[0].Name = ::rtl::OUString::createFromAscii( "InputStream" ); in getGraphic()
102 aMediaProperties[0].Value <<= xInputStream; in getGraphic()
103 Reference< XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ) ); in getGraphic()
/trunk/main/toolkit/source/helper/
H A Dtkresmgr.cxx115 ::comphelper::NamedValueCollection aMediaProperties; in getImageFromURL()
116 aMediaProperties.put( "URL", i_rImageURL ); in getImageFromURL()
117 … Reference< XGraphic > xGraphic = xProvider->queryGraphic( aMediaProperties.getPropertyValues() ); in getImageFromURL()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx405 Sequence< PropertyValue > aMediaProperties( 1 ); in impl_getTextTableIcon_nothrow() local
406 aMediaProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in impl_getTextTableIcon_nothrow()
407 aMediaProperties[0].Value <<= sImageURL; in impl_getTextTableIcon_nothrow()
408 xGraphic = xProvider->queryGraphic( aMediaProperties ); in impl_getTextTableIcon_nothrow()
/trunk/main/sfx2/source/sidebar/
H A DTools.cxx95 ::comphelper::NamedValueCollection aMediaProperties; in GetImage()
96 aMediaProperties.put("URL", rsURL); in GetImage()
98 xGraphicProvider->queryGraphic(aMediaProperties.getPropertyValues()), in GetImage()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx171 ::comphelper::NamedValueCollection aMediaProperties; in lcl_getPanelImage()
172 aMediaProperties.put( "URL", sImageURL ); in lcl_getPanelImage()
193 …nst Reference< XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyVa… in lcl_getPanelImage()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1817 uno::Sequence< beans::PropertyValue > aMediaProperties(1); in Impl_getGraphicFromURL_nothrow() local
1818 aMediaProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in Impl_getGraphicFromURL_nothrow()
1819 aMediaProperties[0].Value <<= _rURL; in Impl_getGraphicFromURL_nothrow()
1820 xGraphic = xProvider->queryGraphic( aMediaProperties ); in Impl_getGraphicFromURL_nothrow()
H A Dunocontrols.cxx562 uno::Sequence< beans::PropertyValue > aMediaProperties(1); in getGraphicFromURL_nothrow() local
563 aMediaProperties[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in getGraphicFromURL_nothrow()
564 aMediaProperties[0].Value <<= _rURL; in getGraphicFromURL_nothrow()
565 xGraphic = xProvider->queryGraphic( aMediaProperties ); in getGraphicFromURL_nothrow()

Completed in 120 milliseconds