Searched refs:dstUncPath (Results 1 – 1 of 1) sorted by relevance
662 rtl::OUString dstUncPath; in createNewContent() local667 dstUncPath = getParentName( m_aUncPath ); in createNewContent()670 dstUncPath = m_aUncPath; in createNewContent()672 BaseContent* p = new BaseContent( m_pMyShell, dstUncPath, bFolder ); in createNewContent()1105 rtl::OUString dstUncPath; in transfer() local1109 dstUncPath = m_aUncPath.copy(0,lastSlash ); in transfer()1113 dstUncPath = m_aUncPath; in transfer()1115 dstUncPath += ( rtl::OUString::createFromAscii( "/" ) + NewTitle ); in transfer()1120 m_pMyShell->move( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()1122 m_pMyShell->copy( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()