Lines Matching refs:pHeight
770 void ScColumn::GetOptimalHeight( SCROW nStartRow, SCROW nEndRow, sal_uInt16* pHeight, in GetOptimalHeight() argument
859 if (nDefHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight()
860 pHeight[nRow-nStartRow] = nDefHeight; in GetOptimalHeight()
878 if (nCjkHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight()
879 pHeight[nRow-nStartRow] = nCjkHeight; in GetOptimalHeight()
885 if (nCtlHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight()
886 pHeight[nRow-nStartRow] = nCtlHeight; in GetOptimalHeight()
892 if (nLatHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight()
893 pHeight[nRow-nStartRow] = nLatHeight; in GetOptimalHeight()
917 if (nHeight > pHeight[nRow-nStartRow]) in GetOptimalHeight()
918 pHeight[nRow-nStartRow] = nHeight; in GetOptimalHeight()