Home
last modified time | relevance | path

Searched refs:THROWS (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/extensions/test/stm/
H A Dtestfactreg.hxx23 XInterfaceRef OPipeTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception));
24 Sequence<UString> OPipeTest_getSupportedServiceNames(void) THROWS( () );
25 UString OPipeTest_getServiceName() THROWS( () );
26 UString OPipeTest_getImplementationName() THROWS( () );
28 XInterfaceRef ODataStreamTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Excep…
29 Sequence<UString> ODataStreamTest_getSupportedServiceNames( int i) THROWS( () );
30 UString ODataStreamTest_getServiceName( int i) THROWS( ( ) );
31 UString ODataStreamTest_getImplementationName( int i) THROWS( () );
33 …rkableOutputStreamTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception));
34 Sequence<UString> OMarkableOutputStreamTest_getSupportedServiceNames(void) THROWS( () );
[all …]
H A Dmarktest.cxx67 static Sequence< UString > getSupportedServiceNames_Static(void) THROWS( () );
68 static UString getImplementationName_Static() THROWS( () );
72THROWS( ( IllegalArgumentException,
77 … INT32 hTestHandle) THROWS( ( IllegalArgumentException,
80 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
81 virtual Sequence< UString > getErrors(void) THROWS( (UsrSystemException) );
82 virtual Sequence< UsrAny > getErrorExceptions(void) THROWS( (UsrSystemException) );
83 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) );
121THROWS( ( IllegalArgumentException, in testInvariant()
136 … INT32 hTestHandle) THROWS( ( IllegalArgumentException, in test()
[all …]
H A Ddatatest.cxx81THROWS( ( IllegalArgumentException,
86 … INT32 hTestHandle) THROWS( ( IllegalArgumentException,
89 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
90 virtual Sequence< UString > getErrors(void) THROWS( (UsrSystemException) );
91 virtual Sequence< UsrAny > getErrorExceptions(void) THROWS( (UsrSystemException) );
92 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) );
119THROWS( ( IllegalArgumentException, in testInvariant()
161 … INT32 hTestHandle) THROWS( ( IllegalArgumentException, in test()
231 BOOL ODataStreamTest::testPassed(void) THROWS( (UsrSystemExcep… in testPassed()
237 Sequence< UString > ODataStreamTest::getErrors(void) THROWS( (UsrSystemE… in getErrors()
[all …]
H A Dpipetest.cxx107 static Sequence< UString > getSupportedServiceNames_Static(void) THROWS( () );
108 static UString getImplementationName_Static() THROWS( () );
112THROWS( ( IllegalArgumentException,
117 … INT32 hTestHandle) THROWS( ( IllegalArgumentException,
120 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
121 virtual Sequence< UString > getErrors(void) THROWS( (UsrSystemException) );
122 virtual Sequence< UsrAny > getErrorExceptions(void) THROWS( (UsrSystemException) );
123 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) );
163THROWS( ( IllegalArgumentException, in testInvariant()
179 … INT32 hTestHandle) THROWS( ( IllegalArgumentException, in test()
[all …]
/AOO41X/main/extensions/test/sax/
H A Dtestwriter.cxx139THROWS( (NotConnectedException, BufferSizeExceededException, UsrSystemException) );
141THROWS( (NotConnectedException, BufferSizeExceededException, UsrSystemException) );
143THROWS( (NotConnectedException, BufferSizeExceededException, UsrSystemException) );
153 THROWS( (NotConnectedException, BufferSizeExceededException, UsrSystemException) ) in writeBytes()
165 THROWS( (NotConnectedException, BufferSizeExceededException, UsrSystemException) ) in flush()
171THROWS( (NotConnectedException, BufferSizeExceededException, UsrSystemException) ) in closeOutput()
197THROWS( ( IllegalArgumentException,
202 … INT32 hTestHandle) THROWS( ( IllegalArgumentException,
205 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
206 virtual Sequence< UString > getErrors(void) THROWS( (UsrSystemException) );
[all …]
H A Dtestsax.cxx135THROWS( ( IllegalArgumentException,
140 … INT32 hTestHandle) THROWS( ( IllegalArgumentException,
143 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
144 virtual Sequence< UString > getErrors(void) THROWS( (UsrSystemException) );
145 virtual Sequence< UsrAny > getErrorExceptions(void) THROWS( (UsrSystemException) );
146 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) );
169 XInterfaceRef OSaxParserTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Except… in OSaxParserTest_CreateInstance()
177 UString OSaxParserTest_getServiceName( ) THROWS( () ) in OSaxParserTest_getServiceName()
182 UString OSaxParserTest_getImplementationName( ) THROWS( () ) in OSaxParserTest_getImplementationName()
187 Sequence<UString> OSaxParserTest_getSupportedServiceNames( ) THROWS( () ) in OSaxParserTest_getSupportedServiceNames()
[all …]
H A Dfactory.hxx23 XInterfaceRef OSaxWriterTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Except…
24 UString OSaxWriterTest_getServiceName( ) THROWS( () );
25 UString OSaxWriterTest_getImplementationName( ) THROWS( () );
26 Sequence<UString> OSaxWriterTest_getSupportedServiceNames( ) THROWS( () );
/AOO41X/main/extensions/workben/
H A Dpythonautotest.cxx69 XIntrospectionAccessRef getIntrospection(void) const THROWS( (UsrSystemException) ) in getIntrospection()
76THROWS( ( IllegalArgumentException,
81THROWS( ( UnknownPropertyException,
87THROWS( ( UnknownPropertyException,
89 BOOL hasMethod(const UString& Name) const THROWS( (UsrSystemException) );
90 BOOL hasProperty(const UString& Name) const THROWS( (UsrSystemException) );
129THROWS( ( IllegalArgumentException, in invoke()
153THROWS( ( UnknownPropertyException, in setValue()
167THROWS( ( UnknownPropertyException, in getValue()
183 BOOL MyPythonRoot::hasMethod(const UString& Name) const THROWS( (UsrSystemException) ) in hasMethod()
[all …]
H A Dpythontest.cxx52 virtual void interrupt(const InterruptEngineEvent& Evt) THROWS( (UsrSystemException) ) {} in interrupt()
53 virtual void running(const EventObject& Evt) THROWS( (UsrSystemException) ) {} in running()
54 virtual void finished(const FinishEngineEvent& Evt) THROWS( (UsrSystemException) ) {} in finished()
110 virtual void interrupt(const InterruptEngineEvent& Evt) THROWS( (UsrSystemException) ) in interrupt()
123 virtual void running(const EventObject& Evt) THROWS( (UsrSystemException) ) in running()
134 virtual void finished(const FinishEngineEvent& Evt) THROWS( (UsrSystemException) ) in finished()
/AOO41X/main/sc/workben/
H A Daddin.cxx157 THROWS( (UsrSystemException) ) in getProgrammaticFuntionName()
164 THROWS( (UsrSystemException) ) in getDisplayFunctionName()
183 THROWS( (UsrSystemException) ) in getFunctionDescription()
202 INT32 nArgument) THROWS( (UsrSystemException) ) in getDisplayArgumentName()
255 INT32 nArgument) THROWS( (UsrSystemException) ) in getArgumentDescription()
308 THROWS( (UsrSystemException) ) in getProgrammaticCategoryName()
327 THROWS( (UsrSystemException) ) in getDisplayCategoryName()
336 void ScTestAddIn::setLocale(const lang::Locale& eLocale) THROWS( (UsrSystemException) ) in setLocale()
/AOO41X/main/vos/inc/vos/
H A Dxception.hxx53 #define THROWS( ARG ) throw ARG macro