Searched refs:GetDefaultHeightFor (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/ui/config/ |
H A D | fontcfg.cxx | 293 sal_Int32 SwStdFontConfig::GetDefaultHeightFor(sal_uInt16 nFontType, LanguageType eLang) in GetDefaultHeightFor() function in SwStdFontConfig 327 …const sal_Int32 nDefaultHeight = GetDefaultHeightFor(nFontType, lcl_LanguageOfType(nFontType, eWes… in ChangeInt() 350 return GetDefaultHeightFor(nFont + FONT_PER_GROUP * nScriptType, eLang); in GetFontHeight()
|
H A D | optpage.cxx | 978 …nStandardHeight = pFontConfig->GetDefaultHeightFor( FONT_STANDARD + nFontGroup * FONT_PER_GROUP, e… in Reset() 980 …nTitleHeight = pFontConfig->GetDefaultHeightFor( FONT_OUTLINE + nFontGroup * FONT_PER_GROUP, eLang… in Reset() 982 …nListHeight = pFontConfig->GetDefaultHeightFor( FONT_LIST + nFontGroup * FONT_PER_GROUP, eLanguage… in Reset() 984 …nLabelHeight = pFontConfig->GetDefaultHeightFor( FONT_CAPTION + nFontGroup * FONT_PER_GROUP, eLang… in Reset() 986 …nIndexHeight = pFontConfig->GetDefaultHeightFor( FONT_INDEX + nFontGroup * FONT_PER_GROUP, eLangua… in Reset() 1100 SwStdFontConfig::GetDefaultHeightFor(FONT_STANDARD + nFontOffset, eLanguage), in IMPL_LINK() 1103 SwStdFontConfig::GetDefaultHeightFor(FONT_OUTLINE + in IMPL_LINK() 1106 SwStdFontConfig::GetDefaultHeightFor(FONT_LIST + nFontOffset, eLanguage), in IMPL_LINK() 1109 SwStdFontConfig::GetDefaultHeightFor(FONT_CAPTION + nFontOffset, eLanguage), in IMPL_LINK() 1112 SwStdFontConfig::GetDefaultHeightFor(FONT_INDEX + nFontOffset, eLanguage), in IMPL_LINK()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docshini.cxx | 250 nFontHeight = pStdFont->GetDefaultHeightFor( nFontId, eLanguage ); in InitNew() 312 nFontHeight = pStdFont->GetDefaultHeightFor( aFontIdPoolId[nIdx], eLanguage ); in InitNew()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | fontcfg.hxx | 112 static sal_Int32 GetDefaultHeightFor(sal_uInt16 nFontType, LanguageType eLang);
|
Completed in 61 milliseconds