Lines Matching refs:Rectangle

59 …                   sal_uInt16 nTextStyle, Rectangle *pSymbolRect=NULL, bool bAddImageSep = false );
60 SAL_DLLPRIVATE void ImplSetFocusRect( const Rectangle &rFocusRect );
61 SAL_DLLPRIVATE const Rectangle& ImplGetFocusRect() const;
65 SAL_DLLPRIVATE const Rectangle& ImplGetSymbolRect() const;
66 SAL_DLLPRIVATE void ImplSetSymbolRect(const Rectangle&);
98 void SetFocusRect( const Rectangle& rFocusRect );
99 const Rectangle& GetFocusRect() const;
130 … const Rectangle& rRect, bool bLayout, bool bMenuBtnSep );
147 …SAL_DLLPRIVATE static void ImplDrawPushButtonFrame( Window* pDev, Rectangle& rRect, sal_uInt16…
168 virtual void Paint( const Rectangle& rRect );
292 Rectangle maStateRect;
293 Rectangle maMouseRect;
308 const Size& rImageSize, Rectangle& rStateRect,
309 Rectangle& rMouseRect, bool bLayout = false );
337 inline void SetMouseRect( const Rectangle& _rMouseRect ) { maMouseRect = _rMouseRect; } in SetMouseRect()
338 inline const Rectangle& GetMouseRect( ) const { return maMouseRect; } in GetMouseRect()
339 inline void SetStateRect( const Rectangle& _rStateRect ) { maStateRect = _rStateRect; } in SetStateRect()
340 inline const Rectangle& GetStateRect( ) const { return maStateRect; } in GetStateRect()
355 virtual void Paint( const Rectangle& rRect );
412 Rectangle maStateRect;
413 Rectangle maMouseRect;
425 const Size& rImageSize, Rectangle& rStateRect,
426 Rectangle& rMouseRect, bool bLayout );
445 SAL_DLLPRIVATE const Rectangle& GetStateRect() const { return maStateRect; } in GetStateRect()
446 SAL_DLLPRIVATE const Rectangle& GetMouseRect() const { return maMouseRect; } in GetMouseRect()
458 virtual void Paint( const Rectangle& rRect );