Home
last modified time | relevance | path

Searched refs:LONG_PTR (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl49 [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 DUNOXWrapper.h45 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 DMAccessible.cpp1341 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 DEnumVariant.cpp59 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 DMAccessible.h203 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 DAccTable.cpp71 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 DAccAction.cpp103 STDMETHODIMP CAccAction::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
113 STDMETHODIMP CAccAction::put_XSubInterface(LONG_PTR pXSubInterface) in put_XSubInterface()
H A DAccAction.h98 STDMETHOD(put_XInterface)(LONG_PTR pXInterface);
101 STDMETHOD(put_XSubInterface)(LONG_PTR pXSubInterface);
H A DAccHyperLink.h124 STDMETHOD(put_XInterface)(LONG_PTR pXInterface);
127 STDMETHOD(put_XSubInterface)(LONG_PTR pXSubInterface);
H A DAccRelation.cpp114 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 DAccHyperLink.cpp253 STDMETHODIMP CAccHyperLink::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
287 STDMETHODIMP CAccHyperLink::put_XSubInterface(LONG_PTR pXSubInterface) in put_XSubInterface()
H A DAccHypertext.cpp341 wrapper->put_XSubInterface((LONG_PTR)pRLink.get()/*pXI*/); in get_hyperlink()
386 STDMETHODIMP CAccHypertext::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
H A DAccComponent.cpp68 STDMETHODIMP CAccComponent::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
H A DAccComponentBase.h66 STDMETHOD(put_XInterface)(LONG_PTR pXInterface);
H A DAccRelation.h78 STDMETHOD(put_XSubInterface)(LONG_PTR pXSubInterface);
H A DAccImage.cpp78 STDMETHODIMP CAccImage::put_XInterface(LONG_PTR pXInterface) in put_XInterface()
H A DAccComponent.h93 STDMETHOD(put_XInterface)(LONG_PTR pXInterface);
/trunk/main/vcl/inc/win/
H A Dsaldata.hxx351 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 Dwincomp.hxx149 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 DAccObjectWinManager.hxx57 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 Dsaldata.cxx117 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 DAccObject.cxx74 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 Dplayer.cxx221 … 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 DFileOpenDlg.cxx576 reinterpret_cast<LONG_PTR>(CFileOpenDialog::BaseDlgProc))); in ofnHookProc()
618 reinterpret_cast<LONG_PTR>(pImpl->m_pfnBaseDlgProc)); in BaseDlgProc()
H A DWinFileOpenImpl.cxx539 reinterpret_cast<LONG_PTR>(pImpl->m_pfnOldDlgProc)); in SubClassFunc()
891 reinterpret_cast<LONG_PTR>(SubClassFunc))); in onInitDialog()

12