Lines Matching refs:RuntimeException

139 …Sequence<sal_Int8> SAL_CALL methodByte(const Sequence< sal_Int8 >& aSeq) throw( RuntimeException );
140 …tual Sequence<float> SAL_CALL methodFloat(const Sequence< float >& aSeq) throw( RuntimeException );
141 … Sequence< double > SAL_CALL methodDouble(const Sequence< double >& aSeq) throw( RuntimeException);
142 …quence< sal_Bool > SAL_CALL methodBool(const Sequence< sal_Bool >& aSeq) throw( RuntimeException );
143 …nce< sal_Int16 > SAL_CALL methodShort(const Sequence< sal_Int16 >& aSeq) throw( RuntimeException );
144 …< sal_uInt16 > SAL_CALL methodUShort(const Sequence< sal_uInt16 >& aSeq) throw( RuntimeException );
145 …ence< sal_Int32 > SAL_CALL methodLong(const Sequence< sal_Int32 >& aSeq) throw( RuntimeException) ;
146 …e< sal_uInt32 > SAL_CALL methodULong(const Sequence< sal_uInt32 >& aSeq) throw( RuntimeException );
147 …ence< OUString > SAL_CALL methodString(const Sequence< OUString >& aSeq) throw( RuntimeException );
148 …< sal_Unicode > SAL_CALL methodChar(const Sequence< sal_Unicode >& aSeq) throw( RuntimeException );
149 virtual Sequence< Any > SAL_CALL methodAny(const Sequence< Any >& aSeq) throw( RuntimeException );
150 …rtual Sequence< Type > SAL_CALL methodType(const Sequence< Type >& aSeq) throw( RuntimeException );
151 …_CALL methodXInterface( const Sequence< Reference< XInterface > >& aSeq ) throw(RuntimeException) ;
152 …> SAL_CALL methodSequence(const Sequence< Sequence< sal_Int32 > >& aSeq) throw( RuntimeException );
153 …thodSequence2(const Sequence< Sequence< Sequence< sal_Int32 > > >& aSeq) throw( RuntimeException );
154 … methodXEventListeners( const Sequence<Reference<XEventListener> >& aSeq) throw( RuntimeException);
155 …tenersMul( const Sequence<Sequence<Reference<XEventListener > > >& aSeq ) throw (RuntimeException);
157 virtual Sequence< sal_Int8 > SAL_CALL getAttrByte(void) throw( RuntimeException );
158 …virtual void SAL_CALL setAttrByte(const Sequence< sal_Int8 >& AttrByte_) throw( RuntimeException );
159 virtual Sequence< float > SAL_CALL getAttrFloat(void) throw( RuntimeException) ;
160 … virtual void SAL_CALL setAttrFloat(const Sequence< float >& AttrFloat_) throw( RuntimeException );
161 virtual Sequence< double > SAL_CALL getAttrDouble(void) throw( RuntimeException) ;
162 …rtual void SAL_CALL setAttrDouble(const Sequence< double >& AttrDouble_) throw( RuntimeException );
163 virtual Sequence< sal_Bool > SAL_CALL getAttrBool(void) throw( RuntimeException );
164 …virtual void SAL_CALL setAttrBool(const Sequence< sal_Bool >& AttrBool_) throw( RuntimeException );
165 virtual Sequence< sal_Int16 > SAL_CALL getAttrShort(void) throw( RuntimeException );
166 …tual void SAL_CALL setAttrShort(const Sequence< sal_Int16 >& AttrShort_) throw( RuntimeException );
167 virtual Sequence< sal_uInt16 > SAL_CALL getAttrUShort(void) throw( RuntimeException );
168 …l void SAL_CALL setAttrUShort(const Sequence< sal_uInt16 >& AttrUShort_) throw( RuntimeException );
169 virtual Sequence< sal_Int32 > SAL_CALL getAttrLong(void) throw( RuntimeException );
170 …irtual void SAL_CALL setAttrLong(const Sequence< sal_Int32 >& AttrLong_) throw( RuntimeException );
171 virtual Sequence< sal_uInt32 > SAL_CALL getAttrULong(void) throw( RuntimeException );
172 …ual void SAL_CALL setAttrULong(const Sequence< sal_uInt32 >& AttrULong_) throw( RuntimeException );
173 virtual Sequence< OUString > SAL_CALL getAttrString(void) throw(RuntimeException );
174 …ual void SAL_CALL setAttrString(const Sequence< OUString >& AttrString_) throw( RuntimeException );
175 virtual Sequence< sal_Unicode > SAL_CALL getAttrChar(void) throw( RuntimeException );
176 …tual void SAL_CALL setAttrChar(const Sequence< sal_Unicode >& AttrChar_) throw( RuntimeException );
177 virtual Sequence< Any > SAL_CALL getAttrAny(void) throw( RuntimeException );
178 virtual void SAL_CALL setAttrAny(const Sequence< Any >& AttrAny_) throw( RuntimeException );
179 virtual Sequence< Type > SAL_CALL getAttrType(void) throw( RuntimeException );
180 virtual void SAL_CALL setAttrType( const Sequence< Type >& _attrtype ) throw (RuntimeException);
181 …virtual Sequence< Sequence< sal_Int32 > > SAL_CALL getAttrSequence(void) throw( RuntimeException );
182 … setAttrSequence(const Sequence< Sequence< sal_Int32 > >& AttrSequence_) throw( RuntimeException );
183 …ce< Sequence< Sequence< sal_Int32 > > > SAL_CALL getAttrSequence2(void) throw( RuntimeException );
184 …e2(const Sequence< Sequence< Sequence< sal_Int32 > > >& AttrSequence2_) throw ( RuntimeException );
185 … virtual Sequence< Reference< XInterface > > SAL_CALL getAttrXInterface() throw(RuntimeException);
186 …trXInterface( const Sequence< Reference< XInterface > >& _attrxinterface ) throw(RuntimeException);
188 virtual ::sal_Int8 SAL_CALL getAByte() throw (RuntimeException);
189 virtual void SAL_CALL setAByte( ::sal_Int8 _abyte ) throw (RuntimeException);
190 virtual float SAL_CALL getAFloat() throw (RuntimeException);
191 virtual void SAL_CALL setAFloat( float _afloat ) throw (RuntimeException);
192 virtual double SAL_CALL getADouble() throw (RuntimeException);
193 virtual void SAL_CALL setADouble( double _adouble ) throw (RuntimeException);
194 virtual ::sal_Bool SAL_CALL getABool() throw (RuntimeException);
195 virtual void SAL_CALL setABool( ::sal_Bool _abool ) throw (RuntimeException);
196 virtual ::sal_Int16 SAL_CALL getAShort() throw (RuntimeException);
197 virtual void SAL_CALL setAShort( ::sal_Int16 _ashort ) throw (RuntimeException);
198 virtual ::sal_uInt16 SAL_CALL getAUShort() throw (RuntimeException);
199 virtual void SAL_CALL setAUShort( ::sal_uInt16 _aushort ) throw (RuntimeException);
200 virtual ::sal_Int32 SAL_CALL getALong() throw (RuntimeException);
201 virtual void SAL_CALL setALong( ::sal_Int32 _along ) throw (RuntimeException);
202 virtual ::sal_uInt32 SAL_CALL getAULong() throw (RuntimeException);
203 virtual void SAL_CALL setAULong( ::sal_uInt32 _aulong ) throw (RuntimeException);
204 virtual ::rtl::OUString SAL_CALL getAString() throw (RuntimeException);
205 virtual void SAL_CALL setAString( const ::rtl::OUString& _astring ) throw (RuntimeException);
206 virtual ::sal_Unicode SAL_CALL getAChar() throw (RuntimeException);
207 virtual void SAL_CALL setAChar( ::sal_Unicode _achar ) throw (RuntimeException);
208 virtual Any SAL_CALL getAAny() throw (RuntimeException);
209 virtual void SAL_CALL setAAny( const Any& _aany ) throw (RuntimeException);
210 virtual Type SAL_CALL getAType() throw (RuntimeException);
211 virtual void SAL_CALL setAType( const Type& _atype ) throw (RuntimeException);
212 virtual Reference< XInterface > SAL_CALL getAXInterface() throw (RuntimeException);
213 …oid SAL_CALL setAXInterface( const Reference<XInterface >& _axinterface ) throw (RuntimeException);
214 virtual Reference<XInvocation > SAL_CALL getAXInvocation() throw (RuntimeException);
215 …SAL_CALL setAXInvocation( const Reference< XInvocation >& _axinvocation ) throw (RuntimeException);
217 virtual void SAL_CALL testout_methodByte(sal_Int8& rOut) throw( RuntimeException );
218 virtual void SAL_CALL testout_methodFloat(float& rOut) throw( RuntimeException );
219 virtual void SAL_CALL testout_methodDouble(double& rOut) throw( RuntimeException );
220 virtual void SAL_CALL testout_methodBool(sal_Bool& rOut) throw( RuntimeException );
221 virtual void SAL_CALL testout_methodShort(sal_Int16& rOut) throw( RuntimeException );
222 virtual void SAL_CALL testout_methodUShort(sal_uInt16& rOut) throw( RuntimeException );
223 virtual void SAL_CALL testout_methodLong(sal_Int32& rOut) throw( RuntimeException );
224 virtual void SAL_CALL testout_methodULong(sal_uInt32& rOut) throw( RuntimeException );
225 virtual void SAL_CALL testout_methodHyper(sal_Int64& rOut) throw( RuntimeException );
226 virtual void SAL_CALL testout_methodUHyper(sal_uInt64& rOut) throw( RuntimeException );
227 virtual void SAL_CALL testout_methodString(OUString& rOut) throw( RuntimeException );
228 virtual void SAL_CALL testout_methodChar(sal_Unicode& rOut) throw( RuntimeException );
229 virtual void SAL_CALL testout_methodAny(Any& rOut) throw( RuntimeException );
230 virtual void SAL_CALL testout_methodType(Type& rOut) throw( RuntimeException );
231 …irtual void SAL_CALL testout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeException );
232 …AL_CALL testout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( RuntimeException );
233 …id SAL_CALL testout_methodMulParams1(sal_Int32& rout1, sal_Int32& rout2) throw( RuntimeException );
234 …ut_methodMulParams2(sal_Int32& rout1, sal_Int32& rout2, OUString& rout3) throw( RuntimeException );
235 …d SAL_CALL testout_methodMulParams3(const OUString& sin, OUString& sout) throw( RuntimeException );
236 …4( float in1, float& out1, sal_Int32 in2, sal_Int32& out2, sal_Int32 in3 ) throw(RuntimeException);
237 …al void SAL_CALL testout_methodXInterface( Reference< XInterface >& rOut ) throw(RuntimeException);
239 virtual void SAL_CALL testinout_methodByte(sal_Int8& rOut) throw( RuntimeException );
240 virtual void SAL_CALL testinout_methodFloat(float& rOut) throw( RuntimeException );
241 virtual void SAL_CALL testinout_methodDouble(double& rOut) throw( RuntimeException );
242 virtual void SAL_CALL testinout_methodBool(sal_Bool& rOut) throw( RuntimeException );
243 virtual void SAL_CALL testinout_methodShort(sal_Int16& rOut) throw( RuntimeException );
244 virtual void SAL_CALL testinout_methodUShort(sal_uInt16& rOut) throw( RuntimeException );
245 virtual void SAL_CALL testinout_methodLong(sal_Int32& rOut) throw( RuntimeException );
246 virtual void SAL_CALL testinout_methodULong(sal_uInt32& rOut) throw( RuntimeException );
247 virtual void SAL_CALL testinout_methodHyper(sal_Int64& rOut) throw( RuntimeException );
248 virtual void SAL_CALL testinout_methodUHyper(sal_uInt64& rOut) throw( RuntimeException );
249 virtual void SAL_CALL testinout_methodString(OUString& rOut) throw( RuntimeException );
250 virtual void SAL_CALL testinout_methodChar(sal_Unicode& rOut) throw( RuntimeException );
251 virtual void SAL_CALL testinout_methodAny(Any& rOut) throw( RuntimeException );
252 virtual void SAL_CALL testinout_methodType(Type& rOut) throw( RuntimeException );
253 …tual void SAL_CALL testinout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeException );
254 …_CALL testinout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( RuntimeException );
255 …void SAL_CALL testinout_methodXInterface( Reference< XInvocation >& rOut ) throw(RuntimeException);
256 …oid SAL_CALL testinout_methodXInterface2( Reference< XInterface > & rOut) throw( RuntimeException);
257 virtual Any SAL_CALL methodAnyTest1(const Any& rIn) throw( RuntimeException ) ;
258 virtual Any SAL_CALL getAttrAny2(void) throw( RuntimeException ) ;
259 virtual void SAL_CALL setAttrAny2(const Any& AttrAny2_) throw( RuntimeException ) ;
263 virtual void SAL_CALL methodStruct(const Property& aProp) throw( RuntimeException );
265 virtual Property SAL_CALL retMethodStruct(void) throw( RuntimeException );
267 virtual Property SAL_CALL getAttrStruct(void) throw( RuntimeException );
268 virtual void SAL_CALL setAttrStruct(const Property& AttrStruct_) throw( RuntimeException );
269 virtual Property SAL_CALL methodStruct2( const Property& aProp ) throw (RuntimeException);
272 virtual void SAL_CALL other_methodAnyIn(const Any& rAny) throw( RuntimeException );
273 virtual void SAL_CALL other_methodAnyOut(Any& rAny) throw( RuntimeException );
274 virtual Any SAL_CALL other_methodAnyRet(void) throw( RuntimeException );
275 virtual void SAL_CALL in_float( float val) throw ( RuntimeException);
277 throw (RuntimeException);
303 virtual sal_Int8 SAL_CALL in_methodByte( sal_Int8 rIn ) throw (RuntimeException);
304 virtual float SAL_CALL in_methodFloat( float rIn ) throw (RuntimeException);
305 virtual double SAL_CALL in_methodDouble( double rIn ) throw (RuntimeException);
306 virtual sal_Bool SAL_CALL in_methodBool( sal_Bool rIn ) throw (RuntimeException);
307 virtual sal_Int16 SAL_CALL in_methodShort( sal_Int16 rIn ) throw (RuntimeException);
308 virtual sal_uInt16 SAL_CALL in_methodUShort( sal_uInt16 rIn ) throw (RuntimeException);
309 virtual sal_Int32 SAL_CALL in_methodLong( sal_Int32 rIn ) throw (RuntimeException);
310 virtual sal_uInt32 SAL_CALL in_methodULong( sal_uInt32 rIn ) throw (RuntimeException);
311 virtual sal_Int64 SAL_CALL in_methodHyper( sal_Int64 rIn ) throw (RuntimeException);
312 virtual sal_uInt64 SAL_CALL in_methodUHyper( sal_uInt64 rIn ) throw (RuntimeException);
313 virtual OUString SAL_CALL in_methodString( const OUString& rIn ) throw (RuntimeException);
314 virtual sal_Unicode SAL_CALL in_methodChar( sal_Unicode rIn ) throw (RuntimeException);
315 virtual Any SAL_CALL in_methodAny( const Any& rIn ) throw (RuntimeException);
316 virtual Type SAL_CALL in_methodType( const Type& rIn ) throw (RuntimeException);
317 …rface> SAL_CALL in_methodXInterface( const Reference< XInterface >& rIn ) throw (RuntimeException);
318 …ion > SAL_CALL in_methodInvocation( const Reference< XInvocation >& inv ) throw (RuntimeException);
319 …tual SimpleStruct SAL_CALL in_methodStruct( const SimpleStruct& aStruct ) throw (RuntimeException);
320 …icode c, const Any& a, const Type& t, const Reference<XInvocation>& inv ) throw (RuntimeException);
323 … testInterface( const Reference< XCallback >& xCallback, sal_Int32 mode ) throw(RuntimeException);
324 …ALL testInterface2( const Reference< XSimple >& xSimple, sal_Int32 mode ) throw(RuntimeException);
326 void SAL_CALL func( const OUString &message) throw(::com::sun::star::uno::RuntimeException);
327 OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException);
330 virtual void SAL_CALL setObject( const Reference< XInterface >& val ) throw (RuntimeException);
331 virtual sal_Bool SAL_CALL isSame( const Reference< XInterface >& val ) throw (RuntimeException);
332 virtual Reference< XInterface > SAL_CALL getThis( ) throw (RuntimeException);
340 …d SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (RuntimeException);
353 … OComponent_CreateInstance( const Reference<XMultiServiceFactory> & rSMgr ) throw(RuntimeException) in OComponent_CreateInstance()
424 …_Int8> SAL_CALL OComponent::methodByte(const Sequence< sal_Int8 >& aSeq) throw( RuntimeException ) in methodByte()
432 …ce<float> SAL_CALL OComponent::methodFloat(const Sequence< float>& aSeq) throw( RuntimeException ) in methodFloat()
440 …<double> SAL_CALL OComponent::methodDouble(const Sequence< double >& aSeq) throw( RuntimeException) in methodDouble()
448 …l_Bool > SAL_CALL OComponent::methodBool(const Sequence< sal_Bool >& aSeq) throw( RuntimeException) in methodBool()
456 …t16 > SAL_CALL OComponent::methodShort(const Sequence< sal_Int16 >& aSeq) throw( RuntimeException ) in methodShort()
464 …6 > SAL_CALL OComponent::methodUShort(const Sequence< sal_uInt16 >& aSeq) throw( RuntimeException ) in methodUShort()
472 …nt32 > SAL_CALL OComponent::methodLong(const Sequence< sal_Int32 >& aSeq) throw( RuntimeException) in methodLong()
480 …2 > SAL_CALL OComponent::methodULong(const Sequence< sal_uInt32 >& aSeq) throw( RuntimeException) in methodULong()
488 …ing > SAL_CALL OComponent::methodString(const Sequence< OUString >& aSeq) throw( RuntimeException) in methodString()
496 …de > SAL_CALL OComponent::methodChar(const Sequence< sal_Unicode >& aSeq) throw( RuntimeException) in methodChar()
504 Sequence< Any > SAL_CALL OComponent::methodAny(const Sequence< Any >& aSeq) throw( RuntimeException in methodAny()
517 …nce< Type > SAL_CALL OComponent::methodType(const Sequence< Type >& aSeq) throw( RuntimeException ) in methodType()
527 …ponent::methodXInterface( const Sequence< Reference< XInterface > >& aSeq ) throw(RuntimeException) in methodXInterface()
539 …OComponent::methodSequence(const Sequence< Sequence< sal_Int32 > >& aSeq) throw( RuntimeException) in methodSequence()
551 throw( RuntimeException ) in methodSequence2()
570 …methodXEventListeners( const Sequence< Reference <XEventListener> >& aSeq) throw( RuntimeException) in methodXEventListeners()
583 …stenersMul( const Sequence<Sequence<Reference<XEventListener > > >& aSeq ) throw (RuntimeException) in methodXEventListenersMul()
600 Sequence< sal_Int8 > SAL_CALL OComponent::getAttrByte(void) throw( RuntimeException) in getAttrByte()
604 …d SAL_CALL OComponent::setAttrByte(const Sequence< sal_Int8 >& AttrByte_) throw( RuntimeException ) in setAttrByte()
608 Sequence< float > SAL_CALL OComponent::getAttrFloat(void) throw( RuntimeException ) in getAttrFloat()
612 void SAL_CALL OComponent::setAttrFloat(const Sequence< float >& AttrFloat_) throw( RuntimeException in setAttrFloat()
617 Sequence< double > SAL_CALL OComponent::getAttrDouble(void) throw( RuntimeException ) in getAttrDouble()
621 …SAL_CALL OComponent::setAttrDouble(const Sequence< double >& AttrDouble_) throw( RuntimeException ) in setAttrDouble()
626 Sequence< sal_Bool > SAL_CALL OComponent::getAttrBool(void) throw( RuntimeException) in getAttrBool()
631 …d SAL_CALL OComponent::setAttrBool(const Sequence< sal_Bool >& AttrBool_) throw (RuntimeException ) in setAttrBool()
636 Sequence< sal_Int16 > SAL_CALL OComponent::getAttrShort(void) throw( RuntimeException) in getAttrShort()
640 …AL_CALL OComponent::setAttrShort(const Sequence< sal_Int16 >& AttrShort_) throw( RuntimeException ) in setAttrShort()
645 Sequence< sal_uInt16 > SAL_CALL OComponent::getAttrUShort(void) throw( RuntimeException ) in getAttrUShort()
649 …CALL OComponent::setAttrUShort(const Sequence< sal_uInt16 >& AttrUShort_) throw( RuntimeException ) in setAttrUShort()
654 Sequence< sal_Int32 > SAL_CALL OComponent::getAttrLong(void) throw( RuntimeException) in getAttrLong()
658 … SAL_CALL OComponent::setAttrLong(const Sequence< sal_Int32 >& AttrLong_) throw( RuntimeException ) in setAttrLong()
663 Sequence< sal_uInt32 > SAL_CALL OComponent::getAttrULong(void) throw( RuntimeException ) in getAttrULong()
667 …L_CALL OComponent::setAttrULong(const Sequence< sal_uInt32 >& AttrULong_) throw( RuntimeException ) in setAttrULong()
672 Sequence< OUString > SAL_CALL OComponent::getAttrString(void) throw( RuntimeException ) in getAttrString()
676 …L_CALL OComponent::setAttrString(const Sequence< OUString >& AttrString_) throw( RuntimeException ) in setAttrString()
681 Sequence< sal_Unicode > SAL_CALL OComponent::getAttrChar(void) throw( RuntimeException ) in getAttrChar()
685 …AL_CALL OComponent::setAttrChar(const Sequence< sal_Unicode >& AttrChar_) throw( RuntimeException) in setAttrChar()
690 Sequence< Any > SAL_CALL OComponent::getAttrAny(void) throw( RuntimeException) in getAttrAny()
694 void SAL_CALL OComponent::setAttrAny(const Sequence< Any >& AttrAny_) throw( RuntimeException ) in setAttrAny()
699 Sequence< Type > SAL_CALL OComponent::getAttrType(void) throw( RuntimeException ) in getAttrType()
704 void SAL_CALL OComponent::setAttrType( const Sequence< Type >& AttrType_) throw( RuntimeException ) in setAttrType()
710 …ence< Sequence< sal_Int32 > > SAL_CALL OComponent::getAttrSequence(void) throw( RuntimeException) in getAttrSequence()
714 …nt::setAttrSequence(const Sequence< Sequence< sal_Int32 > >& AttrSequence) throw(RuntimeException ) in setAttrSequence()
730 …e< Sequence< sal_Int32 > > > SAL_CALL OComponent::getAttrSequence2(void) throw( RuntimeException ) in getAttrSequence2()
735 throw( RuntimeException ) in setAttrSequence2()
740 Sequence< Reference< XInterface > > SAL_CALL OComponent::getAttrXInterface() throw(RuntimeException) in getAttrXInterface()
744 …ttrXInterface( const Sequence< Reference< XInterface > >& _attrxinterface ) throw(RuntimeException) in setAttrXInterface()
751 ::sal_Int8 SAL_CALL OComponent::getAByte() throw (RuntimeException) in getAByte()
756 void SAL_CALL OComponent::setAByte( ::sal_Int8 _abyte ) throw (RuntimeException) in setAByte()
761 float SAL_CALL OComponent::getAFloat() throw (RuntimeException) in getAFloat()
766 void SAL_CALL OComponent::setAFloat( float _afloat ) throw (RuntimeException) in setAFloat()
771 double SAL_CALL OComponent::getADouble() throw (RuntimeException) in getADouble()
776 void SAL_CALL OComponent::setADouble( double _adouble ) throw (RuntimeException) in setADouble()
781 ::sal_Bool SAL_CALL OComponent::getABool() throw (RuntimeException) in getABool()
786 void SAL_CALL OComponent::setABool( ::sal_Bool _abool ) throw (RuntimeException) in setABool()
791 ::sal_Int16 SAL_CALL OComponent::getAShort() throw (RuntimeException) in getAShort()
796 void SAL_CALL OComponent::setAShort( ::sal_Int16 _ashort ) throw (RuntimeException) in setAShort()
801 ::sal_uInt16 SAL_CALL OComponent::getAUShort() throw (RuntimeException) in getAUShort()
806 void SAL_CALL OComponent::setAUShort( ::sal_uInt16 _aushort ) throw (RuntimeException) in setAUShort()
811 ::sal_Int32 SAL_CALL OComponent::getALong() throw (RuntimeException) in getALong()
816 void SAL_CALL OComponent::setALong( ::sal_Int32 _along ) throw (RuntimeException) in setALong()
821 ::sal_uInt32 SAL_CALL OComponent::getAULong() throw (RuntimeException) in getAULong()
826 void SAL_CALL OComponent::setAULong( ::sal_uInt32 _aulong ) throw (RuntimeException) in setAULong()
831 ::rtl::OUString SAL_CALL OComponent::getAString() throw (RuntimeException) in getAString()
836 void SAL_CALL OComponent::setAString( const ::rtl::OUString& _astring ) throw (RuntimeException) in setAString()
841 ::sal_Unicode SAL_CALL OComponent::getAChar() throw (RuntimeException) in getAChar()
846 void SAL_CALL OComponent::setAChar( ::sal_Unicode _achar ) throw (RuntimeException) in setAChar()
851 Any SAL_CALL OComponent::getAAny() throw (RuntimeException) in getAAny()
856 void SAL_CALL OComponent::setAAny( const Any& _aany ) throw (RuntimeException) in setAAny()
861 Type SAL_CALL OComponent::getAType() throw (RuntimeException) in getAType()
866 void SAL_CALL OComponent::setAType( const Type& _atype ) throw (RuntimeException) in setAType()
871 Reference< XInterface > SAL_CALL OComponent::getAXInterface() throw (RuntimeException) in getAXInterface()
876 …L OComponent::setAXInterface( const Reference<XInterface >& _axinterface ) throw (RuntimeException) in setAXInterface()
881 Reference<XInvocation > SAL_CALL OComponent::getAXInvocation() throw (RuntimeException) in getAXInvocation()
886 …omponent::setAXInvocation( const Reference< XInvocation >& _axinvocation ) throw (RuntimeException) in setAXInvocation()
891 void SAL_CALL OComponent::testout_methodByte(sal_Int8& rOut) throw( RuntimeException ) in testout_methodByte()
895 void SAL_CALL OComponent::testout_methodFloat(float& rOut) throw( RuntimeException ) in testout_methodFloat()
899 void SAL_CALL OComponent::testout_methodDouble(double& rOut) throw( RuntimeException ) in testout_methodDouble()
904 void SAL_CALL OComponent::testout_methodBool(sal_Bool& rOut) throw( RuntimeException ) in testout_methodBool()
908 void SAL_CALL OComponent::testout_methodShort(sal_Int16& rOut) throw( RuntimeException ) in testout_methodShort()
912 void SAL_CALL OComponent::testout_methodUShort(sal_uInt16& rOut) throw( RuntimeException ) in testout_methodUShort()
916 void SAL_CALL OComponent::testout_methodLong(sal_Int32& rOut) throw( RuntimeException ) in testout_methodLong()
920 void SAL_CALL OComponent::testout_methodULong(sal_uInt32& rOut) throw( RuntimeException ) in testout_methodULong()
924 void SAL_CALL OComponent::testout_methodHyper(sal_Int64& rOut) throw( RuntimeException ) in testout_methodHyper()
929 void SAL_CALL OComponent::testout_methodUHyper(sal_uInt64& rOut) throw( RuntimeException ) in testout_methodUHyper()
934 void SAL_CALL OComponent::testout_methodString(OUString& rOut) throw( RuntimeException ) in testout_methodString()
938 void SAL_CALL OComponent::testout_methodChar(sal_Unicode& rOut) throw( RuntimeException ) in testout_methodChar()
942 void SAL_CALL OComponent::testout_methodAny(Any& rOut) throw( RuntimeException) in testout_methodAny()
947 void SAL_CALL OComponent::testout_methodType(Type& rOut) throw( RuntimeException ) in testout_methodType()
952 … SAL_CALL OComponent::testout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeException) in testout_methodSequence()
957 …mponent::testout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( RuntimeException ) in testout_methodSequence2()
968 … OComponent::testout_methodMulParams1(sal_Int32& rout1, sal_Int32& rout2) throw( RuntimeException ) in testout_methodMulParams1()
973 …out_methodMulParams2(sal_Int32& rout1, sal_Int32& rout2, OUString& rout3) throw( RuntimeException ) in testout_methodMulParams2()
979 …ALL OComponent::testout_methodMulParams3(const OUString&, OUString& sout) throw( RuntimeException ) in testout_methodMulParams3()
983 …arams4( float in1, float& out1, sal_Int32 in2, sal_Int32& out2, sal_Int32 ) throw(RuntimeException) in testout_methodMulParams4()
989 …_CALL OComponent::testout_methodXInterface( Reference< XInterface >& rOut ) throw(RuntimeException) in testout_methodXInterface()
998 sal_Int8 SAL_CALL OComponent::in_methodByte( sal_Int8 rIn ) throw (RuntimeException) in in_methodByte()
1003 float SAL_CALL OComponent::in_methodFloat( float rIn ) throw (RuntimeException) in in_methodFloat()
1008 double SAL_CALL OComponent::in_methodDouble( double rIn ) throw (RuntimeException) in in_methodDouble()
1013 sal_Bool SAL_CALL OComponent::in_methodBool( sal_Bool rIn ) throw (RuntimeException) in in_methodBool()
1018 sal_Int16 SAL_CALL OComponent::in_methodShort( sal_Int16 rIn ) throw (RuntimeException) in in_methodShort()
1023 sal_uInt16 SAL_CALL OComponent::in_methodUShort( sal_uInt16 rIn ) throw (RuntimeException) in in_methodUShort()
1028 sal_Int32 SAL_CALL OComponent::in_methodLong( sal_Int32 rIn ) throw (RuntimeException) in in_methodLong()
1033 sal_uInt32 SAL_CALL OComponent::in_methodULong( sal_uInt32 rIn ) throw (RuntimeException) in in_methodULong()
1038 sal_Int64 SAL_CALL OComponent::in_methodHyper( sal_Int64 rIn ) throw (RuntimeException) in in_methodHyper()
1044 sal_uInt64 SAL_CALL OComponent::in_methodUHyper( sal_uInt64 rIn ) throw (RuntimeException) in in_methodUHyper()
1050 OUString SAL_CALL OComponent::in_methodString( const OUString& rIn ) throw (RuntimeException) in in_methodString()
1055 sal_Unicode SAL_CALL OComponent::in_methodChar( sal_Unicode rIn ) throw (RuntimeException) in in_methodChar()
1060 Any SAL_CALL OComponent::in_methodAny( const Any& rIn ) throw (RuntimeException) in in_methodAny()
1066 Type SAL_CALL OComponent::in_methodType( const Type& rIn ) throw (RuntimeException) in in_methodType()
1073 throw (RuntimeException) in in_methodInvocation()
1095 …_CALL OComponent::in_methodXInterface( const Reference<XInterface >& rIn ) throw (RuntimeException) in in_methodXInterface()
1102 throw (RuntimeException) in in_methodStruct()
1112 const Any&, const Type&, const Reference<XInvocation>&) throw (RuntimeException) in in_methodAll()
1117 void SAL_CALL OComponent::testinout_methodByte(sal_Int8& rOut) throw( RuntimeException ) in testinout_methodByte()
1123 void SAL_CALL OComponent::testinout_methodFloat(float& rOut) throw( RuntimeException ) in testinout_methodFloat()
1130 void SAL_CALL OComponent::testinout_methodDouble(double& rOut) throw( RuntimeException ) in testinout_methodDouble()
1136 void SAL_CALL OComponent::testinout_methodBool(sal_Bool& rOut) throw( RuntimeException ) in testinout_methodBool()
1142 void SAL_CALL OComponent::testinout_methodShort(sal_Int16& rOut) throw( RuntimeException ) in testinout_methodShort()
1148 void SAL_CALL OComponent::testinout_methodUShort(sal_uInt16& rOut) throw( RuntimeException ) in testinout_methodUShort()
1154 void SAL_CALL OComponent::testinout_methodLong(sal_Int32& rOut) throw( RuntimeException ) in testinout_methodLong()
1160 void SAL_CALL OComponent::testinout_methodULong(sal_uInt32& rOut) throw( RuntimeException ) in testinout_methodULong()
1166 void SAL_CALL OComponent::testinout_methodHyper(sal_Int64& rOut) throw( RuntimeException ) in testinout_methodHyper()
1173 void SAL_CALL OComponent::testinout_methodUHyper(sal_uInt64& rOut) throw( RuntimeException ) in testinout_methodUHyper()
1180 void SAL_CALL OComponent::testinout_methodString(OUString& rOut) throw( RuntimeException ) in testinout_methodString()
1186 void SAL_CALL OComponent::testinout_methodChar(sal_Unicode& rOut) throw( RuntimeException) in testinout_methodChar()
1192 void SAL_CALL OComponent::testinout_methodAny(Any& rOut) throw( RuntimeException) in testinout_methodAny()
1198 void SAL_CALL OComponent::testinout_methodType(Type& rOut) throw( RuntimeException) in testinout_methodType()
1206 …AL_CALL OComponent::testinout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeException) in testinout_methodSequence()
1215 …onent::testinout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( RuntimeException ) in testinout_methodSequence2()
1229 …LL OComponent::testinout_methodXInterface( Reference< XInvocation >& rOut ) throw(RuntimeException) in testinout_methodXInterface()
1244 …L OComponent::testinout_methodXInterface2( Reference< XInterface > & rOut) throw( RuntimeException) in testinout_methodXInterface2()
1261 Any SAL_CALL OComponent::methodAnyTest1(const Any& rIn) throw( RuntimeException ) in methodAnyTest1()
1265 Any SAL_CALL OComponent::getAttrAny2(void) throw( RuntimeException ) in getAttrAny2()
1269 void SAL_CALL OComponent::setAttrAny2(const Any& AttrAny2_) throw( RuntimeException ) in setAttrAny2()
1278 void SAL_CALL OComponent::methodStruct(const Property& aProp) throw( RuntimeException ) in methodStruct()
1287 Property SAL_CALL OComponent::retMethodStruct(void) throw( RuntimeException ) in retMethodStruct()
1296 Property SAL_CALL OComponent::getAttrStruct(void) throw( RuntimeException) in getAttrStruct()
1306 void SAL_CALL OComponent::setAttrStruct(const Property& AttrStruct_) throw( RuntimeException ) in setAttrStruct()
1315 Property SAL_CALL OComponent::methodStruct2( const Property& aProp ) throw (RuntimeException) in methodStruct2()
1321 void SAL_CALL OComponent::other_methodAnyIn(const Any& ) throw( RuntimeException ) in other_methodAnyIn()
1324 void SAL_CALL OComponent::other_methodAnyOut(Any& rAny) throw( RuntimeException ) in other_methodAnyOut()
1329 Any SAL_CALL OComponent::other_methodAnyRet(void) throw(RuntimeException ) in other_methodAnyRet()
1335 void SAL_CALL OComponent::in_float( float val) throw ( RuntimeException) in in_float()
1343 throw (RuntimeException) in other_methodAny()
1354 throw RuntimeException(); in other_methodAny()
1448 …::testInterface( const Reference< XCallback >& xCallback, sal_Int32 mode ) throw(RuntimeException) in testInterface()
2066 void SAL_CALL OComponent::setObject( const Reference< XInterface >& val ) throw (RuntimeException) in setObject()
2071 sal_Bool SAL_CALL OComponent::isSame( const Reference< XInterface >& val ) throw (RuntimeException) in isSame()
2079 Reference< XInterface > SAL_CALL OComponent::getThis( ) throw (RuntimeException) in getThis()
2086 …ALL EventListener::disposing( const ::com::sun::star::lang::EventObject& ) throw (RuntimeException) in disposing()
2092 …d SAL_CALL OComponent::func( const OUString &message)throw(::com::sun::star::uno::RuntimeException) in func()
2099 OUString SAL_CALL OComponent::getName()throw(::com::sun::star::uno::RuntimeException) in getName()
2103 …ent::testInterface2( const Reference< XSimple >& xSimple, sal_Int32 mode ) throw(RuntimeException) in testInterface2()