Home
last modified time | relevance | path

Searched refs:maGraphic (Results 1 – 18 of 18) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx66 Graphic maGraphic; member
106 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 Dcuigrfflt.cxx334 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 Dtextparagraphproperties.cxx69 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 Dfillgraphicattribute.cxx43 Graphic maGraphic; member in drawinglayer::attribute::ImpFillGraphicAttribute
61 maGraphic(rGraphic), in ImpFillGraphicAttribute()
70 const Graphic& getGraphic() const { return maGraphic; } in getGraphic()
/trunk/main/vcl/inc/vcl/
H A Dsalctype.hxx63 Graphic maGraphic; member
68 maGraphic( rGraphic ), mrStm( rStm ), mnFormat( nFormat ) {} in ConvertData()
/trunk/main/vcl/source/gdi/
H A Dcvtgrf.cxx96 Graphic& rGraphic = mpConvertData->maGraphic; in ImplConvert()
141 rGraphic = aData.maGraphic; in Import()
/trunk/main/cui/source/inc/
H A Dcuigrfflt.hxx76 GraphicObject maGraphic; member in GraphicFilterDialog::PreviewWindow
92 Graphic maGraphic; member in GraphicFilterDialog
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx197 Graphic maGraphic; member in GraphicObject
411 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 Dfiledlghelper.cxx726 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 Dfiledlgimpl.hxx76 Graphic maGraphic; member in sfx2::FileDialogHelper_Impl
/trunk/main/svtools/source/filter/
H A Dfilter.cxx2262 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 Dtextparagraphproperties.hxx78 ::com::sun::star::uno::Any maGraphic;
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx863 inline const Graphic& GetGraphic() const { return maGraphic; } in GetGraphic()
902 Graphic maGraphic; /// Picture or OLE placeholder graphic. member in XclImpPictureObj
H A Dxeescher.hxx169 Graphic maGraphic; /// The VCL graphic. member in XclExpImgData
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx246 maGraphic( rGraphic ), in XclExpImgData()
253 Bitmap aBmp = maGraphic.GetBitmap(); in Save()
H A Dxiescher.cxx2849 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 Dsvdhdl.hxx550 Graphic maGraphic; member in SdrCropViewHdl
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx2483 maGraphic(rGraphic), in SdrCropViewHdl()
2622 maGraphic)); in CreateB2dIAObject()

Completed in 106 milliseconds