Searched refs:m_root (Results 1 – 5 of 5) sorted by relevance
197 ::rtl::Reference< ProxyRoot > m_root;218 OSL_ASSERT( proxy->m_root->m_factory->m_uno_env.get()->pExtEnv == pEnv ); in binuno_proxy_free()230 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_acquire()248 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_release()269 Any ret( that->m_root->queryInterface( rType ) ); in binuno_proxy_dispatch()272 that->m_root->m_factory->m_cpp2uno.get() ); in binuno_proxy_dispatch()281 that->m_root->m_factory->m_cpp2uno.get() ); in binuno_proxy_dispatch()307 m_root( root ), in binuno_Proxy()
35 ,m_root() in TreeVisitor()43 m_root = _root; in process()55 ELEMENT m_root; member in TreeVisitor68 m_current = m_root; in do_step()
680 if (! m_root) in getRoot()686 return m_root; in getRoot()830 if (m_root) in disposing()833 m_root->release(); in disposing()834 m_root = 0; in disposing()840 if (m_root) in ~OServiceManagerWrapper()842 m_root->release(); in ~OServiceManagerWrapper()843 m_root = 0; in ~OServiceManagerWrapper()854 , m_root( 0 ) in OServiceManagerWrapper()865 if (m_root) in OServiceManagerWrapper()[all …]
83 ExceptionTree(): m_root("com/sun/star/uno/Exception") {} in ExceptionTree()109 ExceptionTreeNode const * getRoot() const { return &m_root; } in getRoot()115 ExceptionTreeNode m_root; member in codemaker::ExceptionTree
81 ExceptionTreeNode * node = &m_root; in add()
Completed in 44 milliseconds