Lines Matching refs:aGraphic
538 aGraphic = rGraphic; in SetGraphic()
540 aContourWnd.SetGraphic( aGraphic ); in SetGraphic()
556 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in SetPolyPolygon()
593 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in GetPolyPolygon()
811 aRedoGraphic = aGraphic; in IMPL_LINK()
812 aGraphic = aUndoGraphic; in IMPL_LINK()
814 aContourWnd.SetGraphic( aGraphic, sal_False ); in IMPL_LINK()
821 aUndoGraphic = aGraphic; in IMPL_LINK()
822 aGraphic = aRedoGraphic; in IMPL_LINK()
824 aContourWnd.SetGraphic( aGraphic, sal_False ); in IMPL_LINK()
1073 if( aGraphic.GetType() == GRAPHIC_BITMAP ) in IMPL_LINK()
1075 Bitmap aBmp( aGraphic.GetBitmap() ); in IMPL_LINK()
1080 if( aGraphic.IsTransparent() ) in IMPL_LINK()
1081 aMask.CombineSimple( aGraphic.GetBitmapEx().GetMask(), BMP_COMBINE_OR ); in IMPL_LINK()
1089 aUndoGraphic = aGraphic; in IMPL_LINK()
1090 aGraphic = Graphic( BitmapEx( aBmp, aMask ) ); in IMPL_LINK()
1094 pWnd->SetGraphic( aGraphic, bNewContour ); in IMPL_LINK()