Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx842 sal_uInt16 nCtlHeight = 0; in GetOptimalHeight() local
848 nDefHeight = nCtlHeight = lcl_GetAttribHeight( *pPattern, ATTR_CTL_FONT_HEIGHT ); in GetOptimalHeight()
883 if ( nCtlHeight == 0 ) in GetOptimalHeight()
884 nCtlHeight = lcl_GetAttribHeight( *pPattern, ATTR_CTL_FONT_HEIGHT ); in GetOptimalHeight()
885 if (nCtlHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight()
886 pHeight[nRow-nStartRow] = nCtlHeight; in GetOptimalHeight()
H A Dpatattr.cxx683 long nCtlHeight = TwipsToHMM(nCtlTHeight); in FillToEditItemSet() local
703 rEditSet.Put( SvxFontHeightItem( nCtlHeight, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in FillToEditItemSet()

Completed in 52 milliseconds