Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx382 long SwWriteTable::GetAbsHeight( long nRawHeight, sal_uInt16 nRow, in GetAbsHeight() argument
385 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()
/trunk/main/sc/source/filter/excel/
H A Dcolrowst.cxx135 sal_uInt16 nRawHeight = nHeight & EXC_ROW_HEIGHTMASK; in SetHeight() local
136 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 20 milliseconds