| /trunk/main/connectivity/source/drivers/ado/ ! |
| H A D | Awrapado.cxx | 61 pInterface->get_Properties(&pProps); in get_Properties() 69 OSL_ENSURE(pInterface,"Interface is null!"); in GetConnectionString() 71 pInterface->get_ConnectionString(&aBSTR); in GetConnectionString() 77 OSL_ENSURE(pInterface,"Interface is null!"); in PutConnectionString() 79 sal_Bool bErg = SUCCEEDED(pInterface->put_ConnectionString(bstr)); in PutConnectionString() 86 OSL_ENSURE(pInterface,"Interface is null!"); in GetCommandTimeout() 88 pInterface->get_CommandTimeout(&nRet); in GetCommandTimeout() 94 OSL_ENSURE(pInterface,"Interface is null!"); in PutCommandTimeout() 95 pInterface->put_CommandTimeout(nRet); in PutCommandTimeout() 100 OSL_ENSURE(pInterface,"Interface is null!"); in GetConnectionTimeout() [all …]
|
| /trunk/main/cppu/inc/com/sun/star/uno/ ! |
| H A D | Reference.hxx | 44 XInterface * pInterface, const Type & rType ) in iquery() argument 47 if (pInterface) in iquery() 49 Any aRet( pInterface->queryInterface( rType ) ); in iquery() 62 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery() argument 64 return BaseReference::iquery(pInterface, interface_type::static_type()); in iquery() 75 XInterface * pInterface, const Type & rType ) in iquery_throw() argument 78 XInterface * pQueried = iquery( pInterface, rType ); in iquery_throw() 83 Reference< XInterface >( pInterface ) ); in iquery_throw() 88 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery_throw() argument 91 pInterface, interface_type::static_type()); in iquery_throw() [all …]
|
| H A D | Reference.h | 71 inline static XInterface * SAL_CALL iquery( XInterface * pInterface, const Type & rType ) 81 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface, const Type & rType ) 106 inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW( () ); 113 inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW( () ); 185 inline static XInterface * SAL_CALL iquery( XInterface * pInterface ) 194 inline static XInterface * SAL_CALL iquery_throw( XInterface * pInterface ) 201 inline static interface_type * SAL_CALL iset_throw( interface_type * pInterface ) 267 inline Reference( interface_type * pInterface ) SAL_THROW( () ); 274 inline Reference( interface_type * pInterface, __sal_NoAcquire ) SAL_THROW( () ); 282 inline Reference( interface_type * pInterface, UnoReference_NoAcquire ) SAL_THROW( () ); [all …]
|
| /trunk/main/cppu/source/helper/purpenv/ ! |
| H A D | helper_purpenv_Environment.cxx | 58 … void * pInterface); 72 … void * pInterface); 74 … void * pInterface); 76 … void * pInterface); 94 void revokeInterface (void * pInterface); 95 void getObjectIdentifier (void * pInterface, 103 void computeObjectIdentifier(void * pInterface, 105 void acquireInterface (void * pInterface); 106 void releaseInterface (void * pInterface); 179 static void SAL_CALL s_revokeInterface(uno_ExtEnvironment * pExtEnv, void * pInterface) in s_revokeInterface() argument [all …]
|
| /trunk/main/cppu/source/uno/ ! |
| H A D | lbenv.cxx | 78 void * pInterface; member 94 void * pInterface, typelib_InterfaceTypeDescription * pTypeDescr, 183 void * pInterface, typelib_InterfaceTypeDescription * pTypeDescr, in append() argument 188 (*pEnv->acquireInterface)( pEnv, pInterface ); in append() 190 aNewEntry.pInterface = pInterface; in append() 197 pInterface, this ) ) ); in append() 199 (find( pInterface, 0 ) >= 0 && in append() 245 if (aInterfaces[ pos ].pInterface == iface_ptr) in find() 285 if (pIEntry->pInterface != *ppInterface) in defenv_registerInterface() 287 void * pInterface = pIEntry->pInterface; in defenv_registerInterface() local [all …]
|
| H A D | cascade_mapping.cxx | 66 void * pInterface, 90 void * pInterface, in s_mapInterface() argument 94 pMediatorMapping->mapInterface(ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface() 143 void * pInterface = va_arg(*pParam, void *); in s_mapInterface_v() local 147 pMapping->mapInterface(pMapping, ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface_v() 152 void * pInterface, in mapInterface() argument 166 m_from.invoke(s_mapInterface_v, &pUnoI, pInterface, pInterfaceTypeDescr, m_from2uno.get()); in mapInterface()
|
| /trunk/main/connectivity/source/inc/ado/ ! |
| H A D | Aolewrap.hxx | 81 T* pInterface; member in connectivity::ado::WpOLEBase 84 WpOLEBase(T* pInt = NULL) : WpBase(pInt),pInterface(pInt){} in WpOLEBase() 91 pInterface = rhs.pInterface; in operator =() 98 pInterface = rhs.pInterface; in operator =() 111 operator T*() const { return static_cast<T*>(pInterface); } in operator T*() 114 pInterface = _pInterface; in setWithOutAddRef() 141 using WpOLEBase<Ts>::pInterface; 152 inline void Refresh(){pInterface->Refresh();} in Refresh() 157 …return pInterface ? (SUCCEEDED(pInterface->get_Count(&nCount)) ? nCount : sal_Int32(0)) : sal_Int3… in GetItemCount() 165 if(SUCCEEDED(pInterface->get_Item(OLEVariant(index), &pT))) in GetItem() [all …]
|
| /trunk/main/cppu/inc/uno/ ! |
| H A D | mapping.hxx | 160 …inline void * SAL_CALL mapInterface( void * pInterface, typelib_InterfaceTypeDescription * pTypeDe… 167 …inline void * SAL_CALL mapInterface( void * pInterface, typelib_TypeDescription * pTypeDescr ) con… in mapInterface() argument 168 { return mapInterface( pInterface, (typelib_InterfaceTypeDescription *)pTypeDescr ); } in mapInterface() 177 void * pInterface, const ::com::sun::star::uno::Type & rType ) const SAL_THROW( () ); 185 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescript… in mapInterface() argument 186 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface() 193 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTy… in mapInterface() argument 194 …{ (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pT… in mapInterface() 202 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, const ::com::sun::star::uno::… 269 void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() argument [all …]
|
| H A D | environment.h | 182 void * pInterface ); 192 void * pInterface ); 232 rtl_uString ** ppOId, void * pInterface ); 241 void * pInterface ); 250 void * pInterface );
|
| /trunk/main/embedserv/source/inprocserv/ ! |
| H A D | smartpointer.hxx | 53 T* pInterface = m_pInterface; in OwnRelease() local 55 pInterface->Release(); in OwnRelease() 71 ComSmart( T* pInterface ) in ComSmart() argument 72 : m_pInterface( pInterface ) in ComSmart() 95 ComSmart<T>& operator=( T* pInterface ) in operator =() argument 99 m_pInterface = pInterface; in operator =() 141 BOOL operator==( const T* pInterface ) const in operator ==() 143 return ( m_pInterface == pInterface ); in operator ==() 146 BOOL operator!=( const T* pInterface ) const in operator !=() 148 return ( m_pInterface != pInterface ); in operator !=()
|
| /trunk/main/fpicker/source/win32/filepicker/ ! |
| H A D | comptr.hxx | 49 ComPtr(T_INTERFACE* pInterface) in ComPtr() argument 51 m_pInterface = pInterface; in ComPtr() 116 T_INTERFACE* operator=(T_INTERFACE* pInterface) in operator =() argument 118 if ( equals(pInterface) ) in operator =() 122 m_pInterface = pInterface; in operator =() 154 void attach(T_INTERFACE* pInterface) in attach() argument 156 if (pInterface) in attach() 159 m_pInterface = pInterface; in attach() 166 T_INTERFACE* pInterface = m_pInterface; in detach() local 168 return pInterface; in detach()
|
| /trunk/main/sal/inc/systools/win32/ ! |
| H A D | comptr.hxx | 49 ComPtr(T_INTERFACE* pInterface) in ComPtr() argument 51 m_pInterface = pInterface; in ComPtr() 116 T_INTERFACE* operator=(T_INTERFACE* pInterface) in operator =() argument 118 if ( equals(pInterface) ) in operator =() 122 m_pInterface = pInterface; in operator =() 154 void attach(T_INTERFACE* pInterface) in attach() argument 156 if (pInterface) in attach() 159 m_pInterface = pInterface; in attach() 166 T_INTERFACE* pInterface = m_pInterface; in detach() local 168 return pInterface; in detach()
|
| /trunk/main/idlc/source/ ! |
| H A D | idlc.cxx | 132 AstInterface* pInterface = new AstInterface(OString("XInterface"), NULL, pParentScope); in predefineXInterface() local 133 pInterface->setDefined(); in predefineXInterface() 134 pInterface->setPredefined(true); in predefineXInterface() 135 pInterface->setPublished(); in predefineXInterface() 136 pParentScope->addDeclaration(pInterface); in predefineXInterface() 140 OString("queryInterface"), pInterface); in predefineXInterface() 145 pInterface->addMember(pOp); in predefineXInterface() 149 OString("acquire"), pInterface); in predefineXInterface() 150 pInterface->addMember(pOp); in predefineXInterface() 154 OString("release"), pInterface); in predefineXInterface() [all …]
|
| H A D | astscope.cxx | 235 AstInterface* pInterface = (AstInterface*)this; in lookupInInherited() local 237 if ( !pInterface ) in lookupInInherited() 241 if ( !pInterface->getScope() ) in lookupInInherited() 243 idlc()->error()->forwardLookupError(pInterface, scopedName); in lookupInInherited() 248 pInterface->getAllInheritedInterfaces().begin()); in lookupInInherited() 250 pInterface->getAllInheritedInterfaces().end()); in lookupInInherited()
|
| /trunk/main/cppu/source/typelib/ ! |
| H A D | typelib.cxx | 714 pTmp->pInterface = 0; in typelib_typedescription_newEmpty() 730 pTmp->pInterface = 0; in typelib_typedescription_newEmpty() 1277 typelib_InterfaceTypeDescription * pInterface = 0; in typelib_typedescription_newInterfaceMethod() local 1279 reinterpret_cast< typelib_TypeDescription ** >(&pInterface), in typelib_typedescription_newInterfaceMethod() 1281 if (pInterface == 0 in typelib_typedescription_newInterfaceMethod() 1282 || pInterface->aBase.eTypeClass != typelib_TypeClass_INTERFACE in typelib_typedescription_newInterfaceMethod() 1284 reinterpret_cast< typelib_TypeDescription ** >(&pInterface), false)) in typelib_typedescription_newInterfaceMethod() 1320 (*ppRet)->pInterface = pInterface; in typelib_typedescription_newInterfaceMethod() 1323 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newInterfaceMethod() 1324 && nAbsolutePosition < pInterface->nAllMembers); in typelib_typedescription_newInterfaceMethod() [all …]
|
| /trunk/main/binaryurp/source/ ! |
| H A D | proxy.cxx | 50 extern "C" void SAL_CALL proxy_acquireInterface(uno_Interface * pInterface) { in proxy_acquireInterface() argument 51 OSL_ASSERT(pInterface != 0); in proxy_acquireInterface() 52 static_cast< Proxy * >(pInterface)->do_acquire(); in proxy_acquireInterface() 55 extern "C" void SAL_CALL proxy_releaseInterface(uno_Interface * pInterface) { in proxy_releaseInterface() argument 56 OSL_ASSERT(pInterface != 0); in proxy_releaseInterface() 57 static_cast< Proxy * >(pInterface)->do_release(); in proxy_releaseInterface()
|
| /trunk/main/bridges/source/cpp_uno/shared/ ! |
| H A D | component.cxx | 103 void * pInterface = va_arg(*pParam, void *); in s_stub_computeObjectIdentifier() local 106 OSL_ENSURE( pEnv && ppOId && pInterface, "### null ptr!" ); in s_stub_computeObjectIdentifier() 107 if (pEnv && ppOId && pInterface) in s_stub_computeObjectIdentifier() 120 pInterface ), in s_stub_computeObjectIdentifier() 153 uno_ExtEnvironment * pExtEnv, rtl_uString ** ppOId, void * pInterface ) in computeObjectIdentifier() argument 156 …no_Environment_invoke(&pExtEnv->aBase, s_stub_computeObjectIdentifier, pExtEnv, ppOId, pInterface); in computeObjectIdentifier()
|
| H A D | cppinterfaceproxy.cxx | 93 void freeCppInterfaceProxy(uno_ExtEnvironment * pEnv, void * pInterface) in freeCppInterfaceProxy() argument 96 pInterface); in freeCppInterfaceProxy() 109 *(int *)pInterface = 0xdeadbabe; in freeCppInterfaceProxy() 190 CppInterfaceProxy * CppInterfaceProxy::castInterfaceToProxy(void * pInterface) in castInterfaceToProxy() argument 198 static_cast< char * >(pInterface) - offset); in castInterfaceToProxy()
|
| /trunk/main/sfx2/source/control/ ! |
| H A D | objface.cxx | 660 const SfxInterface* pInterface = this; in GetRealInterfaceForSlot() local 665 const SfxSlot *pLastSlot = (*pInterface)[pInterface->Count()-1]; in GetRealInterfaceForSlot() 666 const SfxSlot *pFirstSlot = (*pInterface)[0]; in GetRealInterfaceForSlot() 673 pInterface = pInterface->pGenoType; in GetRealInterfaceForSlot() 675 while ( pInterface ); in GetRealInterfaceForSlot() 677 return pInterface; in GetRealInterfaceForSlot()
|
| H A D | msgpool.cxx | 306 SfxInterface* pInterface = (*_pInterfaces)[_nCurInterface-nFirstInterface]; in SeekSlot() local 308 _nCurMsg < pInterface->Count(); in SeekSlot() 311 const SfxSlot* pMsg = (*pInterface)[_nCurMsg]; in SeekSlot() 353 SfxInterface* pInterface = (*_pInterfaces)[nInterface]; in NextSlot() local 354 while ( ++_nCurMsg < pInterface->Count() ) in NextSlot() 356 SfxSlot* pMsg = (*pInterface)[_nCurMsg]; in NextSlot()
|
| /trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/ ! |
| H A D | uno2cpp.cxx | 350 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local 353 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch() 355 if (pInterface) in unoInterfaceProxyDispatch() 359 &pInterface, pTD, 0 ); in unoInterfaceProxyDispatch() 360 (*pInterface->release)( pInterface ); in unoInterfaceProxyDispatch()
|
| /trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/ ! |
| H A D | uno2cpp.cxx | 323 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local 326 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch() 328 if (pInterface) in unoInterfaceProxyDispatch() 332 &pInterface, pTD, 0 ); in unoInterfaceProxyDispatch() 333 (*pInterface->release)( pInterface ); in unoInterfaceProxyDispatch()
|
| /trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/ ! |
| H A D | uno2cpp.cxx | 396 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local 399 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch() 401 if (pInterface) in unoInterfaceProxyDispatch() 405 &pInterface, pTD, 0 ); in unoInterfaceProxyDispatch() 406 (*pInterface->release)( pInterface ); in unoInterfaceProxyDispatch()
|
| /trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/ ! |
| H A D | uno2cpp.cxx | 409 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local 412 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch() 414 if (pInterface) in unoInterfaceProxyDispatch() 418 &pInterface, pTD, 0 ); in unoInterfaceProxyDispatch() 419 (*pInterface->release)( pInterface ); in unoInterfaceProxyDispatch()
|
| /trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ ! |
| H A D | uno2cpp.cxx | 386 uno_Interface * pInterface = 0; in cppu_unoInterfaceProxy_dispatch() local 389 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in cppu_unoInterfaceProxy_dispatch() 391 if (pInterface) in cppu_unoInterfaceProxy_dispatch() 395 &pInterface, pTD, 0 ); in cppu_unoInterfaceProxy_dispatch() 396 (*pInterface->release)( pInterface ); in cppu_unoInterfaceProxy_dispatch()
|