Lines Matching refs:rUri
2376 bool Content::hasData( ContentProvider* pProvider, const Uri & rUri ) in hasData() argument
2378 if ( rUri.isRoot() ) in hasData()
2382 else if ( rUri.isDocument() ) in hasData()
2385 = pProvider->queryStorage( rUri.getUri(), READ ); in hasData()
2396 = pProvider->queryStorage( rUri.getParentUri(), READ ); in hasData()
2406 return xParentNA->hasByName( rUri.getDecodedName() ); in hasData()
2413 const Uri & rUri, in loadData() argument
2416 if ( rUri.isRoot() ) // root has no storage, but can always be created in loadData()
2420 ROOT, pProvider->queryStorageTitle( rUri.getUri() ) ); in loadData()
2422 else if ( rUri.isDocument() ) // document must have storage in loadData()
2425 = pProvider->queryStorage( rUri.getUri(), READ ); in loadData()
2432 DOCUMENT, pProvider->queryStorageTitle( rUri.getUri() ) ); in loadData()
2437 = pProvider->queryStorage( rUri.getParentUri(), READ ); in loadData()
2449 = xStorage->isStorageElement( rUri.getDecodedName() ); in loadData()
2454 pProvider->queryStorageTitle( rUri.getUri() ) ); in loadData()
2976 const rtl::OUString & rUri, in lcl_getTruncatedOutputStream() argument
2990 rUri, aPassword, true /* truncate */ ) ); in lcl_getTruncatedOutputStream()
2996 = obtainPassword( rUri, /* @@@ find better title */ in lcl_getTruncatedOutputStream()