Searched refs:vFont (Results 1 – 2 of 2) sorted by relevance
146 vFont[FNT_VARIABLE] = in SmFormat()147 vFont[FNT_FUNCTION] = in SmFormat()148 vFont[FNT_NUMBER] = in SmFormat()149 vFont[FNT_TEXT] = in SmFormat()157 vFont[FNT_VARIABLE].SetItalic(ITALIC_NORMAL); in SmFormat()158 vFont[FNT_FUNCTION].SetItalic(ITALIC_NONE); in SmFormat()167 SmFace &rFace = vFont[i]; in SmFormat()178 vFont[nIdent] = rFont; in SetFont()179 vFont[nIdent].SetTransparent( sal_True ); in SetFont()180 vFont[nIdent].SetAlign( ALIGN_BASELINE ); in SetFont()[all …]
101 SmFace vFont[FNT_END + 1]; member in SmFormat119 const SmFace & GetFont(sal_uInt16 nIdent) const { return vFont[nIdent]; } in GetFont()121 …void SetFontSize(sal_uInt16 nIdent, const Size &rSize) { vFont[nIdent].SetSize( rSize… in SetFontSize()
Completed in 11 milliseconds