Searched refs:nRawHeight (Results 1 – 2 of 2) sorted by relevance
380 long SwWriteTable::GetAbsHeight( long nRawHeight, sal_uInt16 nRow, in GetAbsHeight() argument383 nRawHeight -= (2*nCellPadding + nCellSpacing); in GetAbsHeight()390 nRawHeight -= nCellSpacing; in GetAbsHeight()393 nRawHeight -= nBorder; in GetAbsHeight()402 nRawHeight -= nBorder; in GetAbsHeight()405 ASSERT( nRawHeight > 0, "Zeilenheohe <= 0. OK?" ); in GetAbsHeight()406 return nRawHeight > 0 ? nRawHeight : 0; in GetAbsHeight()
135 sal_uInt16 nRawHeight = nHeight & EXC_ROW_HEIGHTMASK; in SetHeight() local136 bool bDefHeight = ::get_flag( nHeight, EXC_ROW_FLAGDEFHEIGHT ) || (nRawHeight == 0); in SetHeight()137 maHeights[ nScRow ] = nRawHeight; in SetHeight()140 if( !bDefHeight && (nRawHeight == 0) ) in SetHeight()