Searched refs:aGrfPos (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/cui/source/dialogs/ |
H A D | cuigrfflt.cxx | 336 const Point aGrfPos( ( aOutSize.Width() - aGrfSize.Width() ) >> 1, in Paint() local 340 maGraphic.StartAnimation( this , aGrfPos, aGrfSize ); in Paint() 342 maGraphic.Draw( this, aGrfPos, aGrfSize ); in Paint()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | showwin.cxx | 586 …const Point aGrfPos( Max( aOutOrg.X() + aOutSize.Width() - aGrfSize.Width() - aOffset.Width(), aOu… in DrawPauseScene() local 590 maLogo.StartAnimation( this, aGrfPos, aGrfSize, (long) this ); in DrawPauseScene() 592 maLogo.Draw( this, aGrfPos, aGrfSize ); in DrawPauseScene()
|
Completed in 19 milliseconds