Searched refs:nInnerHeight (Results 1 – 2 of 2) sorted by relevance
3632 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 …]
3260 long nInnerHeight = aFloatSz.Height() - nTop - nBottom; in CalcFloatSize() local3262 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