Lines Matching refs:rRect
48 Rectangle& rRect, const MapUnit aMapUnit ) : in XMLVisAreaContext() argument
51 awt::Rectangle rAwtRect( rRect.getX(), rRect.getY(), rRect.getWidth(), rRect.getHeight() ); in XMLVisAreaContext()
54 rRect.setX( rAwtRect.X ); in XMLVisAreaContext()
55 rRect.setY( rAwtRect.Y ); in XMLVisAreaContext()
56 rRect.setWidth( rAwtRect.Width ); in XMLVisAreaContext()
57 rRect.setHeight( rAwtRect.Height ); in XMLVisAreaContext()
64 ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit ) : in XMLVisAreaContext() argument
67 process( xAttrList, rRect, nMeasureUnit ); in XMLVisAreaContext()
74 …nst uno::Reference< xml::sax::XAttributeList>& xAttrList, awt::Rectangle& rRect, const sal_Int16 n… in process() argument
96 rRect.X = nX; in process()
101 rRect.Y = nY; in process()
106 rRect.Width = nWidth; in process()
111 rRect.Height = nHeight; in process()