Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/dialog/
H A Dhdft.cxx923 long nBT = aBspWin.GetTop(); in IMPL_LINK() local
935 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()
/aoo4110/main/cui/source/tabpages/
H A Dpage.cxx1536 long nBT = static_cast<long>(aTopMarginEdit.Denormalize(aTopMarginEdit.GetValue(FUNIT_TWIP))); in IMPL_LINK() local
1561 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() local
1609 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()
/aoo4110/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 44 milliseconds