Home
last modified time | relevance | path

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

/aoo41x/main/svl/source/fsstor/
H A Dfsstorage.cxx963 INetURLObject aOwnURL( m_pImpl->m_aURL ); in copyElementTo() local
964 aOwnURL.Append( aElementName ); in copyElementTo()
972 if ( ::utl::UCBContentHelper::IsFolder( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in copyElementTo()
974 ::ucbhelper::Content aSourceContent( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv ); in copyElementTo()
981 else if ( ::utl::UCBContentHelper::IsDocument( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in copyElementTo()
983 CopyStreamToSubStream( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ), xDest, aNewName ); in copyElementTo()
1040 INetURLObject aOwnURL( m_pImpl->m_aURL ); in moveElementTo() local
1041 aOwnURL.Append( aElementName ); in moveElementTo()
1042 if ( !::utl::UCBContentHelper::Kill( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in moveElementTo()

Completed in 14 milliseconds