Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dwsfrm.cxx3632 nInnerHeight += pLay->InnerHeight(); in FormatWidthCols()
3634 else if( nInnerHeight < 0 ) in FormatWidthCols()
3635 nInnerHeight = 0; in FormatWidthCols()
3642 nInnerHeight += pLay->InnerHeight(); in FormatWidthCols()
3646 nInnerHeight -= (pCol->Prt().*fnRect->fnGetHeight)(); in FormatWidthCols()
3647 if( nInnerHeight > nDiff ) in FormatWidthCols()
3649 nDiff = nInnerHeight; in FormatWidthCols()
3654 if( nMaxFree < -nInnerHeight ) in FormatWidthCols()
3655 nMaxFree = -nInnerHeight; in FormatWidthCols()
3656 if( nAllFree > -nInnerHeight ) in FormatWidthCols()
[all …]
/aoo41x/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 44 milliseconds