Searched refs:pStdFont (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/ui/app/ |
H A D | docshini.cxx | 165 SwStdFontConfig* pStdFont = SW_MOD()->GetStdFontConfig(); in InitNew() local 206 if(!pStdFont->IsFontDefault(nFontId)) in InitNew() 208 sEntry = pStdFont->GetFontFor(nFontId); in InitNew() 248 sal_Int32 nFontHeight = pStdFont->GetFontHeight( FONT_STANDARD, i, eLanguage ); in InitNew() 250 nFontHeight = pStdFont->GetDefaultHeightFor( nFontId, eLanguage ); in InitNew() 293 if(!pStdFont->IsFontDefault(aFontIdPoolId[nIdx])) in InitNew() 295 sEntry = pStdFont->GetFontFor(aFontIdPoolId[nIdx]); in InitNew() 310 …sal_Int32 nFontHeight = pStdFont->GetFontHeight( static_cast< sal_Int8 >(aFontIdPoolId[nIdx]), 0, … in InitNew() 312 nFontHeight = pStdFont->GetDefaultHeightFor( aFontIdPoolId[nIdx], eLanguage ); in InitNew()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2088 SwStdFontConfig* pStdFont = SW_MOD()->GetStdFontConfig(); in ExecTxtCtrl() local 2097 pStdFont->GetFontHeight(FONT_STANDARD, FONT_GROUP_DEFAULT, in ExecTxtCtrl() 2100 pStdFont->GetFontHeight(FONT_STANDARD, FONT_GROUP_CJK, in ExecTxtCtrl() 2103 pStdFont->GetFontHeight(FONT_STANDARD, FONT_GROUP_CTL, in ExecTxtCtrl()
|
/aoo42x/main/sc/source/core/data/ |
H A D | docpool.cxx | 200 SvxFontItem* pStdFont = new SvxFontItem( aStdFont.GetFamily(), in ScDocumentPool() local 228 ppPoolDefaults[ ATTR_FONT - ATTR_STARTINDEX ] = pStdFont; in ScDocumentPool()
|
Completed in 110 milliseconds