| /trunk/main/svtools/source/graphic/ | 
| H A D | grfmgr.cxx | 66 	Graphic		maGraphic;  member106 	maGraphic	( rGraphic ),  in GraphicObject()
 118 	maGraphic	( rGraphic ),  in GraphicObject()
 201 	meType = maGraphic.GetType();  in ImplAssignGraphicData()
 205 	mbEPS = maGraphic.IsEPS();  in ImplAssignGraphicData()
 260 			if( maGraphic.SwapIn() )  in ImplAutoSwapIn()
 428 	return(	( rGraphicObj.maGraphic == maGraphic ) &&  in operator ==()
 473 …return( ( maGraphic.IsSupportedGraphic() && !maGraphic.IsSwapOut() ) ? maGraphic.GetChecksum() : 0…  in GetChecksum()
 914 	return maGraphic;  in GetGraphic()
 926 	maGraphic = rGraphic;  in SetGraphic()
 [all …]
 
 | 
| /trunk/main/cui/source/dialogs/ | 
| H A D | cuigrfflt.cxx | 334 	const Size	aGrfSize( LogicToPixel( maGraphic.GetPrefSize(), maGraphic.GetPrefMapMode() ) );  in Paint()339 	if( maGraphic.IsAnimated() )  in Paint()
 340 		maGraphic.StartAnimation( this , aGrfPos, aGrfSize );  in Paint()
 342 		maGraphic.Draw( this, aGrfPos, aGrfSize );  in Paint()
 349 	maGraphic = rGraphic;  in SetGraphic()
 351 	if( maGraphic.IsAnimated() || maGraphic.IsTransparent() )  in SetGraphic()
 402 				maGraphic = aBmpEx;  in GraphicFilterDialog()
 422 	maPreview.SetGraphic( GetFilteredGraphic( maGraphic, mfScaleX, mfScaleY ) );  in IMPL_LINK()
 431 	if( maGraphic.GetType() == GRAPHIC_BITMAP )  in IMPL_LINK()
 
 | 
| /trunk/main/oox/source/drawingml/ | 
| H A D | textparagraphproperties.cxx | 69 	maGraphic <<= rXGraphic;  in setGraphic()271 	if ( rSource.maGraphic.hasValue() )  in apply()
 272 		maGraphic = rSource.maGraphic;  in apply()
 307 	if ( maGraphic.hasValue() )  in pushToPropMap()
 309 		Reference< com::sun::star::awt::XBitmap > xBitmap( maGraphic, UNO_QUERY );  in pushToPropMap()
 
 | 
| /trunk/main/drawinglayer/source/attribute/ | 
| H A D | fillgraphicattribute.cxx | 43 			Graphic                                 maGraphic;  member in drawinglayer::attribute::ImpFillGraphicAttribute61 		    	maGraphic(rGraphic),  in ImpFillGraphicAttribute()
 70 			const Graphic& getGraphic() const { return maGraphic; }  in getGraphic()
 
 | 
| /trunk/main/vcl/inc/vcl/ | 
| H A D | salctype.hxx | 63 	Graphic				maGraphic;  member68 							maGraphic( rGraphic ), mrStm( rStm ), mnFormat( nFormat ) {}  in ConvertData()
 
 | 
| /trunk/main/vcl/source/gdi/ | 
| H A D | cvtgrf.cxx | 96 				Graphic&		rGraphic = mpConvertData->maGraphic;  in ImplConvert()141 			rGraphic = aData.maGraphic;  in Import()
 
 | 
| /trunk/main/cui/source/inc/ | 
| H A D | cuigrfflt.hxx | 76 		GraphicObject	maGraphic;  member in GraphicFilterDialog::PreviewWindow92 	Graphic			maGraphic;  member in GraphicFilterDialog
 
 | 
| /trunk/main/svtools/inc/svtools/ | 
| H A D | grfmgr.hxx | 197 	Graphic					maGraphic;  member in GraphicObject411 	Link					GetAnimationNotifyHdl() const { return maGraphic.GetAnimationNotifyHdl(); }  in GetAnimationNotifyHdl()
 422 	sal_Bool					IsSwappedOut() const { return( mbAutoSwapped || maGraphic.IsSwapOut() ); }  in IsSwappedOut()
 
 | 
| /trunk/main/sfx2/source/dialog/ | 
| H A D | filedlghelper.cxx | 726 	maGraphic.Clear();  in IMPL_LINK()740 		if ( ERRCODE_NONE == getGraphic( aURL, maGraphic ) )  in IMPL_LINK()
 751 			Bitmap aBmp = maGraphic.GetBitmap();  in IMPL_LINK()
 850 	if ( ! maGraphic )  in getGraphic()
 866 		rGraphic = maGraphic;  in getGraphic()
 
 | 
| H A D | filedlgimpl.hxx | 76 		Graphic 					maGraphic;  member in sfx2::FileDialogHelper_Impl
 | 
| /trunk/main/svtools/source/filter/ | 
| H A D | filter.cxx | 2262 		if( GRAPHIC_NONE == pData->maGraphic.GetType() || pData->maGraphic.GetContext() ) // Import  in IMPL_LINK()2266 			nRet = ImportGraphic( pData->maGraphic, String(), pData->mrStm ) == 0;  in IMPL_LINK()
 2272 			nRet = ExportGraphic( pData->maGraphic, String(), pData->mrStm, nFormat ) == 0;  in IMPL_LINK()
 
 | 
| /trunk/main/oox/inc/oox/drawingml/ | 
| H A D | textparagraphproperties.hxx | 78 	::com::sun::star::uno::Any  maGraphic;
 | 
| /trunk/main/sc/source/filter/inc/ | 
| H A D | xiescher.hxx | 863     inline const Graphic& GetGraphic() const { return maGraphic; }  in GetGraphic()902     Graphic             maGraphic;      /// Picture or OLE placeholder graphic.  member in XclImpPictureObj
 
 | 
| H A D | xeescher.hxx | 169     Graphic             maGraphic;      /// The VCL graphic.  member in XclExpImgData
 | 
| /trunk/main/sc/source/filter/excel/ | 
| H A D | xeescher.cxx | 246     maGraphic( rGraphic ),  in XclExpImgData()253     Bitmap aBmp = maGraphic.GetBitmap();  in Save()
 
 | 
| H A D | xiescher.cxx | 2849         maGraphic = XclImpDrawing::ReadImgData( GetRoot(), rStrm );  in DoReadObj3()2864         maGraphic = XclImpDrawing::ReadImgData( GetRoot(), rStrm );  in DoReadObj4()
 2886             maGraphic = XclImpDrawing::ReadImgData( GetRoot(), rStrm );  in DoReadObj5()
 2911     if( !xSdrObj && (maGraphic.GetType() != GRAPHIC_NONE) )  in DoCreateSdrObj()
 2913         xSdrObj.reset( new SdrGrafObj( maGraphic, rAnchorRect ) );  in DoCreateSdrObj()
 
 | 
| /trunk/main/svx/inc/svx/ | 
| H A D | svdhdl.hxx | 550 	Graphic						maGraphic;  member in SdrCropViewHdl
 | 
| /trunk/main/svx/source/svdraw/ | 
| H A D | svdhdl.cxx | 2483 	maGraphic(rGraphic),  in SdrCropViewHdl()2622 			maGraphic));  in CreateB2dIAObject()
 
 |