Home
last modified time | relevance | path

Searched refs:xCanonicId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontentprovider.cxx124 const Reference< XContentIdentifier >& xCanonicId in queryContent()
132 Reference<XContent> xContent = queryExistingContent(xCanonicId).get(); in queryContent()
154 FTPURL aURL(xCanonicId->getContentIdentifier(), in queryContent()
162 xContent = new FTPContent(m_xSMgr,this,xCanonicId,aURL); in queryContent()
169 return xProvider->queryContent(xCanonicId); in queryContent()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavprovider.cxx218 uno::Reference< ucb::XContentIdentifier > xCanonicId; in queryContent() local
266 xCanonicId = new ::ucbhelper::ContentIdentifier( m_xSMgr, aURL ); in queryContent()
268 xCanonicId = Identifier; in queryContent()
274 = queryExistingContent( xCanonicId ).get(); in queryContent()
283 m_xSMgr, this, xCanonicId, m_xDAVSessionFactory ); in queryContent()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_provider.cxx139 uno::Reference< ucb::XContentIdentifier > xCanonicId in queryContent()
142 uno::Reference< ucb::XContentIdentifier > xCanonicId = Identifier; in queryContent() local
149 = queryExistingContent( xCanonicId ).get(); in queryContent()
158 xContent = new Content( m_xSMgr, this, xCanonicId ); in queryContent()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx190 const uno::Reference< ucb::XContentIdentifier >& xCanonicId ) in queryContent()
193 if ( !xCanonicId->getContentProviderScheme() in queryContent()
215 = queryExistingContent( xCanonicId ).get(); in queryContent()
219 xContent = new Content( m_xSMgr, this, xCanonicId, m_pDatabases ); in queryContent()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchyprovider.cxx130 uno::Reference< ucb::XContentIdentifier > xCanonicId in queryContent() local
138 = queryExistingContent( xCanonicId ).get(); in queryContent()
143 xContent = HierarchyContent::create( m_xSMgr, this, xCanonicId ); in queryContent()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx184 uno::Reference< ucb::XContentIdentifier > xCanonicId in queryContent()
187 uno::Reference< ucb::XContentIdentifier > xCanonicId = Identifier; in queryContent() local
194 = queryExistingContent( xCanonicId ).get(); in queryContent()
252 xContent = new Content( m_xSMgr, this, xCanonicId ,aProp); in queryContent()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_provider.cxx137 uno::Reference< ucb::XContentIdentifier > xCanonicId in queryContent() local
144 = queryExistingContent( xCanonicId ).get(); in queryContent()
149 xContent = Content::create( m_xSMgr, this, xCanonicId ); in queryContent()

Completed in 32 milliseconds