Searched refs:rFloatRect (Results 1 – 2 of 2) sorted by relevance
407 void CGM::ImplGetRectangle( FloatRect& rFloatRect, sal_Bool bMap ) in ImplGetRectangle() argument411 rFloatRect.Left = ImplGetIX(); in ImplGetRectangle()412 rFloatRect.Bottom = ImplGetIY(); in ImplGetRectangle()413 rFloatRect.Right = ImplGetIX(); in ImplGetRectangle()414 rFloatRect.Top = ImplGetIY(); in ImplGetRectangle()418 rFloatRect.Left = ImplGetFX(); in ImplGetRectangle()419 rFloatRect.Bottom = ImplGetFY(); in ImplGetRectangle()420 rFloatRect.Right = ImplGetFX(); in ImplGetRectangle()421 rFloatRect.Top = ImplGetFY(); in ImplGetRectangle()425 ImplMapX( rFloatRect.Left ); in ImplGetRectangle()[all …]
519 void CGMImpressOutAct::DrawRectangle( FloatRect& rFloatRect ) in DrawRectangle() argument525 …awt::Size aSize( (long)(rFloatRect.Right - rFloatRect.Left ), (long)(rFloatRect.Bottom-rFloatRect.… in DrawRectangle()527 maXShape->setPosition( awt::Point( (long)rFloatRect.Left, (long)rFloatRect.Top ) ); in DrawRectangle()