Lines Matching refs:SbStdFont
61 return new SbStdFont; in CreateObject()
185 void SbStdFont::PropBold( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropBold()
193 void SbStdFont::PropItalic( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropItalic()
201 void SbStdFont::PropStrikeThrough( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropStrikeThrough()
209 void SbStdFont::PropUnderline( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropUnderline()
217 void SbStdFont::PropSize( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropSize()
225 void SbStdFont::PropName( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropName()
234 TYPEINIT1( SbStdFont, SbxObject );
236 SbStdFont::SbStdFont() : in SbStdFont() function in SbStdFont
262 SbStdFont::~SbStdFont() in ~SbStdFont()
267 SbxVariable* SbStdFont::Find( const String& rName, SbxClassType t ) in Find()
275 void SbStdFont::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()