Searched refs:nBT (Results 1 – 3 of 3) sorted by relevance
923 long nBT = aBspWin.GetTop(); in IMPL_LINK() local935 nMin = ( nH - nBB - nBT ) / 5; // 20% in IMPL_LINK()936 nMax = Max( nH - nMin - nHDist - nFDist - nFHeight - nBB - nBT, in IMPL_LINK()939 nMin = ( nH - nBB - nBT ) / 5; // 20% in IMPL_LINK()940 nDist = Max( nH - nMin - nHHeight - nFDist - nFHeight - nBB - nBT, in IMPL_LINK()947 nMin = ( nH - nBT - nBB ) / 5; // 20% in IMPL_LINK()948 nMax = Max( nH - nMin - nFDist - nHDist - nHHeight - nBT - nBB, in IMPL_LINK()951 nMin = ( nH - nBT - nBB ) / 5; // 20% in IMPL_LINK()952 nDist = Max( nH - nMin - nFHeight - nHDist - nHHeight - nBT - nBB, in IMPL_LINK()
1536 long nBT = static_cast<long>(aTopMarginEdit.Denormalize(aTopMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK() local1561 long nMin = nHHeight + nHDist + nFDist + nFHeight + nBT + nBB + in IMPL_LINK()1579 nMax = nH - nBT - aBorder.Height() - MINBODY - in IMPL_LINK()1599 long nBT = GetCoreValue( aTopMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl() local1609 long nHeight = nBT + nBB + MINBODY; in CalcMargin_Impl()1626 long nTmp = nBT <= nBB ? nBB : nBT; in CalcMargin_Impl()1629 if ( nBT <= nBB ) in CalcMargin_Impl()
177 sal_Int32 nBT = PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT; in ORowSet() local194 …registerProperty(PROPERTY_ISMODIFIED, PROPERTY_ID_ISMODIFIED, nBT, &m_bModified, ::ge… in ORowSet()
Completed in 32 milliseconds