Searched refs:lcl_GetAttribHeight (Results 1 – 1 of 1) sorted by relevance
734 sal_uInt16 lcl_GetAttribHeight( const ScPatternAttr& rPattern, sal_uInt16 nFontHeightId ) in lcl_GetAttribHeight() function846 nDefHeight = nCjkHeight = lcl_GetAttribHeight( *pPattern, ATTR_CJK_FONT_HEIGHT ); in GetOptimalHeight()848 nDefHeight = nCtlHeight = lcl_GetAttribHeight( *pPattern, ATTR_CTL_FONT_HEIGHT ); in GetOptimalHeight()850 nDefHeight = nLatHeight = lcl_GetAttribHeight( *pPattern, ATTR_FONT_HEIGHT ); in GetOptimalHeight()877 nCjkHeight = lcl_GetAttribHeight( *pPattern, ATTR_CJK_FONT_HEIGHT ); in GetOptimalHeight()884 nCtlHeight = lcl_GetAttribHeight( *pPattern, ATTR_CTL_FONT_HEIGHT ); in GetOptimalHeight()891 nLatHeight = lcl_GetAttribHeight( *pPattern, ATTR_FONT_HEIGHT ); in GetOptimalHeight()
Completed in 50 milliseconds