Searched refs:xCanonicId (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpcontentprovider.cxx | 124 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()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | webdavprovider.cxx | 225 uno::Reference< ucb::XContentIdentifier > xCanonicId; in queryContent() local 273 xCanonicId = new ::ucbhelper::ContentIdentifier( m_xSMgr, aURL ); in queryContent() 275 xCanonicId = Identifier; in queryContent() 281 = queryExistingContent( xCanonicId ).get(); in queryContent() 290 m_xSMgr, this, xCanonicId, m_xDAVSessionFactory ); in queryContent()
|
/aoo41x/main/ucbhelper/workben/myucp/ |
H A D | myucp_provider.cxx | 139 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()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | provider.cxx | 190 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()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchyprovider.cxx | 130 uno::Reference< ucb::XContentIdentifier > xCanonicId in queryContent() local 138 = queryExistingContent( xCanonicId ).get(); in queryContent() 143 xContent = HierarchyContent::create( m_xSMgr, this, xCanonicId ); in queryContent()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_provider.cxx | 184 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()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_provider.cxx | 137 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 26 milliseconds