Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx841 sal_uInt16 nCjkHeight = 0; in GetOptimalHeight() local
846 nDefHeight = nCjkHeight = lcl_GetAttribHeight( *pPattern, ATTR_CJK_FONT_HEIGHT ); in GetOptimalHeight()
876 if ( nCjkHeight == 0 ) in GetOptimalHeight()
877 nCjkHeight = lcl_GetAttribHeight( *pPattern, ATTR_CJK_FONT_HEIGHT ); in GetOptimalHeight()
878 if (nCjkHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight()
879 pHeight[nRow-nStartRow] = nCjkHeight; in GetOptimalHeight()
H A Dpatattr.cxx682 long nCjkHeight = TwipsToHMM(nCjkTHeight); in FillToEditItemSet() local
702 rEditSet.Put( SvxFontHeightItem( nCjkHeight, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in FillToEditItemSet()

Completed in 31 milliseconds