Home
last modified time | relevance | path

Searched refs:aLink1 (Results 1 – 12 of 12) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_CircleTool.cxx99 …gp_XY aLink1(const_cast<gp_XY&>(thePoint3).ChangeCoord(1) - const_cast<gp_XY&>(thePoint2).ChangeCo… in MakeCircle() local
101 if (aLink1.SquareModulus() < aSqPrecision) in MakeCircle()
114 const Standard_Real aD = 2 * (const_cast<gp_XY&>(thePoint1).ChangeCoord(1) * aLink1.Y() + in MakeCircle()
125 theLocation.ChangeCoord(1) = (aSqMod1 * aLink1.Y() + in MakeCircle()
129 theLocation.ChangeCoord(2) = (aSqMod1 * aLink1.X() + in MakeCircle()
H A DBRepMesh_DataStructureOfDelaun.cxx292 const BRepMesh_Edge& aLink1 = GetLink(e[0]); in ElementNodes() local
295 theNodes[0] = aLink1.FirstNode(); in ElementNodes()
296 theNodes[1] = aLink1.LastNode(); in ElementNodes()
300 theNodes[1] = aLink1.FirstNode(); in ElementNodes()
301 theNodes[0] = aLink1.LastNode(); in ElementNodes()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DNewTabUtils.jsm969 * @param aLink1 The first link.
971 * @return A negative number if aLink1 is ordered before aLink2, zero if
972 * aLink1 and aLink2 have the same ordering, or a positive number if
973 * aLink1 is ordered after aLink2.
977 compareLinks: function Links_compareLinks(aLink1, aLink2) {
979 if (!(prop in aLink1) || !(prop in aLink2))
982 return aLink2.frecency - aLink1.frecency ||
983 aLink2.lastVisitDate - aLink1.lastVisitDate ||
984 aLink1.url.localeCompare(aLink2.url);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtpbitmap.cxx108 Link<weld::MetricSpinButton&, void> aLink1( LINK(this, SvxBitmapTabPage, ModifyBitmapSizeHdl) ); in SvxBitmapTabPage() local
109 m_xBitmapWidth->connect_value_changed( aLink1 ); in SvxBitmapTabPage()
110 m_xBitmapHeight->connect_value_changed( aLink1 ); in SvxBitmapTabPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtpbitmap.cxx106 Link<weld::MetricSpinButton&, void> aLink1( LINK(this, SvxBitmapTabPage, ModifyBitmapSizeHdl) ); in SvxBitmapTabPage() local
107 m_xBitmapWidth->connect_value_changed( aLink1 ); in SvxBitmapTabPage()
108 m_xBitmapHeight->connect_value_changed( aLink1 ); in SvxBitmapTabPage()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DNewTabUtils.jsm1612 * @param aLink1 The first link.
1614 * @return A negative number if aLink1 is ordered before aLink2, zero if
1615 * aLink1 and aLink2 have the same ordering, or a positive number if
1616 * aLink1 is ordered after aLink2.
1620 compareLinks: function Links_compareLinks(aLink1, aLink2) {
1622 if (!(prop in aLink1) || !(prop in aLink2))
1625 return aLink2.frecency - aLink1.frecency ||
1626 aLink2.lastVisitDate - aLink1.lastVisitDate ||
1627 aLink1.url.localeCompare(aLink2.url);
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DNewTabUtils.jsm1861 * @param aLink1 The first link.
1863 * @return A negative number if aLink1 is ordered before aLink2, zero if
1864 * aLink1 and aLink2 have the same ordering, or a positive number if
1865 * aLink1 is ordered after aLink2.
1869 compareLinks: function Links_compareLinks(aLink1, aLink2) {
1871 if (!(prop in aLink1) || !(prop in aLink2)) {
1876 aLink2.frecency - aLink1.frecency ||
1877 aLink2.lastVisitDate - aLink1.lastVisitDate ||
1878 aLink1.url.localeCompare(aLink2.url)
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DNewTabUtils.jsm1799 * @param aLink1 The first link.
1801 * @return A negative number if aLink1 is ordered before aLink2, zero if
1802 * aLink1 and aLink2 have the same ordering, or a positive number if
1803 * aLink1 is ordered after aLink2.
1807 compareLinks: function Links_compareLinks(aLink1, aLink2) {
1809 if (!(prop in aLink1) || !(prop in aLink2)) {
1814 aLink2.frecency - aLink1.frecency ||
1815 aLink2.lastVisitDate - aLink1.lastVisitDate ||
1816 aLink1.url.localeCompare(aLink2.url)
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DNewTabUtils.jsm1798 * @param aLink1 The first link.
1800 * @return A negative number if aLink1 is ordered before aLink2, zero if
1801 * aLink1 and aLink2 have the same ordering, or a positive number if
1802 * aLink1 is ordered after aLink2.
1806 compareLinks: function Links_compareLinks(aLink1, aLink2) {
1808 if (!(prop in aLink1) || !(prop in aLink2)) {
1813 aLink2.frecency - aLink1.frecency ||
1814 aLink2.lastVisitDate - aLink1.lastVisitDate ||
1815 aLink1.url.localeCompare(aLink2.url)
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DNewTabUtils.jsm1798 * @param aLink1 The first link.
1800 * @return A negative number if aLink1 is ordered before aLink2, zero if
1801 * aLink1 and aLink2 have the same ordering, or a positive number if
1802 * aLink1 is ordered after aLink2.
1806 compareLinks: function Links_compareLinks(aLink1, aLink2) {
1808 if (!(prop in aLink1) || !(prop in aLink2)) {
1813 aLink2.frecency - aLink1.frecency ||
1814 aLink2.lastVisitDate - aLink1.lastVisitDate ||
1815 aLink1.url.localeCompare(aLink2.url)
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Ddatanavi.cxx1268 Link<const OString&, void> aLink1 = LINK( this, DataNavigatorWindow, MenuSelectHdl ); in DataNavigatorWindow() local
1269 m_xModelBtn->connect_selected(aLink1); in DataNavigatorWindow()
1270 m_xInstanceBtn->connect_selected(aLink1); in DataNavigatorWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Ddatanavi.cxx1346 Link<MenuButton *, void> aLink1 = LINK( this, DataNavigatorWindow, MenuSelectHdl ); in DataNavigatorWindow() local
1347 m_pModelBtn->SetSelectHdl( aLink1 ); in DataNavigatorWindow()
1348 m_pInstanceBtn->SetSelectHdl( aLink1 ); in DataNavigatorWindow()