/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | UnsupportedNameClashException.idl | 41 parameter NameClash of the supplied <type>TransferInfo</type> is not 42 supported. For example, if the NameClash was set to NameClash::ERROR, 43 to NameClash::RENAME or to NameClash::ASK, the implementation must be 45 be used if NameClash::RENAME was specified and the implementation is 51 The member NameClash of the exception must be set to NameClash::ERROR 60 /** contains the <type>NameClash</type> that is not supported. 62 long NameClash;
|
H A D | TransferInfo.idl | 69 <p>The value can be one of the <type>NameClash</type> constants. 72 clashing resource may ignore <member>NameClash::ERROR</member> and 73 <member>NameClash::RENAME</member> always write the new data. 75 long NameClash;
|
H A D | NameClash.idl | 32 /** These are the possible values for <member>TransferInfo::NameClash</member>. 34 published constants NameClash
|
H A D | GlobalTransferCommandArgument.idl | 70 "foo.txt". Refer to <type>NameClash</type> for possible values for 73 long NameClash;
|
H A D | makefile.mk | 144 NameClash.idl\
|
/aoo4110/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 147 != ucb::NameClash::ERROR ) in handle() 1395 switch ( rContext.aArg.NameClash ) in globalTransfer_() 1397 case ucb::NameClash::OVERWRITE: in globalTransfer_() 1401 case ucb::NameClash::ERROR: in globalTransfer_() 1402 case ucb::NameClash::RENAME: in globalTransfer_() 1404 case ucb::NameClash::ASK: in globalTransfer_() 1435 if (exc.NameClash != ucb::NameClash::ERROR) { in globalTransfer_() 1493 case ucb::NameClash::ASK: in globalTransfer_() 1826 rArg.NameClash ); // NameClash in globalTransfer() 1857 OSL_ENSURE( aTransferArg.NameClash == exc.NameClash, in globalTransfer() [all …]
|
/aoo4110/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.cxx | 500 ? ucb::NameClash::OVERWRITE in execute() 501 : ucb::NameClash::ERROR; in execute() 1505 case ucb::NameClash::ERROR: in insert() 1521 case ucb::NameClash::OVERWRITE: in insert() 1525 case ucb::NameClash::RENAME: in insert() 1561 case ucb::NameClash::KEEP: // deprecated in insert() 1562 case ucb::NameClash::ASK: in insert() 1882 xTarget->insert( rInfo.NameClash, xEnv ); in transfer() 1908 aInfo.NameClash = rInfo.NameClash; in transfer()
|
/aoo4110/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 1141 switch( NameClash ) in move() 1143 case NameClash::KEEP: in move() 1155 case NameClash::OVERWRITE: in move() 1183 case NameClash::RENAME: in move() 1234 case NameClash::ERROR: in move() 1252 case NameClash::ASK: in move() 1345 sal_Int32 NameClash ) in copy() argument 1382 switch( NameClash ) in copy() 1384 case NameClash::KEEP: in copy() 1464 case NameClash::ERROR: in copy() [all …]
|
H A D | bc.cxx | 979 NameClash::KEEP ); in setPropertyValues() 1156 sal_Int32 NameClash = aTransferInfo.NameClash; in transfer() local 1159 m_pMyShell->move( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer() 1161 m_pMyShell->copy( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()
|
H A D | shell.hxx | 311 const sal_Int32 NameClash ) 322 sal_Int32 NameClash )
|
/aoo4110/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ResourceManager.java | 24 import com.sun.star.ucb.NameClash; 130 arg.NameClash = NameClash.ERROR; in transferResource()
|
/aoo4110/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 600 ? ucb::NameClash::OVERWRITE in execute() 601 : ucb::NameClash::ERROR; in execute() 1718 case ucb::NameClash::ERROR: in insert() 1733 case ucb::NameClash::OVERWRITE: in insert() 1737 case ucb::NameClash::RENAME: in insert() 1771 case ucb::NameClash::KEEP: // deprecated in insert() 1772 case ucb::NameClash::ASK: in insert() 2085 xTarget->insert( xSource->getInputStream(), rInfo.NameClash, xEnv ); in transfer() 2131 aInfo.NameClash = rInfo.NameClash; in transfer()
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 2524 ucb::NameClash::ERROR ); in insert() 2849 rArgs.NameClash in transfer() 2850 == ucb::NameClash::OVERWRITE, in transfer() 2876 rArgs.NameClash in transfer() 2877 == ucb::NameClash::OVERWRITE, in transfer() 2910 switch ( rArgs.NameClash ) in transfer() 2925 case ucb::NameClash::OVERWRITE: in transfer() 2928 case ucb::NameClash::KEEP: // deprecated in transfer() 2929 case ucb::NameClash::RENAME: in transfer() 2930 case ucb::NameClash::ASK: in transfer() [all …]
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpintreq.cxx | 208 excep.NameClash = NameClash::ERROR; in XTYPEPROVIDER_IMPL_2()
|
/aoo4110/main/ucb/test/com/sun/star/comp/ucb/ |
H A D | GlobalTransfer_Test.java | 35 import com.sun.star.ucb.NameClash; 128 NameClash.ASK ); in copyResource()
|
/aoo4110/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XCommandProcessor.java | 31 import com.sun.star.ucb.NameClash; 198 tmpURL, "", NameClash.OVERWRITE); in _abort()
|
/aoo4110/main/ucb/qa/complex/tdoc/ |
H A D | _XCommandProcessor.java | 36 import com.sun.star.ucb.NameClash; 235 tmpURL, "", NameClash.OVERWRITE); in _abort()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | swunohelper.cxx | 107 aInfo.NameClash = STAR_NMSPC::ucb::NameClash::ERROR; in UCB_CopyFile()
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | UCB.java | 139 aArg.NameClash = NameClash.OVERWRITE; in copyArg()
|
/aoo4110/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 555 ? ucb::NameClash::OVERWRITE in execute() 556 : ucb::NameClash::ERROR; in execute() 1752 case ucb::NameClash::ERROR: in insert() 1767 case ucb::NameClash::OVERWRITE: in insert() 1771 case ucb::NameClash::RENAME: in insert() 1807 case ucb::NameClash::KEEP: // deprecated in insert() 1808 case ucb::NameClash::ASK: in insert()
|
/aoo4110/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 1067 if (nameClashAction == ucb::NameClash::ASK) in exportTo() 1084 else if (nameClashAction != ucb::NameClash::OVERWRITE) { in exportTo() 1115 OUString(), ucb::NameClash::OVERWRITE )) in exportTo() 1223 OUString(), ucb::NameClash::OVERWRITE )) in exportTo()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docfile.cxx | 2173 nNameClash = NameClash::ERROR; in Transfer_Impl() 2176 nNameClash = NameClash::RENAME; in Transfer_Impl() 2179 nNameClash = NameClash::OVERWRITE; in Transfer_Impl() 2250 NameClash::OVERWRITE ) ) in DoInternalBackup_Impl() 2336 NameClash::OVERWRITE ); in DoBackup_Impl() 3779 …sferContent( pImp->aContent, ::ucbhelper::InsertOperation_COPY, aFileName, NameClash::OVERWRITE ) ) in CreateTempFile() 4078 NameClash::OVERWRITE ) ) in CreateTempCopyWithExt()
|
/aoo4110/main/sfx2/source/inc/ |
H A D | helper.hxx | 61 …ring& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star::ucb::NameClash::ERROR );
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | ucbhelper.hxx | 62 …ring& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star::ucb::NameClash::ERROR );
|
/aoo4110/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 692 title, NameClash::OVERWRITE )) in insertToActivationLayer() 811 NameClash::ASK /* xxx todo: ASK not needed? */)) in addPackage()
|