/aoo42x/main/svtools/source/misc/ |
H A D | imageresourceaccess.cxx | 162 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() 178 … aMediaProperties[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() 181 … aMediaProperties[1].Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "image/png" ) ); in getImageStream() 182 xProvider->storeGraphic( xGraphic, aMediaProperties ); in getImageStream()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | browserline.cxx | 418 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()
|
/aoo42x/main/vcl/source/control/ |
H A D | throbber.cxx | 100 ::comphelper::NamedValueCollection aMediaProperties; in lcl_loadImageSet() 120 aMediaProperties.put( "URL", composer.makeStringAndClear() ); in lcl_loadImageSet() 121 … xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet() 127 aMediaProperties.put( "URL", *imageURL ); in lcl_loadImageSet() 128 … xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | graphconvert.cxx | 64 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()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | GraphicImport.cxx | 1073 ::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 D | GraphicImport.hxx | 81 const ::com::sun::star::beans::PropertyValues& aMediaProperties );
|
/aoo42x/main/toolkit/source/awt/ |
H A D | animatedimagespeer.cxx | 119 ::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 D | vclxwindows.cxx | 2082 ::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()
|
/aoo42x/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 100 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()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | tkresmgr.cxx | 115 ::comphelper::NamedValueCollection aMediaProperties; in getImageFromURL() 116 aMediaProperties.put( "URL", i_rImageURL ); in getImageFromURL() 117 … Reference< XGraphic > xGraphic = xProvider->queryGraphic( aMediaProperties.getPropertyValues() ); in getImageFromURL()
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HConnection.cxx | 405 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()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | Tools.cxx | 95 ::comphelper::NamedValueCollection aMediaProperties; in GetImage() 96 aMediaProperties.put("URL", rsURL); in GetImage() 98 xGraphicProvider->queryGraphic(aMediaProperties.getPropertyValues()), in GetImage()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | taskpane.cxx | 171 ::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()
|
/aoo42x/main/toolkit/source/controls/ |
H A D | controlmodelcontainerbase.cxx | 1817 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 D | unocontrols.cxx | 562 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()
|