Lines Matching refs:DialControlBmp
48 DialControlBmp::DialControlBmp( Window& rParent ) : in DialControlBmp() function in svx::DialControlBmp
56 void DialControlBmp::InitBitmap( const Size& rSize, const Font& rFont ) in InitBitmap()
62 void DialControlBmp::CopyBackground( const DialControlBmp& rSrc ) in CopyBackground()
70 void DialControlBmp::DrawBackground( const Size& rSize, bool bEnabled ) in DrawBackground()
77 void DialControlBmp::DrawElements( const String& rText, sal_Int32 nAngle ) in DrawElements()
111 const Color& DialControlBmp::GetBackgroundColor() const in GetBackgroundColor()
116 const Color& DialControlBmp::GetTextColor() const in GetTextColor()
121 const Color& DialControlBmp::GetScaleLineColor() const in GetScaleLineColor()
127 const Color& DialControlBmp::GetButtonLineColor() const in GetButtonLineColor()
133 const Color& DialControlBmp::GetButtonFillColor( bool bMain ) const in GetButtonFillColor()
139 void DialControlBmp::Init( const Size& rSize ) in Init()
150 void DialControlBmp::DrawBackground() in DrawBackground()
218 mpBmpEnabled(new DialControlBmp(rParent)), in DialControl_Impl()
219 mpBmpDisabled(new DialControlBmp(rParent)), in DialControl_Impl()
220 mpBmpBuffered(new DialControlBmp(rParent)), in DialControl_Impl()