Home
last modified time | relevance | path

Searched refs:pxLeft (Results 1 – 25 of 131) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIAccessible.java67 public int accLocation(long pxLeft, long pyTop, long pcxWidth, long pcyHeight, long variant) { in accLocation() argument
68 return COM.VtblCall(22, address, pxLeft, pyTop, pcxWidth, pcyHeight, variant); in accLocation()
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVTAccessibility.pas34 function accLocation(out pxLeft: Integer; out pyTop: Integer; out pcxWidth: Integer; in accLocation()
64 function accLocation(out pxLeft: Integer; in accLocation()
136 function TVirtualTreeAccessibility.accLocation(out pxLeft: Integer; in accLocation()
149 pxLeft := P.X;
410 function TVirtualTreeItemAccessibility.accLocation(out pxLeft, pyTop, pcxWidth, in accLocation()
424 pxLeft := P.X;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.vtaccessibility.pas36 function accLocation(out pxLeft: Integer; out pyTop: Integer; out pcxWidth: Integer; in accLocation()
66 function accLocation(out pxLeft: Integer; in accLocation()
138 function TVirtualTreeAccessibility.accLocation(out pxLeft: Integer; in accLocation()
151 pxLeft := P.X;
412 function TVirtualTreeItemAccessibility.accLocation(out pxLeft, pyTop, pcxWidth, in accLocation()
426 pxLeft := P.X;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.vtaccessibility.pas36 function accLocation(out pxLeft: Integer; out pyTop: Integer; out pcxWidth: Integer; in accLocation()
66 function accLocation(out pxLeft: Integer; in accLocation()
138 function TVirtualTreeAccessibility.accLocation(out pxLeft: Integer; in accLocation()
151 pxLeft := P.X;
412 function TVirtualTreeItemAccessibility.accLocation(out pxLeft, pyTop, pcxWidth, in accLocation()
426 pxLeft := P.X;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A DVTAccessibility.pas34 function accLocation(out pxLeft: Integer; out pyTop: Integer; out pcxWidth: Integer; in accLocation()
64 function accLocation(out pxLeft: Integer; in accLocation()
136 function TVirtualTreeAccessibility.accLocation(out pxLeft: Integer; in accLocation()
149 pxLeft := P.X;
410 function TVirtualTreeItemAccessibility.accLocation(out pxLeft, pyTop, pcxWidth, in accLocation()
424 pxLeft := P.X;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.vtaccessibility.pas36 function accLocation(out pxLeft: Integer; out pyTop: Integer; out pcxWidth: Integer; in accLocation()
66 function accLocation(out pxLeft: Integer; in accLocation()
138 function TVirtualTreeAccessibility.accLocation(out pxLeft: Integer; in accLocation()
151 pxLeft := P.X;
412 function TVirtualTreeItemAccessibility.accLocation(out pxLeft, pyTop, pcxWidth, in accLocation()
426 pxLeft := P.X;
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp168 HandlerTextLeaf::accLocation(long* pxLeft, long* pyTop, long* pcxWidth, in accLocation() argument
170 if (varChild.lVal != CHILDID_SELF || !pxLeft || !pyTop || !pcxWidth || in accLocation()
175 *pxLeft = mData.mTextLeft; in accLocation()
/dports/www/firefox/firefox-99.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp168 HandlerTextLeaf::accLocation(long* pxLeft, long* pyTop, long* pcxWidth, in accLocation() argument
170 if (varChild.lVal != CHILDID_SELF || !pxLeft || !pyTop || !pcxWidth || in accLocation()
175 *pxLeft = mData.mTextLeft; in accLocation()
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp168 HandlerTextLeaf::accLocation(long* pxLeft, long* pyTop, long* pcxWidth, in accLocation() argument
170 if (varChild.lVal != CHILDID_SELF || !pxLeft || !pyTop || !pcxWidth || in accLocation()
175 *pxLeft = mData.mTextLeft; in accLocation()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp168 HandlerTextLeaf::accLocation(long* pxLeft, long* pyTop, long* pcxWidth, in accLocation() argument
170 if (varChild.lVal != CHILDID_SELF || !pxLeft || !pyTop || !pcxWidth || in accLocation()
175 *pxLeft = mData.mTextLeft; in accLocation()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp168 HandlerTextLeaf::accLocation(long *pxLeft, long *pyTop, long *pcxWidth, in accLocation() argument
170 if (varChild.lVal != CHILDID_SELF || !pxLeft || !pyTop || !pcxWidth || in accLocation()
175 *pxLeft = mData.mTextLeft; in accLocation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Accessibility/Accessibility/
H A DIAccessible.cs34 …void accLocation (out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object chi… in accLocation() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DAccessibility.cs35 …void accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childI… in accLocation() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DAccessibility.cs35 …void accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childI… in accLocation() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DAccessibility.cs35 …void accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childI… in accLocation() argument
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DAccessibleWrap.cpp832 /* [out] */ long __RPC_FAR* pxLeft, in accLocation() argument
837 if (!pxLeft || !pyTop || !pcxWidth || !pcyHeight) return E_INVALIDARG; in accLocation()
839 *pxLeft = 0; in accLocation()
851 return accessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, in accLocation()
857 *pxLeft = rect.X(); in accLocation()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/msaa/
H A DAccessibleWrap.cpp935 /* [out] */ long __RPC_FAR *pxLeft, in accLocation() argument
943 if (!pxLeft || !pyTop || !pcxWidth || !pcyHeight) in accLocation()
946 *pxLeft = 0; in accLocation()
958 return accessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, in accLocation()
964 *pxLeft = rect.x; in accLocation()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ole/
H A Daccess.cpp196 …STDMETHODIMP accLocation ( LONG* pxLeft, LONG* pyTop, LONG* pcxWidth, LONG* pcyHeight, VARIANT var…
441 STDMETHODIMP wxIAccessible::accLocation ( LONG* pxLeft, LONG* pyTop, LONG* pcxWidth, LONG* pcyHeigh… in accLocation() argument
467 … HRESULT hResult = childAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
472 … return m_pAccessible->GetIAccessibleStd()->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
475 … return m_pAccessible->GetIAccessibleStd()->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
479 *pxLeft = rect.x; in accLocation()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/ole/
H A Daccess.cpp206 …STDMETHODIMP accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeight, VARIANT var…
447 STDMETHODIMP wxIAccessible::accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeigh… in accLocation() argument
469 … HRESULT hResult = childAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
474 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
477 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
481 *pxLeft = rect.x; in accLocation()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/ole/
H A Daccess.cpp207 …STDMETHODIMP accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeight, VARIANT var…
448 STDMETHODIMP wxIAccessible::accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeigh… in accLocation() argument
470 … HRESULT hResult = childAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
475 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
478 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
482 *pxLeft = rect.x; in accLocation()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/ole/
H A Daccess.cpp207 …STDMETHODIMP accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeight, VARIANT var…
448 STDMETHODIMP wxIAccessible::accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeigh… in accLocation() argument
470 … HRESULT hResult = childAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
475 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
478 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
482 *pxLeft = rect.x; in accLocation()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/ole/
H A Daccess.cpp207 …STDMETHODIMP accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeight, VARIANT var…
448 STDMETHODIMP wxIAccessible::accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeigh… in accLocation() argument
470 … HRESULT hResult = childAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
475 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
478 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
482 *pxLeft = rect.x; in accLocation()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/ole/
H A Daccess.cpp207 …STDMETHODIMP accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeight, VARIANT var…
448 STDMETHODIMP wxIAccessible::accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeigh… in accLocation() argument
470 … HRESULT hResult = childAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
475 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
478 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
482 *pxLeft = rect.x; in accLocation()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/ole/
H A Daccess.cpp206 …STDMETHODIMP accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeight, VARIANT var…
447 STDMETHODIMP wxIAccessible::accLocation ( long* pxLeft, long* pyTop, long* pcxWidth, long* pcyHeigh… in accLocation() argument
469 … HRESULT hResult = childAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varID); in accLocation()
474 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
477 …return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->accLocation(pxLeft, pyTop, pcxWidth, p… in accLocation()
481 *pxLeft = rect.x; in accLocation()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp637 LazyInstantiator::accLocation(long* pxLeft, long* pyTop, long* pcxWidth, in accLocation() argument
640 return mWeakAccessible->accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, in accLocation()

123456