Lines Matching refs:xContent
185 void reinit( const Reference< XContent >& xContent );
335 Reference< XContent > xContent; in getContent() local
339 xContent = xProvider->queryContent( xId ); in getContent()
347 if ( xContent.is() ) in getContent()
348 return xContent; in getContent()
397 Reference< XContent > xContent = getContent( *pBroker, xId, true ); in Content() local
399 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()
409 Reference< XContent > xContent = getContent( *pBroker, rId, true ); in Content() local
411 m_xImpl = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in Content()
445 Reference< XContent > xContent = getContent( *pBroker, xId, false ); in create() local
446 if ( !xContent.is() ) in create()
450 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
465 Reference< XContent > xContent = getContent( *pBroker, rId, false ); in create() local
466 if ( !xContent.is() ) in create()
470 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
477 sal_Bool Content::create( const Reference< XContent >& xContent, in create() argument
486 = new Content_Impl( pBroker->getServiceManager(), xContent, rEnv ); in create()
1695 void Content_Impl::reinit( const Reference< XContent >& xContent ) in reinit() argument
1715 if ( xContent.is() ) in reinit()
1717 m_xContent = xContent; in reinit()
1755 Reference<XContent> xContent; in disposing() local
1762 xContent = m_xContent; in disposing()
1770 if ( xContent.is() ) in disposing()
1774 xContent->removeContentEventListener( m_xContentEventListener ); in disposing()