Home
last modified time | relevance | path

Searched refs:DWORD (Results 251 – 275 of 324) sorted by last modified time

1...<<111213

/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx839 DWORD flags = wFlags & d.flags; in Invoke()
1205 STDMETHODIMP InterfaceOleWrapper_Impl::GetDispID(BSTR /*bstrName*/, DWORD /*grfdex*/, DISPID __RPC_… in GetDispID() argument
1229 /* [in] */ DWORD /*grfdex*/) in DeleteMemberByName() argument
1245 /* [in] */ DWORD /*grfdexFetch*/, in GetMemberProperties() argument
1246 /* [out] */ DWORD __RPC_FAR* /*pgrfdex*/) in GetMemberProperties()
1263 /* [in] */ DWORD /*grfdex*/, in GetNextDispID() argument
H A Dunoobjw.hxx144 /* [in] */ DWORD grfdex,
158 /* [in] */ DWORD grfdex);
165 /* [in] */ DWORD grfdexFetch,
166 /* [out] */ DWORD __RPC_FAR *pgrfdex);
173 /* [in] */ DWORD grfdex,
H A Dolethread.cxx43 typedef DECLSPEC_IMPORT HRESULT (STDAPICALLTYPE *ptrCoInitEx)( LPVOID, DWORD);
H A Doledll.cxx53 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in END_OBJECT_MAP()
H A Dservprov.hxx109 DWORD m_factoryHandle;
152 DWORD m_factoryHandle;
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp76 WINADVAPI LONG WINAPI RegDeleteKeyExA(HKEY,LPCSTR,REGSAM,DWORD);
83 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain()
403 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerNative_Impl()
600 DWORD nSubKeys = 0, nValues = 0; in DllUnregisterServerDoc_Impl()
677 DWORD nLen = 0; in DllRegisterServer()
678 DWORD nLibNameLen = strlen( bX64 ? X64_LIB_NAME : X32_LIB_NAME ); in DllRegisterServer()
H A DSOActiveX.cpp711 …CallbackCreateXInputStream( CBindStatusCallback<CSOActiveX>* /*pbsc*/, BYTE* pBytes, DWORD dwSize ) in CallbackCreateXInputStream()
748 for( DWORD ix = 0; ix < dwSize; ix++ ) in CallbackCreateXInputStream()
H A DSOActiveX.h85 DWORD mCookie;
190 …void CallbackCreateXInputStream( CBindStatusCallback<CSOActiveX>* pbsc, BYTE* pBytes, DWORD dwSize…
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx32 void WriteDebugInfo( DWORD pThis, char* pString, DWORD nToWrite ) in WriteDebugInfo()
47 DWORD dwWritten = 0; in WriteDebugInfo()
271 DWORD nRegID = 0; in CheckDefHandler()
287 DWORD nRegID = 0; in CheckDefHandler()
315 DWORD nResult = 0; in InsertAdviseLinkToList()
912 STDMETHODIMP InprocEmbedDocument_Impl::GetMoniker( DWORD dwAssign, DWORD dwWhichMoniker, IMoniker *… in GetMoniker()
1136 DWORD nRegID = 0; in Advise()
1200 STDMETHODIMP InprocEmbedDocument_Impl::GetMiscStatus( DWORD dwAspect, DWORD * pdwStatus ) in GetMiscStatus()
1360 DWORD nRegID = 0; in DAdvise()
1581 STDMETHODIMP InprocEmbedDocument_Impl::SetAdvise( DWORD aspects, DWORD advf, IAdviseSink *pAdvSink ) in SetAdvise()
[all …]
H A Dinprocembobj.h78 DWORD m_nFileOpenMode;
109 STDMETHOD(Cache)( FORMATETC *pformatetc, DWORD advf, DWORD *pdwConnection);
154 STDMETHOD(Close) ( DWORD dwSaveOption);
156 STDMETHOD(GetMoniker) ( DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk );
170 STDMETHOD(GetMiscStatus) ( DWORD dwAspect, DWORD *pdwStatus );
180 …STDMETHOD(DAdvise) ( FORMATETC * pFormatetc, DWORD advf, IAdviseSink * pAdvSink, DWORD * pdwConnec…
181 STDMETHOD(DUnadvise) ( DWORD dwConnection );
211 STDMETHOD(Freeze)( DWORD dwDrawAspect, LONG lindex, void *pvAspect, DWORD *pdwFreeze);
212 STDMETHOD(Unfreeze)( DWORD dwFreeze);
213 STDMETHOD(SetAdvise)( DWORD aspects, DWORD advf, IAdviseSink *pAdvSink);
[all …]
H A Dsmartpointer.hxx30 #define WRITEDEBUGINFOINTERN( x ) WriteDebugInfo( (DWORD)this, x, sizeof( x ) )
43 void WriteDebugInfo( DWORD pThis, char* pString, DWORD nToWrite );
H A Dadvisesink.cxx58 …erAdviseSink( const ComSmart< IAdviseSink >& pListener, FORMATETC* pFormatEtc, DWORD nDataRegFlag ) in OleWrapperAdviseSink()
81 …::OleWrapperAdviseSink( const ComSmart< IAdviseSink >& pListener, DWORD nAspect, DWORD nViewRegFla… in OleWrapperAdviseSink()
143 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange( DWORD dwAspect, LONG lindex ) in STDMETHODIMP_()
H A Dadvisesink.hxx35 DWORD m_nListenerID;
38 DWORD m_nAspect;
40 DWORD m_nRegID;
41 DWORD m_bObjectAdvise;
42 DWORD m_nDataRegFlag;
43 DWORD m_nViewRegFlag;
59 …OleWrapperAdviseSink( const ComSmart< IAdviseSink >& pListener, DWORD nAspect, DWORD nViewRegFlag …
63 void SetRegID( DWORD nRegID ) { m_nRegID = nRegID; } in SetRegID()
64 DWORD GetRegID() { return m_nRegID; } in GetRegID()
71 DWORD GetAspect() { return m_nAspect; } in GetAspect()
[all …]
H A Ddllentry.cxx90 HRESULT WriteLibraryToRegistry( char* pLibrary, DWORD nLen ) in WriteLibraryToRegistry()
165 extern "C" BOOL WINAPI DllMain( HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/ ) in DllMain()
214 DWORD nLen = GetModuleFileNameA( aCurModule, aLibPath, 1019 ); in DllRegisterServer()
/trunk/main/embedserv/source/embed/
H A Ded_idataobj.cxx282 STDMETHODIMP EmbedDocument_Impl::EnumFormatEtc( DWORD dwDirection, IEnumFORMATETC ** /*ppFormatetc*… in EnumFormatEtc()
290 …MP EmbedDocument_Impl::DAdvise( FORMATETC * pFormatetc, DWORD advf, IAdviseSink * pAdvSink, DWORD in DAdvise()
299 STDMETHODIMP EmbedDocument_Impl::DUnadvise( DWORD dwConnection ) in DUnadvise()
H A Ded_ioleobject.cxx67 STDMETHODIMP EmbedDocument_Impl::Close( DWORD dwSaveOption ) in Close()
118 STDMETHODIMP EmbedDocument_Impl::SetMoniker( DWORD /*dwWhichMoniker*/, IMoniker * /*pmk*/ ) in SetMoniker() argument
123 STDMETHODIMP EmbedDocument_Impl::GetMoniker( DWORD /*dwAssign*/, DWORD /*dwWhichMoniker*/, IMoniker… in GetMoniker() argument
281 STDMETHODIMP EmbedDocument_Impl::SetExtent( DWORD /*dwDrawAspect*/, SIZEL *psizel ) in SetExtent() argument
291 STDMETHODIMP EmbedDocument_Impl::GetExtent( DWORD /*dwDrawAspect*/, SIZEL * psizel ) in GetExtent() argument
306 STDMETHODIMP EmbedDocument_Impl::Advise( IAdviseSink *pAdvSink, DWORD *pdwConnection ) in Advise()
312 m_aAdviseHashMap.insert( ::std::pair< DWORD, IAdviseSink* >( m_nAdviseNum, pAdvSink ) ); in Advise()
318 STDMETHODIMP EmbedDocument_Impl::Unadvise( DWORD dwConnection ) in Unadvise()
337 STDMETHODIMP EmbedDocument_Impl::GetMiscStatus( DWORD /*dwAspect*/, DWORD * /*pdwStatus*/ ) in GetMiscStatus() argument
406 DWORD STDMETHODCALLTYPE EmbedDocument_Impl::AddConnection( DWORD , DWORD ) in AddConnection() argument
[all …]
H A Ded_ipersiststr.cxx204 …mpl::fillArgsForLoading_Impl( uno::Reference< io::XInputStream > xStream, DWORD /*nStreamMode*/, L… in fillArgsForLoading_Impl() argument
407 DWORD nStreamMode = aStat.grfMode; in InitNew()
496 DWORD nStreamMode = aStat.grfMode; in Load()
608 DWORD nStreamMode = aStat.grfMode; in Save()
712 DWORD nStreamMode = aStat.grfMode; in SaveCompleted()
756 STDMETHODIMP EmbedDocument_Impl::Load( LPCOLESTR pszFileName, DWORD /*dwMode*/ ) in Load() argument
764 DWORD nStreamMode = STGM_CREATE | STGM_READWRITE | STGM_DELETEONRELEASE | STGM_SHARE_EXCLUSIVE; in Load()
H A Desdll.cxx65 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /*lpReserved*/) in DllMain()
H A Dservprov.cxx88 typedef DECLSPEC_IMPORT HRESULT (STDAPICALLTYPE *ptrCoInitEx)( LPVOID, DWORD);
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx64 DWORD nStreamMode,
101 …STDMETHOD(DAdvise) ( FORMATETC * pFormatetc, DWORD advf, IAdviseSink * pAdvSink, DWORD * pdwConnec…
102 STDMETHOD(DUnadvise) ( DWORD dwConnection );
109 STDMETHOD(Close) ( DWORD dwSaveOption);
111 STDMETHOD(GetMoniker) ( DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk );
123 STDMETHOD(Unadvise) ( DWORD dwConnection );
125 STDMETHOD(GetMiscStatus) ( DWORD dwAspect, DWORD *pdwStatus );
137 STDMETHOD(Load) ( LPCOLESTR pszFileName, DWORD dwMode );
149 virtual DWORD STDMETHODCALLTYPE AddConnection( DWORD extconn, DWORD reserved);
150 …virtual DWORD STDMETHODCALLTYPE ReleaseConnection( DWORD extconn, DWORD reserved, BOOL fLastReleas…
[all …]
H A Dservprov.hxx91 DWORD m_factoryHandle;
/trunk/main/embeddedobj/source/msole/
H A Dadvisesink.cxx89 STDMETHODIMP_(void) OleWrapperAdviseSink::OnViewChange(DWORD dwAspect, LONG) in STDMETHODIMP_()
H A Dadvisesink.hxx47 STDMETHODIMP_(void) OnViewChange(DWORD, LONG);
H A Dolecomponent.cxx235 DWORD GetAspectFromFlavor( const datatransfer::DataFlavor& aFlavor ) in GetAspectFromFlavor()
248 ::rtl::OUString GetFlavorSuffixFromAspect( DWORD nAsp ) in GetFlavorSuffixFromAspect()
692 DWORD nNum; in InitializeObject_Impl()
698 DWORD nConn; in InitializeObject_Impl()
936 DWORD aMonType = 0; in InitEmbeddedCopyOfLink()
1122 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in SetExtent()
1144 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetExtent()
1226 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetCachedExtent()
1252 DWORD nMSAspect = ( DWORD )nAspect; // first 32 bits are for MS aspects in GetReccomendedExtent()
1268 m_pNativeImpl->m_pOleObject->GetMiscStatus( ( DWORD )nAspect, ( DWORD* )&nResult ); in GetMiscStatus()
[all …]
H A Dolewrapclient.cxx110 STDMETHODIMP OleWrapperClientSite::GetMoniker( DWORD, DWORD, LPMONIKER *ppmk ) in GetMoniker() argument

Completed in 104 milliseconds

1...<<111213