Searched refs:dstUncPath (Results 1 – 1 of 1) sorted by relevance
689 rtl::OUString dstUncPath; in createNewContent() local694 dstUncPath = getParentName( m_aUncPath ); in createNewContent()697 dstUncPath = m_aUncPath; in createNewContent()699 BaseContent* p = new BaseContent( m_pMyShell, dstUncPath, bFolder ); in createNewContent()1140 rtl::OUString dstUncPath; in transfer() local1144 dstUncPath = m_aUncPath.copy(0,lastSlash ); in transfer()1148 dstUncPath = m_aUncPath; in transfer()1150 dstUncPath += ( rtl::OUString::createFromAscii( "/" ) + NewTitle ); in transfer()1155 m_pMyShell->move( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()1157 m_pMyShell->copy( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()