Searched refs:unoI (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/cppuhelper/source/ |
H A D | exc_thrower.cxx | 260 UnoInterfaceReference unoI; in getCaughtException() local 262 reinterpret_cast< void ** >( &unoI.m_pUnoI ), in getCaughtException() 264 OSL_ASSERT( unoI.is() ); in getCaughtException() 274 unoI.dispatch( pMemberTD, 0, 0, &exc ); in getCaughtException()
|
/aoo41x/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 82 UnoInterfaceReference const & unoI, 104 UnoInterfaceReference const & unoI, in binuno_queryInterface() argument 139 unoI.dispatch( s_pQITD, &ret_val, args, &exc ); in binuno_queryInterface()
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 1107 UnoInterfaceReference unoI; in makeSurrogate() local 1117 reinterpret_cast< void ** >( &unoI.m_pUnoI ), in makeSurrogate() 1119 if (! unoI.is()) in makeSurrogate() 1127 unoI.get(), ::getCppuType( &rOriginal ) ); in makeSurrogate()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.h | 51 UnoInterfaceInfo(Bridge const * bridge, uno_Interface* unoI,
|
H A D | cli_proxy.cxx | 75 UnoInterfaceInfo::UnoInterfaceInfo(Bridge const * bridge, uno_Interface* unoI, in UnoInterfaceInfo() argument 78 m_unoI(unoI), in UnoInterfaceInfo()
|
Completed in 49 milliseconds