| /trunk/main/winaccessibility/source/UAccCOM/ |
| H A D | UNOXWrapper.h | 45 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 D | AccComponent.cpp | 68 STDMETHODIMP CAccComponent::put_XInterface(long pXInterface) in put_XInterface() argument 71 return CAccComponentBase::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccImage.cpp | 78 STDMETHODIMP CAccImage::put_XInterface(long pXInterface) in put_XInterface() argument 84 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccAction.cpp | 103 STDMETHODIMP CAccAction::put_XInterface(long pXInterface) in put_XInterface() argument 106 return CAccActionBase::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccComponentBase.cpp | 188 STDMETHODIMP CAccComponentBase::put_XInterface(long pXInterface) in put_XInterface() argument 195 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccText.cpp | 277 STDMETHODIMP CAccText::put_XInterface(long pXInterface) in put_XInterface() argument 280 return CAccTextBase::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccHyperLink.cpp | 253 STDMETHODIMP CAccHyperLink::put_XInterface(long pXInterface) in put_XInterface() argument 260 CAccActionBase::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccValue.cpp | 201 STDMETHODIMP CAccValue::put_XInterface(long pXInterface) in put_XInterface() argument 207 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccHypertext.cpp | 386 STDMETHODIMP CAccHypertext::put_XInterface(long pXInterface) in put_XInterface() argument 392 CAccTextBase::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccActionBase.cpp | 253 STDMETHODIMP CAccActionBase::put_XInterface(long pXInterface) in put_XInterface() argument 259 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccEditableText.cpp | 485 STDMETHODIMP CAccEditableText::put_XInterface(long pXInterface) in put_XInterface() argument 491 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccTable.cpp | 866 STDMETHODIMP CAccTable::put_XInterface(long pXInterface) in put_XInterface() argument 873 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccTextBase.cpp | 946 STDMETHODIMP CAccTextBase::put_XInterface(long pXInterface) in put_XInterface() argument 953 CUNOXWrapper::put_XInterface(pXInterface); in put_XInterface()
|
| H A D | AccComponentBase.h | 66 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccComponent.h | 93 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccActionBase.h | 75 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccValue.h | 91 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccAction.h | 98 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccImage.h | 89 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccEditableText.h | 101 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccHyperLink.h | 124 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccTextBase.h | 110 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccText.h | 136 STDMETHOD(put_XInterface)(long pXInterface);
|
| H A D | AccHypertext.h | 153 STDMETHOD(put_XInterface)(long pXInterface);
|
| /trunk/main/winaccessibility/source/UAccCOMIDL/ |
| H A D | UAccCOM.idl | 78 [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);
|