Searched refs:m_xImpl (Results 1 – 4 of 4) sorted by relevance
383 : m_xImpl( new Content_Impl ) in Content()399 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()411 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()421 m_xImpl = new Content_Impl( pBroker->getServiceManager(), rContent, rEnv ); in Content()427 m_xImpl = rOther.m_xImpl; in Content()449 rContent.m_xImpl in create()469 rContent.m_xImpl in create()485 rContent.m_xImpl in create()499 m_xImpl = rOther.m_xImpl; in operator =()506 return m_xImpl->getContent(); in get()[all …]
152 m_xImpl(new Impl(rDescriptor)) in UnoUrlDescriptor()156 m_xImpl(rImpl) in UnoUrlDescriptor()160 m_xImpl(rOther.m_xImpl->clone()) in UnoUrlDescriptor()168 m_xImpl.reset(rOther.m_xImpl->clone()); in operator =()174 return m_xImpl->m_aDescriptor; in getDescriptor()179 return m_xImpl->m_aName; in getName()184 return m_xImpl->m_aParameters.find(rKey.toAsciiLowerCase()) in hasParameter()185 != m_xImpl->m_aParameters.end(); in hasParameter()191 aIt(m_xImpl->m_aParameters.find(rKey.toAsciiLowerCase())); in getParameter()192 return aIt == m_xImpl->m_aParameters.end() ? rtl::OUString() : aIt->second; in getParameter()[all …]
108 std::auto_ptr< Impl > m_xImpl; member in cppu::UnoUrlDescriptor185 std::auto_ptr< Impl > m_xImpl; member in cppu::UnoUrl
98 rtl::Reference< Content_Impl > m_xImpl; member in ucbhelper::Content