Home
last modified time | relevance | path

Searched refs:m_xImpl (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/ucbhelper/source/client/
H A Dcontent.cxx383 : m_xImpl( new Content_Impl ) 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()
512 return m_xImpl->getURL(); in getURL()
518 return m_xImpl->getEnvironment(); in getCommandEnvironment()
845 m_xImpl->abortCommand(); in abortCommand()
[all …]
/aoo41x/main/cppuhelper/source/
H A Dunourl.cxx152 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()
269 UnoUrl::UnoUrl(UnoUrl const & rOther): m_xImpl(rOther.m_xImpl->clone()) in UnoUrl()
277 m_xImpl.reset(rOther.m_xImpl->clone()); in operator =()
283 return m_xImpl->m_aConnection; in getConnection()
288 return m_xImpl->m_aProtocol; in getProtocol()
[all …]
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dunourl.hxx106 std::auto_ptr< Impl > m_xImpl; member in cppu::UnoUrlDescriptor
183 std::auto_ptr< Impl > m_xImpl; member in cppu::UnoUrl
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx98 rtl::Reference< Content_Impl > m_xImpl; member in ucbhelper::Content

Completed in 67 milliseconds