Lines Matching refs:Rectangle
147 void setZeroRectangle( ::Rectangle& rRect ) in setZeroRectangle()
160 bool lcl_checkUIElement(const uno::Reference< ui::XUIElement >& xUIElement, awt::Rectangle& _rPosSi… in lcl_checkUIElement()
196 aDescriptor.Bounds = awt::Rectangle(0,0,0,0); in createToolkitWindow()
251 ::com::sun::star::awt::Rectangle putRectangleValueToAWT( const ::Rectangle& rRect ) in putRectangleValueToAWT()
253 css::awt::Rectangle aRect; in putRectangleValueToAWT()
262 ::Rectangle putAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect ) in putAWTToRectangle()
264 ::Rectangle aRect; in putAWTToRectangle()
273 css::awt::Rectangle convertRectangleToAWT( const ::Rectangle& rRect ) in convertRectangleToAWT()
275 css::awt::Rectangle aRect; in convertRectangleToAWT()
283 ::Rectangle convertAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect ) in convertAWTToRectangle()
285 ::Rectangle aRect; in convertAWTToRectangle()
294 bool equalRectangles( const css::awt::Rectangle& rRect1, in equalRectangles()
295 const css::awt::Rectangle& rRect2 ) in equalRectangles()