/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/ucb/ |
H A D | XCommandInfo.idl | 24 #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 D | UnsupportedCommandException.idl | 34 published exception UnsupportedCommandException: com::sun::star::uno::Exception
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/ucb/ |
H A D | XCommandInfo.idl | 24 #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 D | UnsupportedCommandException.idl | 34 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 D | errors.go | 361 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 D | errors.go | 361 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 D | errors.go | 361 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 D | errors.go | 398 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 D | errors.go | 398 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 D | errors.go | 398 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 D | errors.go | 398 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 D | errors.go | 440 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 D | filcmd.cxx | 89 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 D | filcmd.cxx | 89 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.java | 27 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.java | 27 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 D | contentinfo.cxx | 239 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 D | contentinfo.cxx | 239 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 D | tdoc_content.cxx | 426 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 D | tdoc_content.cxx | 426 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 D | hierarchycontent.cxx | 496 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 D | hierarchycontent.cxx | 496 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 D | ucbcmds.cxx | 148 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 D | ucbcmds.cxx | 149 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 D | ucpext_content.cxx | 67 using ::com::sun::star::ucb::UnsupportedCommandException; 258 ::ucbhelper::cancelCommandExecution( makeAny( UnsupportedCommandException( in execute()
|