Lines Matching refs:SvLBoxFontString
31 DBG_NAME( SvLBoxFontString );
33 SvLBoxFontString::SvLBoxFontString() : in SvLBoxFontString() function in SvLBoxFontString
36 DBG_CTOR( SvLBoxFontString, 0 ); in SvLBoxFontString()
39 SvLBoxFontString::SvLBoxFontString( in SvLBoxFontString() function in SvLBoxFontString
46 DBG_CTOR( SvLBoxFontString, 0 ); in SvLBoxFontString()
52 SvLBoxFontString::~SvLBoxFontString() in ~SvLBoxFontString()
54 DBG_DTOR( SvLBoxFontString, 0 ); in ~SvLBoxFontString()
58 SvLBoxItem* SvLBoxFontString::Create() const in Create()
60 DBG_CHKTHIS( SvLBoxFontString, 0 ); in Create()
61 return new SvLBoxFontString; in Create()
64 void SvLBoxFontString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEnt… in Paint()
66 DBG_CHKTHIS( SvLBoxFontString, 0 ); in Paint()
82 void SvLBoxFontString::InitViewData( SvLBox* pView, SvLBoxEntry* pEntry, SvViewDataItem* pViewData ) in InitViewData()
84 DBG_CHKTHIS( SvLBoxFontString, 0 ); in InitViewData()
149 pEntry->AddItem( new SvLBoxFontString( pEntry, 0, rEntryText, maEntryFont, mpEntryColor ) ); in InitEntry()