Searched refs:SbStdFont (Results 1 – 2 of 2) sorted by relevance
/trunk/main/basic/source/runtime/ |
H A D | stdobj1.cxx | 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() 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() [all …]
|
/trunk/main/basic/inc/basic/ |
H A D | sbstdobj.hxx | 76 class BASIC_DLLPUBLIC SbStdFont : public SbxObject class 86 ~SbStdFont(); 100 SbStdFont();
|
Completed in 18 milliseconds