Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx3637 nInnerHeight += pLay->InnerHeight(); in FormatWidthCols()
3639 else if( nInnerHeight < 0 ) in FormatWidthCols()
3640 nInnerHeight = 0; in FormatWidthCols()
3647 nInnerHeight += pLay->InnerHeight(); 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()
3660 nMaxFree = -nInnerHeight; in FormatWidthCols()
3661 if( nAllFree > -nInnerHeight ) in FormatWidthCols()
[all …]
/trunk/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()

Completed in 40 milliseconds