Home
last modified time | relevance | path

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

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx135 Content_Impl& m_rContent;
138 ContentEventListener_Impl( Content_Impl& rContent ) in ContentEventListener_Impl()
159 class Content_Impl : public salhelper::SimpleReferenceObject class
177 Content_Impl() : m_nCommandId( 0 ) {}; in Content_Impl() function in ucbhelper::Content_Impl
178 Content_Impl( const Reference< XMultiServiceFactory >& rSMgr,
182 virtual ~Content_Impl();
367 : m_xImpl( new Content_Impl ) in Content()
382 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()
393 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()
402 m_xImpl = new Content_Impl( pBroker->getServiceManager(), rContent, rEnv ); in Content()
[all …]
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx89 class Content_Impl;
98 rtl::Reference< Content_Impl > m_xImpl;