Lines Matching refs:rFloatRect

407 void CGM::ImplGetRectangle( FloatRect& rFloatRect, sal_Bool bMap )  in ImplGetRectangle()  argument
411 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()
426 ImplMapX( rFloatRect.Right ); in ImplGetRectangle()
427 ImplMapY( rFloatRect.Top ); in ImplGetRectangle()
428 ImplMapY( rFloatRect.Bottom ); in ImplGetRectangle()
429 rFloatRect.Justify(); in ImplGetRectangle()
435 void CGM::ImplGetRectangleNS( FloatRect& rFloatRect ) in ImplGetRectangleNS() argument
439 rFloatRect.Left = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
440 rFloatRect.Bottom = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
441 rFloatRect.Right = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
442 rFloatRect.Top = ImplGetI( pElement->nVDCIntegerPrecision ); in ImplGetRectangleNS()
446 rFloatRect.Left = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
447 rFloatRect.Bottom = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
448 rFloatRect.Right = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()
449 rFloatRect.Top = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplGetRectangleNS()