Searched refs:GetFontIndex (Results 1 – 7 of 7) sorted by relevance
452 virtual sal_uInt16 GetFontIndex() const = 0;475 inline sal_uInt16 GetFontIndex() const { return mnFontIdx; } in GetFontIndex() function in XclImpChFont504 virtual sal_uInt16 GetFontIndex() const;1225 virtual sal_uInt16 GetFontIndex() const;
402 inline sal_uInt16 GetFontIndex() const { return mnXclFont; } in GetFontIndex() function in XclImpXF508 sal_uInt16 GetFontIndex( sal_uInt16 nXFIndex ) const;
89 …const String& GetFontIndex (sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_INDEX + FON… in GetFontIndex() function in SwStdFontConfig
919 rRoot.ConvertFont( rPropSet, GetFontIndex(), &aFontColor ); in ConvertFontBase()1007 sal_uInt16 XclImpChText::GetFontIndex() const in GetFontIndex() function in XclImpChText1009 return mxFont.is() ? mxFont->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()1144 mxSrcLink->CreateStringSequence( GetChRoot(), GetFontIndex(), GetFontColor() ) ); in CreateTitle()3219 sal_uInt16 XclImpChAxis::GetFontIndex() const in GetFontIndex() function in XclImpChAxis3221 return mxFont.is() ? mxFont->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
1419 sal_uInt16 XclImpXFBuffer::GetFontIndex( sal_uInt16 nXFIndex ) const in GetFontIndex() function in XclImpXFBuffer1422 return pXF ? pXF->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()1427 return GetFontBuffer().GetFont( GetFontIndex( nXFIndex ) ); in GetFont()
187 rFontBuffer.FillToItemSet( aItemSet, eType, rXFBuffer.GetFontIndex( nXFIndex ) ); in lclCreateTextObject()
971 sIdxBackup = pFontConfig->GetFontIndex(nFontGroup); in Reset()
Completed in 80 milliseconds