Searched refs:nBB (Results 1 – 2 of 2) sorted by relevance
1089 long nBB = aBspWin.GetBottom(); in IMPL_LINK() local1100 nMin = ( nH - nBB - nBT ) / 5; // 20% in IMPL_LINK()1101 nMax = Max( nH - nMin - nHDist - nFDist - nFHeight - nBB - nBT, in IMPL_LINK()1104 nMin = ( nH - nBB - nBT ) / 5; // 20% in IMPL_LINK()1105 nDist = Max( nH - nMin - nHHeight - nFDist - nFHeight - nBB - nBT, in IMPL_LINK()1112 nMin = ( nH - nBT - nBB ) / 5; // 20% in IMPL_LINK()1113 nMax = Max( nH - nMin - nFDist - nHDist - nHHeight - nBT - nBB, in IMPL_LINK()1116 nMin = ( nH - nBT - nBB ) / 5; // 20% in IMPL_LINK()1117 nDist = Max( nH - nMin - nFHeight - nHDist - nHHeight - nBT - nBB, in IMPL_LINK()
1618 …long nBB = static_cast<long>(aBottomMarginEdit.Denormalize(aBottomMarginEdit.GetValue(FUNIT_TWIP))… in IMPL_LINK() local1642 long nMin = nHHeight + nHDist + nFDist + nFHeight + nBT + nBB + in IMPL_LINK()1654 long nMax = nH - nBB - aBorder.Height() - MINBODY - in IMPL_LINK()1681 long nBB = GetCoreValue( aBottomMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl() local1690 long nHeight = nBT + nBB + MINBODY; in CalcMargin_Impl()1707 long nTmp = nBT <= nBB ? nBB : nBT; in CalcMargin_Impl()1710 if ( nBT <= nBB ) in CalcMargin_Impl()
Completed in 29 milliseconds