Home
last modified time | relevance | path

Searched refs:xGraphicProvider (Results 1 – 12 of 12) sorted by path

/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx61 …uno::Reference < graphic::XGraphicProvider > xGraphicProvider( comphelper::getProcessServiceFactor… in ConvertBufferToFormat() local
62 if( xGraphicProvider.is() ) in ConvertBufferToFormat()
67 …uno::Reference< graphic::XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ) … in ConvertBufferToFormat()
79 xGraphicProvider->storeGraphic( xGraphic, aOutMediaProperties ); in ConvertBufferToFormat()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx416 …Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.graphic.Gr… in impl_getImagesFromURL_nothrow() local
422 …Reference< XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ), UNO_QUERY_THRO… in impl_getImagesFromURL_nothrow()
435 xHCGraphic = xGraphicProvider->queryGraphic( aMediaProperties ); in impl_getImagesFromURL_nothrow()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java140 …XGraphicProvider xGraphicProvider = (XGraphicProvider) UnoRuntime.queryInterface(XGraphicProvider.… in getGraphic() local
147 xGraphic = xGraphicProvider.queryGraphic(aPropertyValues); in getGraphic()
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx59 …bool getGraphic( const Reference< XGraphicProvider >& xGraphicProvider, const OUString& rName, Gra…
95 bool ButtonsImpl::getGraphic( const Reference< XGraphicProvider >& xGraphicProvider, const rtl::OUS… in getGraphic() argument
98 if( xInputStream.is() && xGraphicProvider.is() ) try in getGraphic()
103 Reference< XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ) ); in getGraphic()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx351 …Reference< XGraphicProvider > xGraphicProvider( rxContext->getServiceManager()->createInstanceWith… in ImpCompressGraphic() local
353 …ImpCompressGraphic( xGraphicProvider, xGraphic, xOutputStream, aDestMimeType, aLogicalSize, rGraph… in ImpCompressGraphic()
360 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
371 …Reference< XGraphicProvider > xGraphicProvider( rxContext->getServiceManager()->createInstanceWith… in ImpCompressGraphic() local
372 …ImpCompressGraphic( xGraphicProvider, xGraphic, xOutputStream, aDestMimeType, aLogicalSize, rGraph… in ImpCompressGraphic()
379 xNewGraphic = xGraphicProvider->queryGraphic( aArgs ); in ImpCompressGraphic()
/trunk/main/sfx2/source/dialog/
H A Dtaskpane.cxx191 …const Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.grap… in lcl_getPanelImage() local
193 …const Reference< XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties.getProperty… in lcl_getPanelImage()
/trunk/main/sfx2/source/sidebar/
H A DTools.cxx90 const Reference<graphic::XGraphicProvider> xGraphicProvider ( in GetImage() local
93 if ( xGraphicProvider.is()) in GetImage()
98 xGraphicProvider->queryGraphic(aMediaProperties.getPropertyValues()), in GetImage()
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx191 …const Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.grap… in lcl_updateImageList_nothrow() local
208 … || ( !lcl_ensureImage_throw( xGraphicProvider, isHighContrast, rImageSet[0] ) ) in lcl_updateImageList_nothrow()
257 lcl_ensureImage_throw( xGraphicProvider, isHighContrast, *cachedImage ); in lcl_updateImageList_nothrow()
/trunk/main/vcl/source/control/
H A Dthrobber.cxx97 …const Reference< XGraphicProvider > xGraphicProvider( aContext.createComponent( "com.sun.star.grap… in lcl_loadImageSet() local
123 … xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet()
130 … xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx199 …uno::Reference< graphic::XGraphicProvider > xGraphicProvider( ImplGetSVData()->maAppData.mxMSF->cr… in implWriteBitmapEx() local
201 if ( xGraphicProvider.is() ) in implWriteBitmapEx()
213 xGraphicProvider->storeGraphic( xGraphic, aOutMediaProperties ); in implWriteBitmapEx()
227 … uno::Reference< XPropertySet > xPropSet( xGraphicProvider->queryGraphicDescriptor( aArgs ) ); in implWriteBitmapEx()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxWizardDialogImpl.java349 … XGraphicProvider xGraphicProvider = UnoRuntime.queryInterface(XGraphicProvider.class, oGS); in insertIcons() local
355 XGraphic xGraphic = xGraphicProvider.queryGraphic(GraphicValues); in insertIcons()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1528 uno::Reference< graphic::XGraphicProvider > xGraphicProvider( in createGraphicObject() local
1534 … uno::Reference< graphic::XGraphic > xGraphic = xGraphicProvider->queryGraphic( aMediaProperties ); in createGraphicObject()

Completed in 84 milliseconds