Home
last modified time | relevance | path

Searched refs:UnsupportedCommandException (Results 1 – 25 of 80) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ucb/
H A DXCommandInfo.idl24 #include <com/sun/star/ucb/UnsupportedCommandException.idl>
51 @throws UnsupportedCommandException
55 raises( com::sun::star::ucb::UnsupportedCommandException );
65 @throws UnsupportedCommandException
69 raises( com::sun::star::ucb::UnsupportedCommandException );
H A DUnsupportedCommandException.idl34 published exception UnsupportedCommandException: com::sun::star::uno::Exception
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/ucb/
H A DXCommandInfo.idl24 #include <com/sun/star/ucb/UnsupportedCommandException.idl>
51 @throws UnsupportedCommandException
55 raises( com::sun::star::ucb::UnsupportedCommandException );
65 @throws UnsupportedCommandException
69 raises( com::sun::star::ucb::UnsupportedCommandException );
H A DUnsupportedCommandException.idl34 published exception UnsupportedCommandException: com::sun::star::uno::Exception
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/ecrpublic/types/
H A Derrors.go361 type UnsupportedCommandException struct { struct
365 func (e *UnsupportedCommandException) Error() string { argument
368 func (e *UnsupportedCommandException) ErrorMessage() string { argument
374 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
375 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/ecrpublic/types/
H A Derrors.go361 type UnsupportedCommandException struct { struct
365 func (e *UnsupportedCommandException) Error() string { argument
368 func (e *UnsupportedCommandException) ErrorMessage() string { argument
374 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
375 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/ecrpublic/types/
H A Derrors.go361 type UnsupportedCommandException struct { struct
365 func (e *UnsupportedCommandException) Error() string { argument
368 func (e *UnsupportedCommandException) ErrorMessage() string { argument
374 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
375 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/ecrpublic/types/
H A Derrors.go398 type UnsupportedCommandException struct { struct
402 func (e *UnsupportedCommandException) Error() string { argument
405 func (e *UnsupportedCommandException) ErrorMessage() string { argument
411 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
412 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/ecrpublic/types/
H A Derrors.go398 type UnsupportedCommandException struct { struct
402 func (e *UnsupportedCommandException) Error() string { argument
405 func (e *UnsupportedCommandException) ErrorMessage() string { argument
411 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
412 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/ecrpublic/types/
H A Derrors.go398 type UnsupportedCommandException struct { struct
402 func (e *UnsupportedCommandException) Error() string { argument
405 func (e *UnsupportedCommandException) ErrorMessage() string { argument
411 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
412 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/ecrpublic/types/
H A Derrors.go398 type UnsupportedCommandException struct { struct
402 func (e *UnsupportedCommandException) Error() string { argument
405 func (e *UnsupportedCommandException) ErrorMessage() string { argument
411 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
412 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/ecrpublic/types/
H A Derrors.go440 type UnsupportedCommandException struct { struct
446 func (e *UnsupportedCommandException) Error() string { argument
449 func (e *UnsupportedCommandException) ErrorMessage() string { argument
455 func (e *UnsupportedCommandException) ErrorCode() string { return "UnsupportedCommandEx… argument
456 func (e *UnsupportedCommandException) ErrorFault() smithy.ErrorFault { return smithy.FaultClient } argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/file/
H A Dfilcmd.cxx89 throw UnsupportedCommandException( THROW_WHERE ); in getCommandInfoByName()
102 throw UnsupportedCommandException( THROW_WHERE ); in getCommandInfoByHandle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/file/
H A Dfilcmd.cxx89 throw UnsupportedCommandException( THROW_WHERE ); in getCommandInfoByName()
102 throw UnsupportedCommandException( THROW_WHERE ); in getCommandInfoByHandle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/ucb/
H A D_XCommandProcessor.java27 import com.sun.star.ucb.UnsupportedCommandException;
150 } catch (UnsupportedCommandException e) { in _execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/ucb/
H A D_XCommandProcessor.java27 import com.sun.star.ucb.UnsupportedCommandException;
150 } catch (UnsupportedCommandException e) { in _execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dcontentinfo.cxx239 throw css::ucb::UnsupportedCommandException(); in getCommandInfoByName()
251 throw css::ucb::UnsupportedCommandException(); in getCommandInfoByHandle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dcontentinfo.cxx239 throw css::ucb::UnsupportedCommandException(); in getCommandInfoByName()
251 throw css::ucb::UnsupportedCommandException(); in getCommandInfoByHandle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx426 uno::makeAny( ucb::UnsupportedCommandException( in execute()
441 uno::makeAny( ucb::UnsupportedCommandException( in execute()
482 uno::makeAny( ucb::UnsupportedCommandException( in execute()
528 uno::makeAny( ucb::UnsupportedCommandException( in execute()
566 uno::makeAny( ucb::UnsupportedCommandException( in execute()
599 uno::makeAny( ucb::UnsupportedCommandException( in execute()
1667 uno::makeAny( ucb::UnsupportedCommandException( in destroy()
1802 uno::makeAny( ucb::UnsupportedCommandException( in transfer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx426 uno::makeAny( ucb::UnsupportedCommandException( in execute()
441 uno::makeAny( ucb::UnsupportedCommandException( in execute()
482 uno::makeAny( ucb::UnsupportedCommandException( in execute()
528 uno::makeAny( ucb::UnsupportedCommandException( in execute()
566 uno::makeAny( ucb::UnsupportedCommandException( in execute()
599 uno::makeAny( ucb::UnsupportedCommandException( in execute()
1667 uno::makeAny( ucb::UnsupportedCommandException( in destroy()
1802 uno::makeAny( ucb::UnsupportedCommandException( in transfer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx496 uno::makeAny( ucb::UnsupportedCommandException( in execute()
1292 uno::makeAny( ucb::UnsupportedCommandException( in insert()
1437 uno::makeAny( ucb::UnsupportedCommandException( in destroy()
1448 uno::makeAny( ucb::UnsupportedCommandException( in destroy()
1485 uno::makeAny( ucb::UnsupportedCommandException( in transfer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx496 uno::makeAny( ucb::UnsupportedCommandException( in execute()
1292 uno::makeAny( ucb::UnsupportedCommandException( in insert()
1437 uno::makeAny( ucb::UnsupportedCommandException( in destroy()
1448 uno::makeAny( ucb::UnsupportedCommandException( in destroy()
1485 uno::makeAny( ucb::UnsupportedCommandException( in transfer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducbcmds.cxx148 ucb::UnsupportedCommandException aUnsupportedCommandEx; in handle()
250 throw ucb::UnsupportedCommandException(); in getCommandInfoByName()
263 throw ucb::UnsupportedCommandException(); in getCommandInfoByHandle()
1640 catch ( ucb::UnsupportedCommandException const & ) in globalTransfer()
1931 catch ( ucb::UnsupportedCommandException const & ) in checkIn()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducbcmds.cxx149 ucb::UnsupportedCommandException aUnsupportedCommandEx; in handle()
253 throw ucb::UnsupportedCommandException(); in getCommandInfoByName()
266 throw ucb::UnsupportedCommandException(); in getCommandInfoByHandle()
1643 catch ( ucb::UnsupportedCommandException const & ) in globalTransfer()
1934 catch ( ucb::UnsupportedCommandException const & ) in checkIn()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/ext/
H A Ducpext_content.cxx67 using ::com::sun::star::ucb::UnsupportedCommandException;
258 ::ucbhelper::cancelCommandExecution( makeAny( UnsupportedCommandException( in execute()

1234