Home
last modified time | relevance | path

Searched refs:MathTypeFont (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/source/
H A Dmathtype.hxx36 class MathTypeFont class
41 MathTypeFont() : nTface(0),nStyle(0) {} in MathTypeFont() function in MathTypeFont
42 MathTypeFont(sal_uInt8 nFace) : nTface(nFace),nStyle(0) {} in MathTypeFont() function in MathTypeFont
48 sal_Bool operator() (const MathTypeFont &rValue1, in operator ()()
49 const MathTypeFont &rValue2) const in operator ()()
55 typedef ::std::set< MathTypeFont, LessMathTypeFont > MathTypeFontSet;
H A Dmathtype.cxx206 MathTypeFont aFont; in Init()
662 void MathTypeFont::AppendStyleToText(String &rRet) in AppendStyleToText()
686 MathTypeFont aFont(nFace); in TypeFaceToString()
1876 MathTypeFont aFont; in HandleRecords()