Searched refs:aOwnURL (Results 1 – 1 of 1) sorted by relevance
963 INetURLObject aOwnURL( m_pImpl->m_aURL ); in copyElementTo() local964 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() local1041 aOwnURL.Append( aElementName ); in moveElementTo()1042 if ( !::utl::UCBContentHelper::Kill( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in moveElementTo()
Completed in 11 milliseconds