| /trunk/main/winaccessibility/source/UAccCOMIDL/ |
| H A D | UAccCOM.idl | 49 [id(19), helpstring("method SetXAccessible")] HRESULT SetXAccessible( LONG_PTR XAccessible); 50 … [id(20), helpstring("method GetUNOInterface")] HRESULT GetUNOInterface(LONG_PTR* UNOInterface); 51 [id(23), helpstring("method SetDefaultAction")] HRESULT SetDefaultAction(LONG_PTR pAction); 53 [id(25), helpstring("method Put_XAccAgent")] HRESULT Put_XAccAgent(LONG_PTR pAgent); 67 [id(2), helpstring("method PutSelection")] HRESULT PutSelection(LONG_PTR pXSeletion); 78 [id(1), helpstring("method put_XInterface")] HRESULT put_XInterface(LONG_PTR pXInterface); 79 …[id(2), helpstring("method put_XSubInterface")] HRESULT put_XSubInterface(LONG_PTR pXSubInterface); 80 …[id(3), helpstring("method get_XInterface")] HRESULT get_XInterface([out,retval]LONG_PTR* pXInterf… 81 …tring("method get_XSubInterface")] HRESULT get_XSubInterface([out,retval]LONG_PTR* pXSubInterface);
|
| /trunk/main/winaccessibility/source/UAccCOM/ |
| H A D | UNOXWrapper.h | 45 STDMETHOD(put_XInterface)(LONG_PTR pXInterface) in put_XInterface() 51 STDMETHOD(put_XSubInterface)(LONG_PTR) in put_XSubInterface() argument 56 STDMETHOD(get_XInterface)(/*[out,retval]*/LONG_PTR *pXInterface) in get_XInterface() 58 *pXInterface = (LONG_PTR)pUNOInterface;//.get(); in get_XInterface() 62 STDMETHOD(get_XSubInterface)(/*[out,retval]*/LONG_PTR *) in get_XSubInterface() argument
|
| H A D | MAccessible.cpp | 1341 STDMETHODIMP CMAccessible::Put_XAccAgent(LONG_PTR pAgent) in Put_XAccAgent() 1396 BOOL isGet = get_IAccessibleFromXAccessible((LONG_PTR)pXChild.get(),&pChild); in GetChildInterface() 1401 isGet = get_IAccessibleFromXAccessible((LONG_PTR)pXChild.get(),&pChild); in GetChildInterface() 1466 pCurChild->GetUNOInterface((LONG_PTR*)&pChildXAcc); in GetNavigateChildForDM() 1735 wrapper->put_XSubInterface((LONG_PTR)&accRelation); in get_relation() 1798 wrapper->put_XSubInterface((LONG_PTR)&accRelation); in get_relations() 2276 STDMETHODIMP CMAccessible::SetXAccessible(LONG_PTR pXAcc) in SetXAccessible() 2280 m_pEnumVar->PutSelection(/*XAccessibleSelection*/(LONG_PTR)pUNOInterface); in SetXAccessible() 2335 LONG_PTR pTempUNO = 0; in accSelect() 2391 STDMETHODIMP CMAccessible::GetUNOInterface(LONG_PTR* pXAcc) in GetUNOInterface() [all …]
|
| H A D | EnumVariant.cpp | 59 BOOL isGet = CMAccessible::get_IAccessibleFromXAccessible((LONG_PTR)pRXAcc.get(),&pChild); in Next() 69 … BOOL isGet = CMAccessible::get_IAccessibleFromXAccessible((LONG_PTR)pRXAcc.get(),&pChild); in Next() 136 penum->PutSelection((LONG_PTR)pUNOInterface); in Clone() 222 STDMETHODIMP CEnumVariant::PutSelection(LONG_PTR pXSelection) in PutSelection()
|
| H A D | MAccessible.h | 203 STDMETHOD(Put_XAccAgent)(LONG_PTR pAgent); 206 STDMETHOD(SetDefaultAction)(LONG_PTR pAction); 207 STDMETHOD(GetUNOInterface)(LONG_PTR*); 208 STDMETHOD(SetXAccessible)(LONG_PTR); 274 static BOOL get_IAccessibleFromXAccessible(LONG_PTR pXAcc,IAccessible** ppIA);
|
| H A D | AccTable.cpp | 71 BOOL isTRUE = CMAccessible::get_IAccessibleFromXAccessible((LONG_PTR)pRAcc.get(),&pRet); in get_accessibleAt() 83 isTRUE = CMAccessible::get_IAccessibleFromXAccessible((LONG_PTR)pRAcc.get(),&pRet); in get_accessibleAt() 225 ((CMAccessible*)m_pIMacc)->SetXAccessible((LONG_PTR)pRXColumnHeader.get()); in get_columnHeader() 457 ((CMAccessible*)m_pIMacc)->SetXAccessible((LONG_PTR)pRXRowHeader.get()); in get_rowHeader() 573 BOOL isTRUE = CMAccessible::get_IAccessibleFromXAccessible((LONG_PTR)pRAcc.get(),&pRet); in get_summary() 866 STDMETHODIMP CAccTable::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
|
| H A D | AccAction.cpp | 103 STDMETHODIMP CAccAction::put_XInterface(LONG_PTR pXInterface) in put_XInterface() 113 STDMETHODIMP CAccAction::put_XSubInterface(LONG_PTR pXSubInterface) in put_XSubInterface()
|
| H A D | AccAction.h | 98 STDMETHOD(put_XInterface)(LONG_PTR pXInterface); 101 STDMETHOD(put_XSubInterface)(LONG_PTR pXSubInterface);
|
| H A D | AccHyperLink.h | 124 STDMETHOD(put_XInterface)(LONG_PTR pXInterface); 127 STDMETHOD(put_XSubInterface)(LONG_PTR pXSubInterface);
|
| H A D | AccRelation.cpp | 114 BOOL isGet = CMAccessible::get_IAccessibleFromXAccessible((LONG_PTR)pRAcc.get(),&pRet); in get_target() 177 STDMETHODIMP CAccRelation::put_XSubInterface(LONG_PTR pXSubInterface) in put_XSubInterface()
|
| H A D | AccHyperLink.cpp | 253 STDMETHODIMP CAccHyperLink::put_XInterface(LONG_PTR pXInterface) in put_XInterface() 287 STDMETHODIMP CAccHyperLink::put_XSubInterface(LONG_PTR pXSubInterface) in put_XSubInterface()
|
| H A D | AccHypertext.cpp | 341 wrapper->put_XSubInterface((LONG_PTR)pRLink.get()/*pXI*/); in get_hyperlink() 386 STDMETHODIMP CAccHypertext::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
|
| H A D | AccComponent.cpp | 68 STDMETHODIMP CAccComponent::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
|
| H A D | AccComponentBase.h | 66 STDMETHOD(put_XInterface)(LONG_PTR pXInterface);
|
| H A D | AccRelation.h | 78 STDMETHOD(put_XSubInterface)(LONG_PTR pXSubInterface);
|
| H A D | AccImage.cpp | 78 STDMETHODIMP CAccImage::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
|
| H A D | AccComponent.h | 93 STDMETHOD(put_XInterface)(LONG_PTR pXInterface);
|
| /trunk/main/vcl/inc/win/ |
| H A D | saldata.hxx | 351 LONG_PTR ImplSetWindowLong( HWND hWnd, int nIndex, LONG_PTR newLong ); 352 LONG_PTR ImplGetWindowLong( HWND hWnd, int nIndex ); 361 ImplSetWindowLong( hWnd, SAL_FRAME_THIS, (LONG_PTR)pThis ); in SetWindowPtr() 371 ImplSetWindowLong( hWnd, SAL_OBJECT_THIS, (LONG_PTR)pThis ); in SetSalObjWindowPtr()
|
| H A D | wincomp.hxx | 149 SetClassLongPtr( hWnd, GCLP_HCURSOR, (LONG_PTR)hCursor ); in SetClassCursor() 159 SetClassLongPtr( hWnd, GCLP_HICON, (LONG_PTR)hIcon ); in SetClassIcon() 169 return (HBRUSH)SetClassLongPtr( hWnd, GCLP_HBRBACKGROUND, (LONG_PTR)hBrush ); in SetClassBrush()
|
| /trunk/main/winaccessibility/inc/ |
| H A D | AccObjectWinManager.hxx | 57 return LONG_PTR(s1)<LONG_PTR(s2); in operator ()() 64 return LONG_PTR(s1)<LONG_PTR(s2); in operator ()()
|
| /trunk/main/vcl/win/source/app/ |
| H A D | saldata.cxx | 117 LONG_PTR ImplSetWindowLong( HWND hWnd, int nIndex, LONG_PTR newLong ) in ImplSetWindowLong() 124 LONG_PTR ImplGetWindowLong( HWND hWnd, int nIndex ) in ImplGetWindowLong()
|
| /trunk/main/winaccessibility/source/service/ |
| H A D | AccObject.cxx | 74 m_pIMAcc->SetXAccessible((LONG_PTR) m_xAccRef.get()); in AccObject() 75 m_pIMAcc->Put_XAccAgent((LONG_PTR)pAgent); in AccObject() 76 m_pIMAcc->SetDefaultAction((LONG_PTR)m_xAccActionRef.get()); in AccObject() 226 m_pIMAcc->SetDefaultAction((LONG_PTR)m_xAccActionRef.get()); in UpdateAction()
|
| /trunk/main/avmedia/source/win/ |
| H A D | player.cxx | 221 … mpME->SetNotifyWindow( (OAHWND) nNotifyWnd, WM_GRAPHNOTIFY, reinterpret_cast< LONG_PTR>( this ) ); in setNotifyWnd() 240 LONG_PTR nParam1, nParam2; in processEvent()
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | FileOpenDlg.cxx | 576 reinterpret_cast<LONG_PTR>(CFileOpenDialog::BaseDlgProc))); in ofnHookProc() 618 reinterpret_cast<LONG_PTR>(pImpl->m_pfnBaseDlgProc)); in BaseDlgProc()
|
| H A D | WinFileOpenImpl.cxx | 539 reinterpret_cast<LONG_PTR>(pImpl->m_pfnOldDlgProc)); in SubClassFunc() 891 reinterpret_cast<LONG_PTR>(SubClassFunc))); in onInitDialog()
|