Home
last modified time | relevance | path

Searched refs:nFCode (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx266 SvxFontItem Ww1Manager::GetFont(sal_uInt16 nFCode) in GetFont() argument
268 return aFonts.GetFont(nFCode); in GetFont()
1333 SvxFontItem Ww1Fonts::GetFont(sal_uInt16 nFCode) in GetFont() argument
1340 switch (nFCode) in GetFont()
1364 W1_FFN* pF = GetFFN(nFCode - 3); in GetFont()
H A Dw1class.hxx1637 SvxFontItem GetFont(sal_uInt16 nFCode);
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx3548 bool SwWW8ImplReader::GetFontParams( sal_uInt16 nFCode, FontFamily& reFamily, in GetFontParams() argument
3563 const WW8_FFN* pF = pFonts->GetFont( nFCode ); // Info dazu in GetFontParams()
3663 bool SwWW8ImplReader::SetNewFontAttr(sal_uInt16 nFCode, bool bSetEnums, in SetNewFontAttr() argument
3671 if( !GetFontParams( nFCode, eFamily, aName, ePitch, eSrcCharSet ) ) in SetNewFontAttr()
3798 sal_uInt16 nFCode = SVBT16ToShort( pData ); // Font-Nummer in Read_FontCode() local
3799 if (SetNewFontAttr(nFCode, true, nId) // Lies Inhalt in Read_FontCode()
H A Dww8par.hxx1298 bool SetNewFontAttr(sal_uInt16 nFCode, bool bSetEnums, sal_uInt16 nWhich);

Completed in 64 milliseconds