Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/data/
H A Dcolumn2.cxx734 sal_uInt16 lcl_GetAttribHeight( const ScPatternAttr& rPattern, sal_uInt16 nFontHeightId ) in lcl_GetAttribHeight() function
846 … 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()