Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/layout/
H A Dwsfrm.cxx3632 SwTwips nInnerHeight = (pLay->Frm().*fnRect->fnGetHeight)() - in FormatWidthCols() local
3637 nInnerHeight += pLay->InnerHeight(); in FormatWidthCols()
3639 else if( nInnerHeight < 0 ) in FormatWidthCols()
3640 nInnerHeight = 0; in FormatWidthCols()
3647 nInnerHeight += pLay->InnerHeight(); in FormatWidthCols()
3648 nInnerHeight += (pLay->Frm().*fnRect->fnGetHeight)() - in FormatWidthCols()
3651 nInnerHeight -= (pCol->Prt().*fnRect->fnGetHeight)(); in FormatWidthCols()
3652 if( nInnerHeight > nDiff ) in FormatWidthCols()
3654 nDiff = nInnerHeight; in FormatWidthCols()
3659 if( nMaxFree < -nInnerHeight ) in FormatWidthCols()
[all …]
/AOO42X/main/vcl/source/control/
H A Dilstbox.cxx3260 long nInnerHeight = aFloatSz.Height() - nTop - nBottom; in CalcFloatSize() local
3262 if ( nInnerHeight % nEntryHeight ) in CalcFloatSize()
3264 nInnerHeight /= nEntryHeight; in CalcFloatSize()
3265 nInnerHeight++; in CalcFloatSize()
3266 nInnerHeight *= nEntryHeight; in CalcFloatSize()
3267 aFloatSz.Height() = nInnerHeight + nTop + nBottom; in CalcFloatSize()