| /trunk/main/cppu/inc/com/sun/star/uno/ ! |
| H A D | Reference.hxx | 44 XInterface * pInterface, const Type & rType ) in iquery() 62 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery() 75 XInterface * pInterface, const Type & rType ) in iquery_throw() 88 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery_throw() 96 interface_type * pInterface ) SAL_THROW( (RuntimeException) ) in iset_throw() 132 inline Reference< interface_type >::Reference( interface_type * pInterface ) SAL_THROW( () ) in Reference() 140 inline Reference< interface_type >::Reference( interface_type * pInterface, __sal_NoAcquire ) SAL_T… in Reference() 146 inline Reference< interface_type >::Reference( interface_type * pInterface, UnoReference_NoAcquire … in Reference() 158 inline Reference< interface_type >::Reference( XInterface * pInterface, UnoReference_Query ) SAL_TH… in Reference() 179 inline Reference< interface_type >::Reference( XInterface * pInterface, UnoReference_QueryThrow ) S… in Reference() [all …]
|
| /trunk/main/cppu/source/helper/purpenv/ ! |
| H A D | helper_purpenv_Environment.cxx | 179 static void SAL_CALL s_revokeInterface(uno_ExtEnvironment * pExtEnv, void * pInterface) in s_revokeInterface() 187 void * pInterface) in s_getObjectIdentifier() 213 void * pInterface) in s_computeObjectIdentifier() 219 static void SAL_CALL s_acquireInterface(uno_ExtEnvironment * pExtEnv, void * pInterface) { in s_acquireInterface() 224 static void SAL_CALL s_releaseInterface(uno_ExtEnvironment * pExtEnv, void * pInterface) { in s_releaseInterface() 354 void * pInterface = va_arg(*pParam, void *); in s_revokeInterface_v() local 360 void Base::revokeInterface(void * pInterface) in revokeInterface() 373 void * pInterface = va_arg(*pParam, void *); in s_getObjectIdentifier_v() local 381 void Base::getObjectIdentifier(void * pInterface, rtl::OUString * pOid) in getObjectIdentifier() 447 void * pInterface = va_arg(*pParam, void *); in s_computeObjectIdentifier_v() local [all …]
|
| /trunk/main/fpicker/source/win32/filepicker/ ! |
| H A D | comptr.hxx | 49 ComPtr(T_INTERFACE* pInterface) in ComPtr() 116 T_INTERFACE* operator=(T_INTERFACE* pInterface) in operator =() 154 void attach(T_INTERFACE* pInterface) in attach() 166 T_INTERFACE* pInterface = m_pInterface; in detach() local
|
| /trunk/main/sal/inc/systools/win32/ ! |
| H A D | comptr.hxx | 49 ComPtr(T_INTERFACE* pInterface) in ComPtr() 116 T_INTERFACE* operator=(T_INTERFACE* pInterface) in operator =() 154 void attach(T_INTERFACE* pInterface) in attach() 166 T_INTERFACE* pInterface = m_pInterface; in detach() local
|
| /trunk/main/cppu/inc/uno/ ! |
| H A D | mapping.hxx | 167 …inline void * SAL_CALL mapInterface( void * pInterface, typelib_TypeDescription * pTypeDescr ) con… in mapInterface() 185 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescript… in mapInterface() 193 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTy… in mapInterface() 269 void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() 282 void * pInterface, typelib_InterfaceTypeDescription * pTypeDescr ) const in mapInterface() 291 void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface()
|
| /trunk/main/embedserv/source/inprocserv/ ! |
| H A D | smartpointer.hxx | 53 T* pInterface = m_pInterface; in OwnRelease() local 71 ComSmart( T* pInterface ) in ComSmart() 95 ComSmart<T>& operator=( T* pInterface ) in operator =()
|
| /trunk/main/bridges/source/cpp_uno/shared/ ! |
| H A D | cppinterfaceproxy.cxx | 93 void freeCppInterfaceProxy(uno_ExtEnvironment * pEnv, void * pInterface) in freeCppInterfaceProxy() 190 CppInterfaceProxy * CppInterfaceProxy::castInterfaceToProxy(void * pInterface) in castInterfaceToProxy()
|
| H A D | component.cxx | 103 void * pInterface = va_arg(*pParam, void *); in s_stub_computeObjectIdentifier() local 153 uno_ExtEnvironment * pExtEnv, rtl_uString ** ppOId, void * pInterface ) in computeObjectIdentifier()
|
| /trunk/main/sfx2/inc/ ! |
| H A D | progind.hxx | 63 SfxStatusInd_Impl* pInterface; member in SfxPopupStatusIndicator
|
| /trunk/main/cppu/source/uno/ ! |
| H A D | cascade_mapping.cxx | 90 void * pInterface, in s_mapInterface() 143 void * pInterface = va_arg(*pParam, void *); in s_mapInterface_v() local 152 void * pInterface, in mapInterface()
|
| H A D | lbenv.cxx | 78 void * pInterface; member 183 void * pInterface, typelib_InterfaceTypeDescription * pTypeDescr, in append() 287 void * pInterface = pIEntry->pInterface; in defenv_registerInterface() local 344 void * pInterface = pIEntry->pInterface; in defenv_registerProxyInterface() local 363 void * pInterface = va_arg(*pParam, void *); in s_stub_defenv_revokeInterface() local 450 static void SAL_CALL defenv_revokeInterface(uno_ExtEnvironment * pEnv, void * pInterface) in defenv_revokeInterface() 457 uno_ExtEnvironment * pEnv, rtl_uString ** ppOId, void * pInterface ) in defenv_getObjectIdentifier() 867 uno_ExtEnvironment * pEnv, rtl_uString ** ppOId, void * pInterface ) in unoenv_computeObjectIdentifier()
|
| H A D | IdentityMapping.cxx | 73 void * pInterface, in s_mapInterface()
|
| /trunk/main/svx/source/fmcomp/ ! |
| H A D | xmlexchg.cxx | 78 XTransferable *pInterface = transfer.get(); in extractDescriptor() local
|
| /trunk/main/binaryurp/source/ ! |
| H A D | proxy.cxx | 50 extern "C" void SAL_CALL proxy_acquireInterface(uno_Interface * pInterface) { in proxy_acquireInterface() 55 extern "C" void SAL_CALL proxy_releaseInterface(uno_Interface * pInterface) { in proxy_releaseInterface()
|
| /trunk/main/svx/source/table/ ! |
| H A D | tablemodel.hxx | 202 TableModelNotifyGuard( ::com::sun::star::uno::XInterface* pInterface ) in TableModelNotifyGuard()
|
| /trunk/main/sfx2/source/control/ ! |
| H A D | msgpool.cxx | 306 SfxInterface* pInterface = (*_pInterfaces)[_nCurInterface-nFirstInterface]; in SeekSlot() local 353 SfxInterface* pInterface = (*_pInterfaces)[nInterface]; in NextSlot() local
|
| /trunk/main/idlc/source/ ! |
| H A D | idlc.cxx | 132 AstInterface* pInterface = new AstInterface(OString("XInterface"), NULL, pParentScope); in predefineXInterface() local
|
| H A D | astscope.cxx | 235 AstInterface* pInterface = (AstInterface*)this; in lookupInInherited() local
|
| /trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/ ! |
| H A D | uno2cpp.cxx | 323 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local
|
| /trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/ ! |
| H A D | uno2cpp.cxx | 350 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local
|
| /trunk/main/bridges/source/cpp_uno/msvc_win32_intel/ ! |
| H A D | uno2cpp.cxx | 419 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local
|
| /trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/ ! |
| H A D | uno2cpp.cxx | 409 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local
|
| /trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ ! |
| H A D | uno2cpp.cxx | 386 uno_Interface * pInterface = 0; in cppu_unoInterfaceProxy_dispatch() local
|
| /trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/ ! |
| H A D | uno2cpp.cxx | 396 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local
|
| /trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ ! |
| H A D | uno2cpp.cxx | 440 uno_Interface * pInterface = 0; in unoInterfaceProxyDispatch() local
|