Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dhdft.cxx1000 long nBT = m_aBspWin.GetTop(); in RangeHdl() local
1012 nMin = ( nH - nBB - nBT ) / 5; // 20% in RangeHdl()
1013 nMax = std::max( nH - nMin - nHDist - nFDist - nFHeight - nBB - nBT, in RangeHdl()
1016 nMin = ( nH - nBB - nBT ) / 5; // 20% in RangeHdl()
1017 nDist = std::max( nH - nMin - nHHeight - nFDist - nFHeight - nBB - nBT, in RangeHdl()
1024 nMin = ( nH - nBT - nBB ) / 5; // 20% in RangeHdl()
1025 nMax = std::max( nH - nMin - nFDist - nHDist - nHHeight - nBT - nBB, in RangeHdl()
1028 nMin = ( nH - nBT - nBB ) / 5; // 20% in RangeHdl()
1029 nDist = std::max( nH - nMin - nFHeight - nHDist - nHHeight - nBT - nBB, in RangeHdl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dhdft.cxx997 tools::Long nBT = m_aBspWin.GetTop(); in RangeHdl() local
1009 nMin = ( nH - nBB - nBT ) / 5; // 20% in RangeHdl()
1010 nMax = std::max( nH - nMin - nHDist - nFDist - nFHeight - nBB - nBT, in RangeHdl()
1013 nMin = ( nH - nBB - nBT ) / 5; // 20% in RangeHdl()
1014 nDist = std::max( nH - nMin - nHHeight - nFDist - nFHeight - nBB - nBT, in RangeHdl()
1021 nMin = ( nH - nBT - nBB ) / 5; // 20% in RangeHdl()
1022 nMax = std::max( nH - nMin - nFDist - nHDist - nHHeight - nBT - nBB, in RangeHdl()
1025 nMin = ( nH - nBT - nBB ) / 5; // 20% in RangeHdl()
1026 nDist = std::max( nH - nMin - nFHeight - nHDist - nHHeight - nBT - nBB, in RangeHdl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dpage.cxx1321 …long nBT = static_cast<long>(m_xTopMarginEdit->denormalize(m_xTopMarginEdit->get_value(FieldUnit::… in RangeHdl_Impl() local
1343 long nMin = nHHeight + nHDist + nFDist + nFHeight + nBT + nBB + in RangeHdl_Impl()
1360 nMax = nH - nBT - aBorder.Height() - MINBODY - in RangeHdl_Impl()
1377 long nBT = GetCoreValue( *m_xTopMarginEdit, MapUnit::MapTwip ); in CalcMargin_Impl() local
1387 long nHeight = nBT + nBB + MINBODY; in CalcMargin_Impl()
1404 long nTmp = nBT <= nBB ? nBB : nBT; in CalcMargin_Impl()
1407 if ( nBT <= nBB ) in CalcMargin_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dpage.cxx1431 …tools::Long nBT = static_cast<tools::Long>(m_xTopMarginEdit->denormalize(m_xTopMarginEdit->get_val… in RangeHdl_Impl() local
1453 tools::Long nMin = nHHeight + nHDist + nFDist + nFHeight + nBT + nBB + in RangeHdl_Impl()
1470 nMax = nH - nBT - aBorder.Height() - MINBODY - in RangeHdl_Impl()
1487 tools::Long nBT = GetCoreValue( *m_xTopMarginEdit, MapUnit::MapTwip ); in CalcMargin_Impl() local
1497 tools::Long nHeight = nBT + nBB + MINBODY; in CalcMargin_Impl()
1515 tools::Long nTmp = nBT <= nBB ? nBB : nBT; in CalcMargin_Impl()
1518 if ( nBT <= nBB ) in CalcMargin_Impl()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c2106 UWord nBT = VG_(sizeXA)( thrids ); in verydead_thread_table_sort_and_check() local
2107 if (nBT > 0) { in verydead_thread_table_sort_and_check()
2110 for (i = 1; i < nBT; i++) { in verydead_thread_table_sort_and_check()
3223 UWord nBT = VG_(sizeXA)( verydead_thread_table_not_pruned); in vts_tab__do_GC() local
3225 for (i = 0; i < nBT; i++) { in vts_tab__do_GC()
3231 VG_(dropHeadXA) (verydead_thread_table_not_pruned, nBT); in vts_tab__do_GC()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c2106 UWord nBT = VG_(sizeXA)( thrids ); in verydead_thread_table_sort_and_check() local
2107 if (nBT > 0) { in verydead_thread_table_sort_and_check()
2110 for (i = 1; i < nBT; i++) { in verydead_thread_table_sort_and_check()
3223 UWord nBT = VG_(sizeXA)( verydead_thread_table_not_pruned); in vts_tab__do_GC() local
3225 for (i = 0; i < nBT; i++) { in vts_tab__do_GC()
3231 VG_(dropHeadXA) (verydead_thread_table_not_pruned, nBT); in vts_tab__do_GC()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A DRowSet.cxx157 sal_Int32 const nBT = PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT; in ORowSet() local
174 …registerProperty(PROPERTY_ISMODIFIED, PROPERTY_ID_ISMODIFIED, nBT, … in ORowSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A DRowSet.cxx164 sal_Int32 const nBT = PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT; in ORowSet() local
181 …registerProperty(PROPERTY_ISMODIFIED, PROPERTY_ID_ISMODIFIED, nBT, … in ORowSet()
/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/src/
H A Docrt.pp539 Function nBT : longint; { bottom tee }
1433 Function nBT : longint;
1435 nBT := ACS_BTEE;
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/src/
H A Docrt.pp539 Function nBT : longint; { bottom tee }
1433 Function nBT : longint;
1435 nBT := ACS_BTEE;
/dports/graphics/py-pyx/PyX-0.15/examples/3dgraphs/
H A Dgrid.ipynb17 …CPg1QmaZZd1lO3CqoKvOp1U+8A8DcA/jB1wHsmjMz9gSMj/TnVfd6FDK1GPk6o9b8bXeFE5Czh\nBT+hgA8HijmpjZ4czmHXSj…
/dports/net-mgmt/observium/observium/mibs/microsoft/
H A DWINDOWS-NT-PERFORMANCE2166 -- nBT Connection MIB
2173 "A table containing performance information for instances of 'nBT-Connection' objects."
2181 "Performance information for one particular instance of 'nBT-Connection' object."
/dports/math/py-hdbscan/hdbscan-0.8.27/notebooks/
H A DComparing Clustering Algorithms.ipynb477 …qVhbkX53a7hbX2Wl24hZD40Rom66OzPiIRIATKK2B0jNXGDSwKMU7gm5zzxgONAkeuVYj0cnhB\nBT+3PM68XsCkbaxfeOt4vu…
/dports/math/cantor/cantor-21.12.3/src/test/data/
H A DAEC.04 - Evolutionary Strategies and Covariance Matrix Adaptation.ipynb1554 …Dzkwt6Kl9Q3EPI1IDfWM6Nzeux3fybIUJenpKLT0nTuX0/qVl/fQny3r33X796q0dmvjZoLYP9+nBT/XpoU/3affe7sSH/rXch…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/build/
H A Dol.js.map5 …nTHsf,EsImTP,CACIytH,EAAQ,CAAAK,EAEZ,IAAKptI,CnL+nBIksC,EmL/nBT,EAA0B6gG,CnL+nBjB7gG,EmL/nBT,CAAA,…
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/examples/
H A DVigraGraphs.ipynb61 …dceHl85vRyopbCZrtpC3RbUieTFBnD2CLMqnkPamm592IaVx8NxJBhwN9ZvnvBjN+R1m9Ay0R2\nBT/03D08kN5c+Prnz3ycv7…
/dports/math/gap/gap-4.11.0/grp/
H A Dclasmax.grp1564 ["=^<kb[vQRl_UhLT5wc[KpGh:Q?nBT[,pvfPq/","=^<kgSLKNNo3oa=rd@Ce6[cAZM3=;YqxNnbI/","+-@EfLub<,hMUlRYb…
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt707233 nBT
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/tests/data/
H A Drandom_big_bin.csv49051 …N�9���o�Z���ٮ:��9��� ���A�jGZ E��4@J�Ei�m�Z��Q �e�A�P�5f�E� �y�c��!��nBT��3J�kD��T� �uv��07…