/trunk/main/connectivity/source/drivers/ado/ |
H A D | Awrapado.cxx | 223 pInterface->get_Mode(&eNum); in get_Mode() 251 pInterface->get_State(&nRet); in get_State() 273 return SUCCEEDED(pInterface->putref_ActiveConnection(pCon->pInterface)); in putref_ActiveConnection() 319 pInterface->get_State(&nRet); in get_State() 411 pInterface->get_Name(&aBSTR); in GetName() 516 pInterface->get_Name(&aBSTR); in GetName() 524 pInterface->get_Type(&eType); in GetADOType() 629 pInterface->put_Type(eType); in PutADOType() 647 if(pInterface) in GetValue() 655 if(pInterface) in GetValue() [all …]
|
/trunk/main/cppu/inc/com/sun/star/uno/ |
H A D | Reference.hxx | 47 if (pInterface) in iquery() 98 if (pInterface) in iset_throw() 100 pInterface->acquire(); in iset_throw() 101 return pInterface; in iset_throw() 160 _pInterface = iquery( pInterface ); in Reference() 224 if (pInterface) in set() 230 return (0 != pInterface); in set() 241 return (0 != pInterface); in set() 335 set( pInterface ); in operator =() 369 if (_pInterface == pInterface) in operator ==() [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 | 182 pBase->revokeInterface(pInterface); in s_revokeInterface() 221 pBase->acquireInterface(pInterface); in s_acquireInterface() 226 pBase->releaseInterface(pInterface); in s_releaseInterface() 357 pRevokeInterface(pExtEnv, pInterface); in s_revokeInterface_v() 360 void Base::revokeInterface(void * pInterface) in revokeInterface() argument 365 pInterface, in revokeInterface() 386 pInterface, in getObjectIdentifier() 460 pInterface, in computeObjectIdentifier() 473 pAcquireInterface(pExtEnv, pInterface); in s_acquireInterface_v() 489 pReleaseInterface(pExtEnv, pInterface); in s_releaseInterface_v() [all …]
|
/trunk/main/cppu/source/uno/ |
H A D | lbenv.cxx | 78 void * pInterface; member 190 aNewEntry.pInterface = pInterface; in append() 199 (find( pInterface, 0 ) >= 0 && in append() 287 void * pInterface = pIEntry->pInterface; in defenv_registerInterface() local 291 *ppInterface = pInterface; in defenv_registerInterface() 344 void * pInterface = pIEntry->pInterface; in defenv_registerProxyInterface() local 349 *ppInterface = pInterface; in defenv_registerProxyInterface() 371 that->aPtr2ObjectMap.find( pInterface ) ); in s_stub_defenv_revokeInterface() 416 OSL_ASSERT( entry.pInterface == pInterface ); in s_stub_defenv_revokeInterface() 471 that->aPtr2ObjectMap.find( pInterface ) ); in defenv_getObjectIdentifier() [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 =() 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() 174 if(SUCCEEDED(pInterface->get_Item(index, &pT))) in GetItem() 183 if (FAILED(pInterface->get_Item(OLEVariant(sStr), &pT))) in GetItem() [all …]
|
/trunk/main/cppu/inc/uno/ |
H A D | mapping.hxx | 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( () ); 186 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface() 194 …{ (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pT… in mapInterface() 269 void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() argument 276 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pTD … in mapInterface() 282 void * pInterface, typelib_InterfaceTypeDescription * pTypeDescr ) const in mapInterface() argument 286 (*_pMapping->mapInterface)( _pMapping, &pOut, pInterface, pTypeDescr ); in mapInterface() 291 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() 1281 if (pInterface == 0 in typelib_typedescription_newInterfaceMethod() 1320 (*ppRet)->pInterface = pInterface; in typelib_typedescription_newInterfaceMethod() 1323 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newInterfaceMethod() 1326 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newInterfaceMethod() 1374 if (pInterface == 0 in typelib_typedescription_newExtendedInterfaceAttribute() 1393 (*ppRet)->pInterface = pInterface; in typelib_typedescription_newExtendedInterfaceAttribute() 1396 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newExtendedInterfaceAttribute() 1399 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newExtendedInterfaceAttribute() [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 …uno_Environment_invoke(&pExtEnv->aBase, s_stub_computeObjectIdentifier, pExtEnv, ppOId, pInterface… in computeObjectIdentifier()
|
/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_freebsd_intel/ |
H A D | uno2cpp.cxx | 414 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local 417 … (void **)&pInterface, pThis->oid.pData, (typelib_InterfaceTypeDescription *)pTD ); in unoInterfaceProxyDispatch() 419 if (pInterface) in unoInterfaceProxyDispatch() 423 &pInterface, pTD, 0 ); in unoInterfaceProxyDispatch() 424 (*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()
|
/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()
|