Home
last modified time | relevance | path

Searched refs:rOId (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/cppu/source/uno/
H A Dlbenv.cxx260 OUString const & rOId = OUString::unacquired( &pOId ); in defenv_registerInterface() local
268 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( rOId, 0 ) ) ); in defenv_registerInterface()
271 ObjectEntry * pOEntry = new ObjectEntry( rOId ); in defenv_registerInterface()
308 OUString const & rOId = OUString::unacquired( &pOId ); in defenv_registerProxyInterface() local
316 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( rOId, 0 ) ) ); in defenv_registerProxyInterface()
319 ObjectEntry * pOEntry = new ObjectEntry( rOId ); in defenv_registerProxyInterface()
497 OUString const & rOId = OUString::unacquired( &pOId ); in defenv_getRegisteredInterface() local
503 ( that->aOId2ObjectMap.find( rOId ) ); in defenv_getRegisteredInterface()
/aoo4110/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx219 rtl::OUString const & rOId, in Proxy() argument
231 m_aOId (rOId), in Proxy()
243 …uno_Environment_invoke(m_to.get(), s_acquireAndRegister_v, m_pUnoI, rOId.pData, pTypeDescr, m_to.g… in Proxy()
H A DProxy.hxx63 rtl::OUString const & rOId,
/aoo4110/main/bridges/source/cpp_uno/shared/
H A Dunointerfaceproxy.cxx100 rtl::OUString const & rOId) SAL_THROW(()) in create() argument
102 return new UnoInterfaceProxy(pBridge, pCppI, pTypeDescr, rOId); in create()
H A Dcppinterfaceproxy.cxx117 typelib_InterfaceTypeDescription * pTypeDescr, rtl::OUString const & rOId) in create() argument
128 new(pMemory.get()) CppInterfaceProxy(pBridge, pUnoI, pTypeDescr, rOId); in create()
/aoo4110/main/bridges/inc/bridges/cpp_uno/shared/
H A Dcppinterfaceproxy.hxx57 rtl::OUString const & rOId) SAL_THROW(());
H A Dunointerfaceproxy.hxx72 rtl::OUString const & rOId) SAL_THROW(());
/aoo4110/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx342 void AccessibleBase::RemoveChildByOId( const ObjectIdentifier& rOId ) in RemoveChildByOId() argument
347 ChildOIDMap::iterator aIt( m_aChildOIDMap.find( rOId )); in RemoveChildByOId()
/aoo4110/main/chart2/source/controller/inc/
H A DAccessibleBase.hxx182 void RemoveChildByOId( const ObjectIdentifier& rOId );

Completed in 44 milliseconds