Searched refs:DialControlBmp (Results 1 – 4 of 4) sorted by relevance
48 DialControlBmp::DialControlBmp( Window& rParent ) : in DialControlBmp() function in svx::DialControlBmp56 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()[all …]
40 class DialControlBmp : public VirtualDevice class43 explicit DialControlBmp( Window& rParent );46 void CopyBackground( const DialControlBmp& rSrc );125 ::boost::scoped_ptr<DialControlBmp> mpBmpEnabled;126 ::boost::scoped_ptr<DialControlBmp> mpBmpDisabled;127 ::boost::scoped_ptr<DialControlBmp> mpBmpBuffered;
31 : public svx::DialControlBmp
36 : DialControlBmp(rParent) in SidebarDialControlBmp()