Home
last modified time | relevance | path

Searched refs:xGraphic (Results 1 – 25 of 59) sorted by relevance

123

/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx270 Reference< XGraphic > xGraphic; in importGraphic() local
281 return xGraphic; in importGraphic()
286 Reference< XGraphic > xGraphic; in importGraphic() local
290 xGraphic = importGraphic( xInStrm ); in importGraphic()
292 return xGraphic; in importGraphic()
297 Reference< XGraphic > xGraphic; in importEmbeddedGraphic() local
305 if( xGraphic.is() ) in importEmbeddedGraphic()
309 xGraphic = aIt->second; in importEmbeddedGraphic()
311 return xGraphic; in importEmbeddedGraphic()
343 return xGraphic.is() ? createGraphicObject( xGraphic ) : OUString(); in importEmbeddedGraphicObject()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx200 Reference< XGraphic > xGraphic; in ImpConvertOLE() local
201 if ( xPropSet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic ) in ImpConvertOLE()
210 xPropSet2->setPropertyValue( TKGet( TK_Graphic ), Any( xGraphic ) ); in ImpConvertOLE()
273 Reference< XPropertySet > xGraphicPropertySet( xGraphic, UNO_QUERY_THROW ); in ImpCompressGraphic()
276 sal_Int8 nGraphicType( xGraphic->getType() ); in ImpCompressGraphic()
409 Reference< XGraphic > xGraphic; in CompressGraphics() local
414 xGraphic = Reference< XGraphic >( xFillBitmap, UNO_QUERY_THROW ); in CompressGraphics()
419 xShapePropertySet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic; in CompressGraphics()
421 if ( xGraphic.is() ) in CompressGraphics()
423 Reference< XPropertySet > xNewGraphicPropertySet( xGraphic, UNO_QUERY_THROW ); in CompressGraphics()
[all …]
H A Dgraphiccollector.cxx101 Reference< XGraphic > xGraphic; in ImpAddGraphicEntity() local
103 if ( xShapePropertySet->getPropertyValue( TKGet( TK_Graphic ) ) >>= xGraphic ) in ImpAddGraphicEntity()
118 awt::Size aSize100thMM( GraphicCollector::GetOriginalSize( rxContext, xGraphic ) ); in ImpAddGraphicEntity()
151 Reference< XGraphic > xGraphic( xFillBitmap, UNO_QUERY_THROW ); in ImpAddFillBitmapEntity() local
152 if ( xGraphic.is() ) in ImpAddFillBitmapEntity()
175 awt::Size aSize100thMM( GraphicCollector::GetOriginalSize( rxContext, xGraphic ) ); in ImpAddFillBitmapEntity()
H A Dinformationdialog.cxx351 Reference< graphic::XGraphic > xGraphic( in InitDialog() local
354 if ( xGraphic.is() && xGraphic->getType() != graphic::GraphicType::EMPTY ) in InitDialog()
358 Reference< XPropertySet > xGraphicProps( xGraphic, UNO_QUERY_THROW ); in InitDialog()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx399 uno::Reference< ::graphic::XGraphic > xGraphic( implLoadMemory( aURL ) ); in queryGraphicDescriptor() local
400 if( !xGraphic.is() ) in queryGraphicDescriptor()
401 xGraphic = implLoadResource( aURL ); in queryGraphicDescriptor()
402 if( !xGraphic.is() ) in queryGraphicDescriptor()
403 xGraphic = implLoadGraphicObject( aURL ); in queryGraphicDescriptor()
405 if ( !xGraphic.is() ) in queryGraphicDescriptor()
406 xGraphic = implLoadRepositoryImage( aURL ); in queryGraphicDescriptor()
408 if ( !xGraphic.is() ) in queryGraphicDescriptor()
409 xGraphic = implLoadStandardImage( aURL ); in queryGraphicDescriptor()
411 if( xGraphic.is() ) in queryGraphicDescriptor()
[all …]
/trunk/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx82 mutable Reference< XGraphic > xGraphic; member
86 ,xGraphic() in CachedImage()
92 ,xGraphic() in CachedImage()
117 if ( !i_cachedImage.xGraphic.is() ) in lcl_ensureImage_throw()
136 …i_cachedImage.xGraphic.set( i_graphicProvider->queryGraphic( aMediaProperties.getPropertyValues() … in lcl_ensureImage_throw()
140 if ( !i_cachedImage.xGraphic.is() ) in lcl_ensureImage_throw()
143 …i_cachedImage.xGraphic.set( i_graphicProvider->queryGraphic( aMediaProperties.getPropertyValues() … in lcl_ensureImage_throw()
146 return i_cachedImage.xGraphic.is(); in lcl_ensureImage_throw()
215 … aImageSizes[ nImageSet ] = lcl_getGraphicSizePixel( rImageSet[0].xGraphic ); in lcl_updateImageList_nothrow()
258 aImages[ imageIndex ] = cachedImage->xGraphic; in lcl_updateImageList_nothrow()
/trunk/main/forms/source/component/
H A DImageControl.cxx286 Reference< XGraphic > xGraphic; in setFastPropertyValue_NoBroadcast() local
287 OSL_VERIFY( rValue >>= xGraphic ); in setFastPropertyValue_NoBroadcast()
288 if ( !xGraphic.is() ) in setFastPropertyValue_NoBroadcast()
293 m_xGraphicObject->setGraphic( xGraphic ); in setFastPropertyValue_NoBroadcast()
335 … const Reference< XGraphic > xGraphic( getFastPropertyValue( PROPERTY_ID_GRAPHIC ), UNO_QUERY ); in convertFastPropertyValue() local
336 return tryPropertyValue( rConvertedValue, rOldValue, rValue, xGraphic ); in convertFastPropertyValue()
690 …const Reference< XGraphic > xGraphic( i_pGraphic != NULL ? Image( i_pGraphic->GetBitmapEx() ).GetX… in IMPL_LINK() local
694 setPropertyValue( PROPERTY_GRAPHIC, makeAny( xGraphic ) ); in IMPL_LINK()
888 Reference< XGraphic > xGraphic; in impl_isEmptyGraphics_nothrow() local
889 …ps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Graphic" ) ) ) >>= xGraphic ); in impl_isEmptyGraphics_nothrow()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java74 XGraphic xGraphic = oImageControlSample.getGraphic(oImageControlSample.m_xMCF, args[0]); in main() local
75 xICModelPropertySet.setPropertyValue("Graphic", xGraphic); in main()
131 XGraphic xGraphic = null; in getGraphic() local
147 xGraphic = xGraphicProvider.queryGraphic(aPropertyValues); in getGraphic()
148 return xGraphic; in getGraphic()
/trunk/main/vcl/source/control/
H A Dthrobber.cxx108 Reference< XGraphic > xGraphic; in lcl_loadImageSet() local
123xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet()
127 if ( !xGraphic.is() ) in lcl_loadImageSet()
130xGraphic.set( xGraphicProvider->queryGraphic( aMediaProperties.getPropertyValues() ), UNO_QUERY ); in lcl_loadImageSet()
132 aImages.push_back( Image( xGraphic ) ); in lcl_loadImageSet()
/trunk/main/toolkit/source/controls/
H A Ddialogcontrol.cxx252 Reference< graphic::XGraphic > xGraphic; in PrepareWindowDescriptor() local
260 xGraphic = ControlContainerBase::Impl_getGraphicFromURL_nothrow( absoluteUrl ); in PrepareWindowDescriptor()
261 ImplSetPropertyValue( PROPERTY_GRAPHIC, uno::makeAny( xGraphic ), sal_True ); in PrepareWindowDescriptor()
480 Reference< graphic::XGraphic > xGraphic; in ImplModelPropertiesChanged() local
488 xGraphic = Impl_getGraphicFromURL_nothrow( absoluteUrl ); in ImplModelPropertiesChanged()
490 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_GRAPHIC), uno::makeAny( xGraphic ), sal_True … in ImplModelPropertiesChanged()
/trunk/main/svtools/source/misc/
H A Dimageresourceaccess.cxx165 Reference< XGraphic > xGraphic( xProvider->queryGraphic( aMediaProperties ) ); in getImageStream() local
166 …OSL_ENSURE( xGraphic.is(), "GraphicAccess::getImageStream: the provider did not give us a graphic … in getImageStream()
167 if ( !xGraphic.is() ) in getImageStream()
182 xProvider->storeGraphic( xGraphic, aMediaProperties ); in getImageStream()
/trunk/main/dbaccess/source/ui/misc/
H A Dimageprovider.cxx161 Reference< XGraphic > xGraphic; in getImages() local
163 lcl_getConnectionProvidedTableIcon_nothrow( *m_pData, _rName, xGraphic, xGraphicHC ); in getImages()
164 if ( xGraphic.is() ) in getImages()
165 _out_rImage = Image( xGraphic ); in getImages()
/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx368 Reference< graphic::XGraphic > xGraphic( aGraphic.GetXGraphic()); in executeDispatch_Paste() local
369 if( xGraphic.is()) in executeDispatch_Paste()
370 impl_PasteGraphic( xGraphic, aPos ); in executeDispatch_Paste()
378 uno::Reference< graphic::XGraphic > & xGraphic, in impl_PasteGraphic()
385 if( ! (xGraphic.is() && xModelProp.is())) in impl_PasteGraphic()
407 xGraphicShapeProp->setPropertyValue( C2U("Graphic"), uno::makeAny( xGraphic )); in impl_PasteGraphic()
408 uno::Reference< beans::XPropertySet > xGraphicProp( xGraphic, uno::UNO_QUERY ); in impl_PasteGraphic()
/trunk/main/sfx2/source/appl/
H A Dimagemgr.cxx158 Reference< ::com::sun::star::graphic::XGraphic > xGraphic = aGraphicSeq[0]; in GetImage() local
159 Image aImage( xGraphic ); in GetImage()
216 Reference< ::com::sun::star::graphic::XGraphic > xGraphic = aGraphicSeq[0]; in GetImage() local
217 Image aImage( xGraphic ); in GetImage()
/trunk/main/cui/source/customize/
H A Dcfg.cxx1017 if ( xGraphic.is() ) in GetImage()
1019 aImage = Image( xGraphic ); in GetImage()
1025 if ( xGraphic.is() ) in GetImage()
1027 aImage = Image( xGraphic ); in GetImage()
5243 if ( xGraphic.is() ) in SvxIconSelectorDialog()
5244 xGraphic->acquire(); in SvxIconSelectorDialog()
5457 aImportGraph[ 0 ] = xGraphic; in ReplaceGraphicItem()
5602 if ( xGraphic.is() ) in ImportGraphic()
5608 Image aImage( xGraphic ); in ImportGraphic()
5621 xGraphic->acquire(); in ImportGraphic()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattrbmp.cxx379 ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > xGraphic; in PutValue()
393 bSetBitmap = (rVal >>= xGraphic ); in PutValue()
433 else if(xGraphic.is()) in PutValue()
435 maGraphicObject = Graphic(xGraphic); in PutValue()
/trunk/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx67 …uno::Reference< graphic::XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ) … in ConvertBufferToFormat() local
68 if( xGraphic.is() ) in ConvertBufferToFormat()
79 xGraphicProvider->storeGraphic( xGraphic, aOutMediaProperties ); in ConvertBufferToFormat()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx504 uno::Reference< graphic::XGraphic > xGraphic( pGraphic->GetXGraphic()); in ApplySpecialItem() local
505 if( xGraphic.is()) in ApplySpecialItem()
507 aXGraphicAny <<= xGraphic; in ApplySpecialItem()
510 if( aSymbol.Graphic != xGraphic ) in ApplySpecialItem()
512 aSymbol.Graphic = xGraphic; in ApplySpecialItem()
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx541 Reference< XGraphic > const xGraphic( aCellContent, UNO_QUERY ); in impl_paintCellContent() local
542 …ENSURE_OR_RETURN_VOID( xGraphic.is(), "GridTableRenderer::impl_paintCellContent: only XGraphic int… in impl_paintCellContent()
544 const Image aImage( xGraphic ); in impl_paintCellContent()
602 Reference< XGraphic > const xGraphic( i_cellContent, UNO_QUERY ); in FitsIntoCell() local
603 if ( xGraphic.is() ) in FitsIntoCell()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx385 Reference< XGraphic > xGraphic; in impl_getTextTableIcon_nothrow() local
408 xGraphic = xProvider->queryGraphic( aMediaProperties ); in impl_getTextTableIcon_nothrow()
409 …OSL_ENSURE( xGraphic.is(), "OHsqlConnection::impl_getTextTableIcon_nothrow: the provider did not g… in impl_getTextTableIcon_nothrow()
415 return xGraphic; in impl_getTextTableIcon_nothrow()
/trunk/main/sfx2/source/sidebar/
H A DTools.cxx97 const Reference<graphic::XGraphic> xGraphic ( in GetImage() local
100 if (xGraphic.is()) in GetImage()
101 return Image(xGraphic); in GetImage()
/trunk/main/svx/source/items/
H A Dgalleryitem.cxx106 css::uno::Reference< css::graphic::XGraphic > xGraphic; in PutValue() local
139 bAllConverted &= ( pProp->Value >>= xGraphic ); in PutValue()
152 m_xGraphic = xGraphic; in PutValue()
/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx349 Reference< XGraphic > xGraphic = maBlipProps.mxGraphic; in pushToPropMap() local
359xGraphic = xTransformer->colorChange( maBlipProps.mxGraphic, nFromColor, 9, nToColor, nToAlpha ); in pushToPropMap()
366 OUString aGraphicUrl = rGraphicHelper.createGraphicObject( xGraphic ); in pushToPropMap()
374 awt::Size aOriginalSize( rGraphicHelper.getOriginalSize( xGraphic ) ); in pushToPropMap()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx521 uno::Reference< graphic::XGraphic > xGraphic = aGraphicSeq[0]; in getImageFromCommandURL() local
522 aImage = Image( xGraphic ); in getImageFromCommandURL()
541 uno::Reference< ::com::sun::star::graphic::XGraphic > xGraphic = aGraphicSeq[0]; in getImageFromCommandURL() local
542 aImage = Image( xGraphic ); in getImageFromCommandURL()
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx216 uno::Reference< graphic::XGraphic > xGraphic( rValue, uno::UNO_QUERY ); in setPropertyValueImpl() local
217 if( xGraphic.is() ) in setPropertyValueImpl()
222 GraphicObject aGrafObj( xGraphic ); in setPropertyValueImpl()
376 uno::Reference< graphic::XGraphic > xGraphic; in getPropertyValueImpl() local
379 xGraphic = pGraphic->GetXGraphic(); in getPropertyValueImpl()
380 rValue <<= xGraphic; in getPropertyValueImpl()

Completed in 142 milliseconds

123