Home
last modified time | relevance | path

Searched refs:NameClash (Results 1 – 25 of 45) sorted by relevance

12

/aoo41x/main/offapi/com/sun/star/ucb/
H A DUnsupportedNameClashException.idl41 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 DTransferInfo.idl69 <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 DNameClash.idl32 /** These are the possible values for <member>TransferInfo::NameClash</member>.
34 published constants NameClash
H A DGlobalTransferCommandArgument.idl70 "foo.txt". Refer to <type>NameClash</type> for possible values for
73 long NameClash;
H A Dmakefile.mk144 NameClash.idl\
/aoo41x/main/ucb/source/core/
H A Ducbcmds.cxx147 != 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 …]
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx500 ? 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()
/aoo41x/main/ucb/source/ucp/file/
H A Dshell.cxx1141 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 Dbc.cxx979 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 Dshell.hxx311 const sal_Int32 NameClash )
322 sal_Int32 NameClash )
/aoo41x/main/odk/examples/DevelopersGuide/UCB/
H A DResourceManager.java24 import com.sun.star.ucb.NameClash;
130 arg.NameClash = NameClash.ERROR; in transferResource()
/aoo41x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx600 ? 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()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx2524 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 …]
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpintreq.cxx208 excep.NameClash = NameClash::ERROR; in XTYPEPROVIDER_IMPL_2()
/aoo41x/main/ucb/test/com/sun/star/comp/ucb/
H A DGlobalTransfer_Test.java35 import com.sun.star.ucb.NameClash;
128 NameClash.ASK ); in copyResource()
/aoo41x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XCommandProcessor.java31 import com.sun.star.ucb.NameClash;
198 tmpURL, "", NameClash.OVERWRITE); in _abort()
/aoo41x/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java36 import com.sun.star.ucb.NameClash;
235 tmpURL, "", NameClash.OVERWRITE); in _abort()
/aoo41x/main/sw/source/core/unocore/
H A Dswunohelper.cxx107 aInfo.NameClash = STAR_NMSPC::ucb::NameClash::ERROR; in UCB_CopyFile()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DUCB.java139 aArg.NameClash = NameClash.OVERWRITE; in copyArg()
/aoo41x/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx555 ? 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()
/aoo41x/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1067 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()
/aoo41x/main/sfx2/source/doc/
H A Ddocfile.cxx2173 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()
/aoo41x/main/sfx2/source/inc/
H A Dhelper.hxx61 …ring& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star::ucb::NameClash::ERROR );
/aoo41x/main/unotools/inc/unotools/
H A Ducbhelper.hxx62 …ring& rSource, const String& rDest, sal_Int32 nNameClash = com::sun::star::ucb::NameClash::ERROR );
/aoo41x/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx692 title, NameClash::OVERWRITE )) in insertToActivationLayer()
811 NameClash::ASK /* xxx todo: ASK not needed? */)) in addPackage()

Completed in 493 milliseconds

12