Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx693 rtl::OUString dstUncPath; in createNewContent() local
698 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() local
1148 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 21 milliseconds