Home
last modified time | relevance | path

Searched refs:Unq (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1973 sal_Bool SAL_CALL shell::getUnqFromUrl( const rtl::OUString& Url,rtl::OUString& Unq ) in getUnqFromUrl() argument
1979 Unq = rtl::OUString::createFromAscii( "file:///" ); in getUnqFromUrl()
1983 sal_Bool err = osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL( Url,Unq ); in getUnqFromUrl()
1985 Unq = Url; in getUnqFromUrl()
1987 sal_Int32 l = Unq.getLength()-1; in getUnqFromUrl()
1988 if( ! err && Unq.getStr()[ l ] == '/' && in getUnqFromUrl()
1989 Unq.indexOf( '/', RTL_CONSTASCII_LENGTH("//") ) < l ) in getUnqFromUrl()
1990 Unq = Unq.copy(0, Unq.getLength() - 1); in getUnqFromUrl()
1997 sal_Bool SAL_CALL shell::getUrlFromUnq( const rtl::OUString& Unq,rtl::OUString& Url ) in getUrlFromUnq() argument
1999 sal_Bool err = osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL( Unq,Url ); in getUrlFromUnq()
[all …]
H A Dshell.hxx402 sal_Bool SAL_CALL getUnqFromUrl( const rtl::OUString& Url, rtl::OUString& Unq );
404 sal_Bool SAL_CALL getUrlFromUnq( const rtl::OUString& Unq, rtl::OUString& Url );

Completed in 21 milliseconds