/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | functiondescription.cxx | 74 exceptions(n); in getExceptions() local 89 if (!(any >>= exceptions[i]) in getExceptions() 90 || exceptions[i]->getTypeClass() != css::uno::TypeClass_EXCEPTION) in getExceptions() 98 OSL_ASSERT(exceptions[i].is()); in getExceptions() 102 m_exceptions = exceptions; in getExceptions()
|
/aoo4110/main/udkapi/com/sun/star/reflection/ |
H A D | XInterfaceAttributeTypeDescription2.idl | 35 bound or raise exceptions. 53 Returns the exceptions that can be raised by the attribute's getter. 55 @return the reflections of all the exceptions that are listed in the 63 Returns the exceptions that can be raised by the attribute's setter. 65 @return the reflections of all the exceptions that are listed in the
|
H A D | XServiceConstructorDescription.idl | 65 Returns the exceptions that can be raised by the constructor. 67 @return the reflections of all the exceptions that are listed in the 72 binding may well raise certain UNO exceptions)
|
H A D | XInterfaceMethodTypeDescription.idl | 71 /** Returns declared exceptions that may occur upon invocations of the method. 74 declared exceptions of method
|
/aoo4110/main/offapi/com/sun/star/embed/ |
H A D | XStorage.idl | 180 wraps other exceptions 233 wraps other exceptions 272 wraps other exceptions 307 wraps other exceptions 359 wraps other exceptions 392 wraps other exceptions 425 wraps other exceptions 516 wraps other exceptions 551 wraps other exceptions 592 wraps other exceptions [all …]
|
H A D | XHierarchicalStorageAccess.idl | 128 wraps other exceptions 182 wraps other exceptions 214 wraps other exceptions
|
H A D | XStorageRawAccess.idl | 109 wraps other exceptions 162 wraps other exceptions 213 wraps other exceptions
|
H A D | XStorage2.idl | 86 wraps other exceptions 143 wraps other exceptions
|
/aoo4110/main/idlc/source/ |
H A D | astdump.cxx | 416 DeclList const & exceptions, RTMethodMode flags, sal_uInt16 * methodIndex) in dumpExceptions() argument 418 if (!exceptions.empty()) { in dumpExceptions() 427 static_cast< sal_uInt16 >(exceptions.size())); in dumpExceptions() 429 for (DeclList::const_iterator i(exceptions.begin()); in dumpExceptions() 430 i != exceptions.end(); ++i) in dumpExceptions()
|
H A D | parser.y | 819 $6.set.exceptions); 821 delete $6.get.exceptions; 823 delete $6.set.exceptions; 918 $$.get.exceptions = 0; 920 $$.set.exceptions = 0; 931 $$.get.exceptions = 0; 933 $$.set.exceptions = 0; 953 $$.get.exceptions = 0; 955 $$.set.exceptions = 0; 970 $$.exceptions = $2; [all …]
|
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | XStringResourcePersistence.idl | 75 This method can throw all exceptions thrown by the methods of 78 case of a StringResourceWithLocation for all exceptions that are 132 table data to a storage. This method can throw all exceptions 151 This method can throw all exceptions thrown by the methods of 190 It will be passed to ucb handle exceptions. Exceptions not processed 192 this parameter is null this applies to all exceptions thrown by ucb.
|
/aoo4110/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory_Test.java | 80 Object obj, Object[] args, Class[] exceptions) in testExceptions() argument 83 for (int i = 0; i < exceptions.length; ++i) { in testExceptions() 85 testExceptionType(method, obj, args, exceptions[i]); in testExceptions()
|
/aoo4110/main/solenv/inc/ |
H A D | unxmacc.mk | 94 OBJCFLAGS=-fobjc-exceptions 98 OBJCXXFLAGS:=$(CCACHE_SKIP) -x $(CCACHE_SKIP) objective-c++ -fobjc-exceptions 104 CFLAGS_NO_EXCEPTIONS=-fno-exceptions
|
H A D | unxmacx.mk | 95 OBJCFLAGS=-fobjc-exceptions 99 OBJCXXFLAGS:=$(CCACHE_SKIP) -x $(CCACHE_SKIP) objective-c++ -fobjc-exceptions 105 CFLAGS_NO_EXCEPTIONS=-fno-exceptions
|
/aoo4110/main/codemaker/source/javamaker/ |
H A D | classfile.cxx | 623 std::vector< rtl::OString > const & exceptions, in addMethod() 636 std::vector< rtl::OString >::size_type excs = exceptions.size(); in addMethod() 646 ((code == 0 ? 0 : 1) + (exceptions.empty() ? 0 : 1) in addMethod() 677 if (!exceptions.empty()) { in addMethod() 686 for (std::vector< rtl::OString >::const_iterator i(exceptions.begin()); in addMethod() 687 i != exceptions.end(); ++i) in addMethod()
|
/aoo4110/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 175 Sequence< Reference< XTypeDescription > > exceptions(xMethod->getExceptions()); in writeMethodData() local 181 sal_uInt16 exceptionCount = (sal_uInt16)exceptions.getLength(); in writeMethodData() 209 methodIndex, i, exceptions[i]->getName().replace('.', '/')); in writeMethodData() 677 Sequence<Reference<XCompoundTypeDescription> > exceptions; in getTypeBlob() local 706 exceptions[j], UNO_QUERY); in getTypeBlob()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | sbamultiplex.hxx | 255 #define DECLARE_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions) \ argument 273 virtual void SAL_CALL methodname(const eventtype& e) throw exceptions; \ 293 …#define IMPLEMENT_PROPERTY_MULTIPLEXER(classname, listenerclass, methodname, eventtype, exceptions… argument 319 void SAL_CALL classname::methodname(const eventtype& e) throw exceptions \
|
/aoo4110/main/udkapi/com/sun/star/uno/ |
H A D | Exception.idl | 38 /** the base of all UNO exceptions 40 <p>All exceptions defined in UNO idl should derive from this exception.</p>
|
/aoo4110/main/solenv/gbuild/platform/ |
H A D | macosx.mk | 117 gb_OBJCXXFLAGS := -x objective-c++ -fobjc-exceptions 118 gb_OBJCFLAGS := -x objective-c -fobjc-exceptions 139 -fno-exceptions
|
/aoo4110/main/shell/source/tools/lngconvex/ |
H A D | lngconvex.cxx | 141 m_OldIos(m_IoStrm.exceptions()) in StreamExceptionsEnabler() 143 m_IoStrm.exceptions(NewIos); in StreamExceptionsEnabler() 148 m_IoStrm.exceptions(m_OldIos); in ~StreamExceptionsEnabler()
|
/aoo4110/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 185 Sequence< Reference< XTypeDescription > > exceptions( xMethod->getExceptions() ); in writeMethodData() local 188 sal_uInt16 exceptionCount = (sal_uInt16)exceptions.getLength(); in writeMethodData() 219 rWriter.setExcData(methodIndex, i, exceptions[i]->getName().replace('.', '/')); in writeMethodData()
|
/aoo4110/main/udkapi/com/sun/star/container/ |
H A D | XIdentifierContainer.idl | 73 If the implementation has internal reasons for exceptions, 93 If the implementation has internal reasons for exceptions,
|
/aoo4110/main/filter/source/config/tools/split/ |
H A D | FCFGSplit.cfg | 105 # 1 = only errors/exceptions will be shown 106 # 2 = errors/exceptions and warnings will be shown
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | ErrorMessageDialog.idl | 48 /** provides a dialog for displaying database related exceptions. 67 These exceptions can be chained, so the information wrapped in one single
|
/aoo4110/main/udkapi/com/sun/star/lang/ |
H A D | XConnectionPoint.idl | 146 to add listeners or throw exceptions. One of these methods is 174 parameters to add listeners or throw exceptions. One of these methods
|