Home
last modified time | relevance | path

Searched refs:Content_Impl (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/ucbhelper/source/client/
H A Dcontent.cxx145 Content_Impl& m_rContent;
148 ContentEventListener_Impl( Content_Impl& rContent ) in ContentEventListener_Impl()
171 class Content_Impl : public salhelper::SimpleReferenceObject class
189 Content_Impl() : m_nCommandId( 0 ) {}; in Content_Impl() function in ucbhelper::Content_Impl
190 Content_Impl( const Reference< XMultiServiceFactory >& rSMgr,
194 virtual ~Content_Impl();
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()
[all …]
/AOO42X/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx89 class Content_Impl;
98 rtl::Reference< Content_Impl > m_xImpl;