Searched refs:dstUncPath (Results 1 – 1 of 1) sorted by relevance
693 rtl::OUString dstUncPath; in createNewContent() local698 dstUncPath = getParentName( m_aUncPath ); in createNewContent()701 dstUncPath = m_aUncPath; in createNewContent()703 BaseContent* p = new BaseContent( m_pMyShell, dstUncPath, bFolder ); in createNewContent()1144 rtl::OUString dstUncPath; in transfer() local1148 dstUncPath = m_aUncPath.copy(0,lastSlash ); in transfer()1152 dstUncPath = m_aUncPath; in transfer()1154 dstUncPath += ( rtl::OUString::createFromAscii( "/" ) + NewTitle ); in transfer()1159 m_pMyShell->move( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()1161 m_pMyShell->copy( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()
Completed in 12 milliseconds