Home
last modified time | relevance | path

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

/AOO42X/main/ucb/source/ucp/file/
H A Dbc.cxx689 rtl::OUString dstUncPath; in createNewContent() local
694 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() local
1144 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()