Home
last modified time | relevance | path

Searched refs:GetFontIndex (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx452 virtual sal_uInt16 GetFontIndex() const = 0;
475 inline sal_uInt16 GetFontIndex() const { return mnFontIdx; } in GetFontIndex() function in XclImpChFont
504 virtual sal_uInt16 GetFontIndex() const;
1225 virtual sal_uInt16 GetFontIndex() const;
H A Dxistyle.hxx402 inline sal_uInt16 GetFontIndex() const { return mnXclFont; } in GetFontIndex() function in XclImpXF
508 sal_uInt16 GetFontIndex( sal_uInt16 nXFIndex ) const;
/trunk/main/sw/source/ui/inc/
H A Dfontcfg.hxx89 …const String& GetFontIndex (sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_INDEX + FON… in GetFontIndex() function in SwStdFontConfig
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx919 rRoot.ConvertFont( rPropSet, GetFontIndex(), &aFontColor ); in ConvertFontBase()
1007 sal_uInt16 XclImpChText::GetFontIndex() const in GetFontIndex() function in XclImpChText
1009 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 XclImpChAxis
3221 return mxFont.is() ? mxFont->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
H A Dxistyle.cxx1419 sal_uInt16 XclImpXFBuffer::GetFontIndex( sal_uInt16 nXFIndex ) const in GetFontIndex() function in XclImpXFBuffer
1422 return pXF ? pXF->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
1427 return GetFontBuffer().GetFont( GetFontIndex( nXFIndex ) ); in GetFont()
H A Dxihelper.cxx187 rFontBuffer.FillToItemSet( aItemSet, eType, rXFBuffer.GetFontIndex( nXFIndex ) ); in lclCreateTextObject()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx968 sIdxBackup = pFontConfig->GetFontIndex(nFontGroup); in Reset()

Completed in 73 milliseconds