Home
last modified time | relevance | path

Searched refs:SmFace (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/starmath/inc/
H A Dutility.hxx95 class SmFace : public Font class
102 SmFace() : in SmFace() function in SmFace
104 SmFace(const Font& rFont) : in SmFace() function in SmFace
106 SmFace(const String& rName, const Size& rSize) : in SmFace() function in SmFace
108 SmFace( FontFamily eFamily, const Size& rSize) : in SmFace() function in SmFace
111 SmFace(const SmFace &rFace) : in SmFace() function in SmFace
123 SmFace & operator = (const SmFace &rFace);
126 SmFace & operator *= (SmFace &rFace, const Fraction &rFrac);
H A Dformat.hxx101 SmFace vFont[FNT_END + 1];
119 const SmFace & GetFont(sal_uInt16 nIdent) const { return vFont[nIdent]; } in GetFont()
120 void SetFont(sal_uInt16 nIdent, const SmFace &rFont, sal_Bool bDefault = sal_False);
H A Dnode.hxx86 SmFace aFace;
131 const SmFace & GetFont() const { return aFace; }; in GetFont()
132 SmFace & GetFont() { return aFace; }; in GetFont()
134 void SetFont(const SmFace &rFace);
H A Dsymbol.hxx77 SmFace m_aFace;
/aoo42x/main/starmath/source/
H A Dutility.cxx324 void SmFace::Impl_Init() in Impl_Init()
332 void SmFace::SetSize(const Size& rSize) in SetSize()
351 long SmFace::GetBorderWidth() const in GetBorderWidth()
359 SmFace & SmFace::operator = (const SmFace &rFace) in operator =()
367 SmFace & operator *= (SmFace &rFace, const Fraction &rFrac) in operator *=()
H A Dformat.cxx150 vFont[FNT_SERIF] = SmFace(C2S(FNTNAME_TIMES), aBaseSize); in SmFormat()
151 vFont[FNT_SANS] = SmFace(C2S(FNTNAME_HELV), aBaseSize); in SmFormat()
152 vFont[FNT_FIXED] = SmFace(C2S(FNTNAME_COUR), aBaseSize); in SmFormat()
153 vFont[FNT_MATH] = SmFace(C2S(FNTNAME_MATH), aBaseSize); in SmFormat()
167 SmFace &rFace = vFont[i]; in SmFormat()
176 void SmFormat::SetFont(sal_uInt16 nIdent, const SmFace &rFont, sal_Bool bDefault ) in SetFont()
H A Dunomodel.cxx525 const SmFace rOld = aFormat.GetFont((*ppEntries)->mnMemberId); in _setPropertyValues()
527 SmFace aSet( sFontName, rOld.GetSize() ); in _setPropertyValues()
792 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues()
804 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues()
817 const SmFace & rFace = aFormat.GetFont((*ppEntries)->mnMemberId); in _getPropertyValues()
H A Dnode.cxx246 void SmNode::SetFont(const SmFace &rFace) in SetFont()

Completed in 54 milliseconds