Searched refs:aContentURL (Results 1 – 2 of 2) sorted by relevance
100 INetURLObject aContentURL( _rFolderOrDoc ); in isCaseSensitiveParentFolder() local108 aContentURL = INetURLObject( _rFolderOrDoc, INetURLObject::WAS_ENCODED ); in isCaseSensitiveParentFolder()109 aContentURL.Append( _rDocName ); in isCaseSensitiveParentFolder()110 …aContent1 = ::ucbhelper::Content( aContentURL.GetMainURL( INetURLObject::NO_DECODE ), Reference< X… in isCaseSensitiveParentFolder()115 String sExtension1 = aContentURL.getExtension(); in isCaseSensitiveParentFolder()123 INetURLObject aURL2( aContentURL ); in isCaseSensitiveParentFolder()126 …if ( aURL2.GetMainURL(INetURLObject::NO_DECODE) == aContentURL.GetMainURL(INetURLObject::NO_DECODE… in isCaseSensitiveParentFolder()
263 OUString aContentURL = xContentAccess->queryContentIdentifierString(); in enumerateFolderContent() local267 OUString sRealURL = bHasTargetURL ? aTargetURL : aContentURL; in enumerateFolderContent()292 … INetURLObject( aContentURL ).GetProtocol() == INET_PROT_VND_SUN_STAR_HIER ) in enumerateFolderContent()
Completed in 60 milliseconds