Home
last modified time | relevance | path

Searched refs:nBT (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dhdft.cxx1088 long nBT = aBspWin.GetTop(); in IMPL_LINK() local
1100 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()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1617 long nBT = static_cast<long>(aTopMarginEdit.Denormalize(aTopMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK() local
1642 long nMin = nHHeight + nHDist + nFDist + nFHeight + nBT + nBB + in IMPL_LINK()
1660 nMax = nH - nBT - aBorder.Height() - MINBODY - in IMPL_LINK()
1680 long nBT = GetCoreValue( aTopMarginEdit, SFX_MAPUNIT_TWIP ); in CalcMargin_Impl() local
1690 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()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx177 sal_Int32 nBT = PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT; in ORowSet() local
194 …registerProperty(PROPERTY_ISMODIFIED, PROPERTY_ID_ISMODIFIED, nBT, &m_bModified, ::ge… in ORowSet()

Completed in 43 milliseconds