Lines Matching refs:nDefaultFontHeight
122 nDefaultFontHeight[i] = -1; in SwStdFontConfig()
143 pValues[nProp] >>= nDefaultFontHeight[nProp - DEF_FONT_COUNT]; in SwStdFontConfig()
144 …nDefaultFontHeight[nProp - DEF_FONT_COUNT] = MM100_TO_TWIP(nDefaultFontHeight[nProp - DEF_FONT_COU… in SwStdFontConfig()
177 if(nDefaultFontHeight[nProp - DEF_FONT_COUNT] > 0) in Commit()
178 …pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(nDefaultFontHeight[nProp - DEF_FONT_COUNT]… in Commit()
317 if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) in ChangeInt()
329 if( bIsDefaultHeight && nDefaultFontHeight[nFontType] > 0 ) in ChangeInt()
332 nDefaultFontHeight[nFontType] = -1; in ChangeInt()
334 else if( !bIsDefaultHeight && nHeight != nDefaultFontHeight[nFontType] ) in ChangeInt()
337 nDefaultFontHeight[nFontType] = nHeight; in ChangeInt()
348 sal_Int32 nRet = nDefaultFontHeight[nFont + FONT_PER_GROUP * nScriptType]; in GetFontHeight()