Home
last modified time | relevance | path

Searched refs:pXInterface (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/winaccessibility/source/UAccCOM/
H A DUNOXWrapper.h45 STDMETHOD(put_XInterface)(long pXInterface) in STDMETHOD()
47 pUNOInterface = (com::sun::star::accessibility::XAccessible*)pXInterface; in STDMETHOD()
56 STDMETHOD(get_XInterface)(/*[out,retval]*/long *pXInterface) in STDMETHOD()
58 *pXInterface = (long)pUNOInterface;//.get(); in STDMETHOD()
H A DAccComponent.cpp68 STDMETHODIMP CAccComponent::put_XInterface(long pXInterface) in put_XInterface() argument
71 return CAccComponentBase::put_XInterface(pXInterface); in put_XInterface()
H A DAccImage.cpp78 STDMETHODIMP CAccImage::put_XInterface(long pXInterface) in put_XInterface() argument
84 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
H A DAccAction.cpp103 STDMETHODIMP CAccAction::put_XInterface(long pXInterface) in put_XInterface() argument
106 return CAccActionBase::put_XInterface(pXInterface); in put_XInterface()
H A DAccComponentBase.cpp188 STDMETHODIMP CAccComponentBase::put_XInterface(long pXInterface) in put_XInterface() argument
195 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
H A DAccHyperLink.cpp253 STDMETHODIMP CAccHyperLink::put_XInterface(long pXInterface) in put_XInterface() argument
260 CAccActionBase::put_XInterface(pXInterface); in put_XInterface()
H A DAccText.cpp277 STDMETHODIMP CAccText::put_XInterface(long pXInterface) in put_XInterface() argument
280 return CAccTextBase::put_XInterface(pXInterface); in put_XInterface()
H A DAccValue.cpp201 STDMETHODIMP CAccValue::put_XInterface(long pXInterface) in put_XInterface() argument
207 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
H A DAccHypertext.cpp386 STDMETHODIMP CAccHypertext::put_XInterface(long pXInterface) in put_XInterface() argument
392 CAccTextBase::put_XInterface(pXInterface); in put_XInterface()
H A DAccActionBase.cpp253 STDMETHODIMP CAccActionBase::put_XInterface(long pXInterface) in put_XInterface() argument
259 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
H A DAccEditableText.cpp485 STDMETHODIMP CAccEditableText::put_XInterface(long pXInterface) in put_XInterface() argument
491 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
H A DAccTable.cpp866 STDMETHODIMP CAccTable::put_XInterface(long pXInterface) in put_XInterface() argument
873 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
H A DAccTextBase.cpp946 STDMETHODIMP CAccTextBase::put_XInterface(long pXInterface) in put_XInterface() argument
953 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
H A DAccComponentBase.h66 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccComponent.h93 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccAction.h98 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccActionBase.h75 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccValue.h91 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccImage.h89 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccEditableText.h101 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccHyperLink.h124 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccTextBase.h110 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccText.h136 STDMETHOD(put_XInterface)(long pXInterface);
H A DAccHypertext.h153 STDMETHOD(put_XInterface)(long pXInterface);
/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl78 [id(1), helpstring("method put_XInterface")] HRESULT put_XInterface(long pXInterface);
80 …[id(3), helpstring("method get_XInterface")] HRESULT get_XInterface([out,retval]long* pXInterface);

Completed in 63 milliseconds

12