Lines Matching refs:xContent
143 uno::Reference< ucb::XContent > xContent in queryContent() local
146 if ( !xContent.is() ) in queryContent()
149 xContent = Content::create( m_xSMgr, this, xCanonicId ); in queryContent()
150 registerNewContent( xContent ); in queryContent()
153 return xContent; in queryContent()
185 uno::Reference< ucb::XContent > xContent in createDocumentContent() local
188 if ( !xContent.is() ) in createDocumentContent()
191 xContent = Content::create( m_xSMgr, this, xId ); in createDocumentContent()
194 if ( xContent.is() ) in createDocumentContent()
195 return xContent; in createDocumentContent()
273 rtl::Reference< Content > xContent in notifyDocumentClosed() local
276 xContent->notifyDocumentClosed(); in notifyDocumentClosed()