Lines Matching refs:Content_Impl

145     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()
450 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
470 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
486 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
1673 Content_Impl::Content_Impl( const Reference< XMultiServiceFactory >& rSMgr, in Content_Impl() function in ucbhelper::Content_Impl
1695 void Content_Impl::reinit( const Reference< XContent >& xContent ) in reinit()
1738 Content_Impl::~Content_Impl() in ~Content_Impl()
1753 void Content_Impl::disposing( const EventObject& Source ) in disposing()
1783 const rtl::OUString& Content_Impl::getURL() const in getURL()
1801 Reference< XContent > Content_Impl::getContent() in getContent()
1862 Reference< XCommandProcessor > Content_Impl::getCommandProcessor() in getCommandProcessor()
1877 sal_Int32 Content_Impl::getCommandId() in getCommandId()
1895 Any Content_Impl::executeCommand( const Command& rCommand ) in executeCommand()
1906 void Content_Impl::abortCommand() in abortCommand()
1922 Content_Impl::getEnvironment() const in getEnvironment()
1928 inline void Content_Impl::setEnvironment( in setEnvironment()
1936 void Content_Impl::inserted() in inserted()