Home
last modified time | relevance | path

Searched refs:pClassID (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java672 byte[] pClassID = new byte[16]; in createEmbedObject()
679 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
686 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
693 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
700 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
707 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
714 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
721 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
724 if ( pClassID != null ) in createEmbedObject()
734 Object oEmbObj = xEmbedFactory.createInstanceInitNew( pClassID, in createEmbedObject()
/aoo4110/main/embeddedobj/test/Container1/
H A DEmbedContApp.java1219 byte[] pClassID = new byte[16]; in createEmbedObject()
1226 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1233 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1240 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1247 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1254 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1261 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1268 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1275 pClassID[ind] = (byte)pTempClassID[ind]; in createEmbedObject()
1278 if ( pClassID != null ) in createEmbedObject()
[all …]
/aoo4110/main/shell/source/win32/shlxthandler/infotips/
H A Dinfotips.cxx332 HRESULT STDMETHODCALLTYPE CInfoTip::GetClassID(CLSID* pClassID) in GetClassID() argument
334 pClassID = const_cast<CLSID*>(&CLSID_INFOTIP_HANDLER); in GetClassID()
/aoo4110/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx492 HRESULT STDMETHODCALLTYPE CThumbviewer::GetClassID(CLSID* pClassID) in GetClassID() argument
494 pClassID = const_cast<CLSID*>(&CLSID_THUMBVIEWER_HANDLER); in GetClassID()
/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx609 SCODE STDMETHODCALLTYPE COooFilter::GetClassID(CLSID * pClassID) in GetClassID() argument
611 *pClassID = CLSID_COooFilter; in GetClassID()
H A Dooofilt.hxx124 CLSID * pClassID);
/aoo4110/main/shell/inc/internal/
H A Dinfotips.hxx68 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
H A Dthumbviewer.hxx80 virtual HRESULT STDMETHODCALLTYPE GetClassID(CLSID* pClassID);
/aoo4110/main/embedserv/source/inc/
H A Dembeddoc.hxx84 STDMETHOD(GetClassID)(CLSID *pClassID);
/aoo4110/main/embedserv/source/inprocserv/
H A Dinprocembobj.h185 STDMETHOD(GetClassID)(CLSID *pClassID);

Completed in 109 milliseconds