Searched refs:nRawHeight (Results 1 – 2 of 2) sorted by relevance
382 long SwWriteTable::GetAbsHeight( long nRawHeight, sal_uInt16 nRow, in GetAbsHeight() argument385 nRawHeight -= (2*nCellPadding + nCellSpacing); in GetAbsHeight()392 nRawHeight -= nCellSpacing; in GetAbsHeight()395 nRawHeight -= nBorder; in GetAbsHeight()404 nRawHeight -= nBorder; in GetAbsHeight()407 ASSERT( nRawHeight > 0, "Zeilenheohe <= 0. OK?" ); in GetAbsHeight()408 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()
Completed in 25 milliseconds