Lines Matching refs:SAL_CALL

139 …virtual Sequence<sal_Int8> SAL_CALL methodByte(const Sequence< sal_Int8 >& aSeq) throw( RuntimeExc…
140 …virtual Sequence<float> SAL_CALL methodFloat(const Sequence< float >& aSeq) throw( RuntimeExceptio…
141 …virtual Sequence< double > SAL_CALL methodDouble(const Sequence< double >& aSeq) throw( RuntimeExc…
142 …virtual Sequence< sal_Bool > SAL_CALL methodBool(const Sequence< sal_Bool >& aSeq) throw( RuntimeE…
143 …virtual Sequence< sal_Int16 > SAL_CALL methodShort(const Sequence< sal_Int16 >& aSeq) throw( Runti…
144 …virtual Sequence< sal_uInt16 > SAL_CALL methodUShort(const Sequence< sal_uInt16 >& aSeq) throw( Ru…
145 …virtual Sequence< sal_Int32 > SAL_CALL methodLong(const Sequence< sal_Int32 >& aSeq) throw( Runtim…
146 …virtual Sequence< sal_uInt32 > SAL_CALL methodULong(const Sequence< sal_uInt32 >& aSeq) throw( Run…
147 …virtual Sequence< OUString > SAL_CALL methodString(const Sequence< OUString >& aSeq) throw( Runtim…
148 …virtual Sequence< sal_Unicode > SAL_CALL methodChar(const Sequence< sal_Unicode >& aSeq) throw( Ru…
149 virtual Sequence< Any > SAL_CALL methodAny(const Sequence< Any >& aSeq) throw( RuntimeException );
150 …virtual Sequence< Type > SAL_CALL methodType(const Sequence< Type >& aSeq) throw( RuntimeException…
151 …virtual Sequence< Reference< XInterface > > SAL_CALL methodXInterface( const Sequence< Reference< …
152 …virtual Sequence< Sequence< sal_Int32 > > SAL_CALL methodSequence(const Sequence< Sequence< sal_In…
153 …virtual Sequence< Sequence< Sequence< sal_Int32 > > > SAL_CALL methodSequence2(const Sequence< Seq…
154 …virtual Sequence< Reference<XEventListener> > SAL_CALL methodXEventListeners( const Sequence<Refer…
155 …virtual Sequence< Sequence<Reference<XEventListener > > > SAL_CALL methodXEventListenersMul( const…
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 …virtual 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 …virtual void SAL_CALL setAttrShort(const Sequence< sal_Int16 >& AttrShort_) throw( RuntimeExceptio…
167 virtual Sequence< sal_uInt16 > SAL_CALL getAttrUShort(void) throw( RuntimeException );
168 …virtual void SAL_CALL setAttrUShort(const Sequence< sal_uInt16 >& AttrUShort_) throw( RuntimeExcep…
169 virtual Sequence< sal_Int32 > SAL_CALL getAttrLong(void) throw( RuntimeException );
170 …virtual void SAL_CALL setAttrLong(const Sequence< sal_Int32 >& AttrLong_) throw( RuntimeException …
171 virtual Sequence< sal_uInt32 > SAL_CALL getAttrULong(void) throw( RuntimeException );
172 …virtual void SAL_CALL setAttrULong(const Sequence< sal_uInt32 >& AttrULong_) throw( RuntimeExcepti…
173 virtual Sequence< OUString > SAL_CALL getAttrString(void) throw(RuntimeException );
174 …virtual void SAL_CALL setAttrString(const Sequence< OUString >& AttrString_) throw( RuntimeExcepti…
175 virtual Sequence< sal_Unicode > SAL_CALL getAttrChar(void) throw( RuntimeException );
176 …virtual void SAL_CALL setAttrChar(const Sequence< sal_Unicode >& AttrChar_) throw( RuntimeExceptio…
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 …virtual void SAL_CALL setAttrSequence(const Sequence< Sequence< sal_Int32 > >& AttrSequence_) thr…
183 …virtual Sequence< Sequence< Sequence< sal_Int32 > > > SAL_CALL getAttrSequence2(void) throw( Runt…
184 …virtual void SAL_CALL setAttrSequence2(const Sequence< Sequence< Sequence< sal_Int32 > > >& AttrSe…
185 … virtual Sequence< Reference< XInterface > > SAL_CALL getAttrXInterface() throw(RuntimeException);
186 …virtual void SAL_CALL setAttrXInterface( const Sequence< Reference< XInterface > >& _attrxinterfac…
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 …virtual void SAL_CALL setAXInterface( const Reference<XInterface >& _axinterface ) throw (RuntimeE…
214 virtual Reference<XInvocation > SAL_CALL getAXInvocation() throw (RuntimeException);
215 …virtual void SAL_CALL setAXInvocation( const Reference< XInvocation >& _axinvocation ) throw (Runt…
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 …virtual void SAL_CALL testout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeException …
232 …virtual void SAL_CALL testout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( Runt…
233 …virtual void SAL_CALL testout_methodMulParams1(sal_Int32& rout1, sal_Int32& rout2) throw( RuntimeE…
234 …virtual void SAL_CALL testout_methodMulParams2(sal_Int32& rout1, sal_Int32& rout2, OUString& rout3…
235 …virtual void SAL_CALL testout_methodMulParams3(const OUString& sin, OUString& sout) throw( Runtime…
236 …virtual void SAL_CALL testout_methodMulParams4( float in1, float& out1, sal_Int32 in2, sal_Int32& …
237 …virtual void SAL_CALL testout_methodXInterface( Reference< XInterface >& rOut ) throw(RuntimeExcep…
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 …virtual void SAL_CALL testinout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeExceptio…
254 …virtual void SAL_CALL testinout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( Ru…
255 …virtual void SAL_CALL testinout_methodXInterface( Reference< XInvocation >& rOut ) throw(RuntimeEx…
256 …virtual void SAL_CALL testinout_methodXInterface2( Reference< XInterface > & rOut) throw( RuntimeE…
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);
276 virtual Any SAL_CALL other_methodAny( const Any& rAny, const OUString& typeInAny )
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 …virtual Reference<XInterface> SAL_CALL in_methodXInterface( const Reference< XInterface >& rIn ) t…
318 …virtual Reference<XInvocation > SAL_CALL in_methodInvocation( const Reference< XInvocation >& inv …
319 …virtual SimpleStruct SAL_CALL in_methodStruct( const SimpleStruct& aStruct ) throw (RuntimeExcepti…
320 …virtual void SAL_CALL in_methodAll( sal_Int8 b, float f, double d, sal_Bool boo, sal_Int16 sh, sal…
323 …virtual void SAL_CALL testInterface( const Reference< XCallback >& xCallback, sal_Int32 mode ) th…
324 …virtual void SAL_CALL testInterface2( const Reference< XSimple >& xSimple, sal_Int32 mode ) throw…
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 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (Runtim…
353 Reference<XInterface> SAL_CALL OComponent_CreateInstance( const Reference<XMultiServiceFactory> & r… in OComponent_CreateInstance()
370 extern "C" sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/, void * pRegistryKey ) in component_writeInfo()
390 extern "C" void * SAL_CALL component_getFactory( in component_getFactory()
416 extern "C" void SAL_CALL component_getImplementationEnvironment( in component_getImplementationEnvironment()
424 Sequence<sal_Int8> SAL_CALL OComponent::methodByte(const Sequence< sal_Int8 >& aSeq) throw( Runtime… in methodByte()
432 Sequence<float> SAL_CALL OComponent::methodFloat(const Sequence< float>& aSeq) throw( RuntimeExcept… in methodFloat()
440 Sequence<double> SAL_CALL OComponent::methodDouble(const Sequence< double >& aSeq) throw( RuntimeEx… in methodDouble()
448 Sequence< sal_Bool > SAL_CALL OComponent::methodBool(const Sequence< sal_Bool >& aSeq) throw( Runti… in methodBool()
456 Sequence< sal_Int16 > SAL_CALL OComponent::methodShort(const Sequence< sal_Int16 >& aSeq) throw( Ru… in methodShort()
464 Sequence< sal_uInt16 > SAL_CALL OComponent::methodUShort(const Sequence< sal_uInt16 >& aSeq) throw(… in methodUShort()
472 Sequence< sal_Int32 > SAL_CALL OComponent::methodLong(const Sequence< sal_Int32 >& aSeq) throw( Run… in methodLong()
480 Sequence< sal_uInt32 > SAL_CALL OComponent::methodULong(const Sequence< sal_uInt32 >& aSeq) throw( … in methodULong()
488 Sequence< OUString > SAL_CALL OComponent::methodString(const Sequence< OUString >& aSeq) throw( Run… in methodString()
496 Sequence< sal_Unicode > SAL_CALL OComponent::methodChar(const Sequence< sal_Unicode >& aSeq) throw(… in methodChar()
504 Sequence< Any > SAL_CALL OComponent::methodAny(const Sequence< Any >& aSeq) throw( RuntimeException… in methodAny()
517 Sequence< Type > SAL_CALL OComponent::methodType(const Sequence< Type >& aSeq) throw( RuntimeExcept… in methodType()
527 Sequence< Reference< XInterface > > SAL_CALL OComponent::methodXInterface( const Sequence< Referenc… in methodXInterface()
539 Sequence< Sequence< sal_Int32 > > SAL_CALL OComponent::methodSequence(const Sequence< Sequence< sal… in methodSequence()
550 Sequence< Sequence< Sequence< sal_Int32 > > > SAL_CALL OComponent::methodSequence2(const Sequence< … in methodSequence2()
570 Sequence< Reference< XEventListener> > SAL_CALL OComponent::methodXEventListeners( const Sequence< … in methodXEventListeners()
583 Sequence< Sequence<Reference<XEventListener > > > SAL_CALL OComponent::methodXEventListenersMul( co… in methodXEventListenersMul()
600 Sequence< sal_Int8 > SAL_CALL OComponent::getAttrByte(void) throw( RuntimeException) in getAttrByte()
604 void SAL_CALL OComponent::setAttrByte(const Sequence< sal_Int8 >& AttrByte_) throw( RuntimeExceptio… 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 void SAL_CALL OComponent::setAttrDouble(const Sequence< double >& AttrDouble_) throw( RuntimeExcept… in setAttrDouble()
626 Sequence< sal_Bool > SAL_CALL OComponent::getAttrBool(void) throw( RuntimeException) in getAttrBool()
631 void SAL_CALL OComponent::setAttrBool(const Sequence< sal_Bool >& AttrBool_) throw (RuntimeExceptio… in setAttrBool()
636 Sequence< sal_Int16 > SAL_CALL OComponent::getAttrShort(void) throw( RuntimeException) in getAttrShort()
640 void SAL_CALL OComponent::setAttrShort(const Sequence< sal_Int16 >& AttrShort_) throw( RuntimeExcep… in setAttrShort()
645 Sequence< sal_uInt16 > SAL_CALL OComponent::getAttrUShort(void) throw( RuntimeException ) in getAttrUShort()
649 void SAL_CALL OComponent::setAttrUShort(const Sequence< sal_uInt16 >& AttrUShort_) throw( RuntimeEx… in setAttrUShort()
654 Sequence< sal_Int32 > SAL_CALL OComponent::getAttrLong(void) throw( RuntimeException) in getAttrLong()
658 void SAL_CALL OComponent::setAttrLong(const Sequence< sal_Int32 >& AttrLong_) throw( RuntimeExcepti… in setAttrLong()
663 Sequence< sal_uInt32 > SAL_CALL OComponent::getAttrULong(void) throw( RuntimeException ) in getAttrULong()
667 void SAL_CALL OComponent::setAttrULong(const Sequence< sal_uInt32 >& AttrULong_) throw( RuntimeExce… in setAttrULong()
672 Sequence< OUString > SAL_CALL OComponent::getAttrString(void) throw( RuntimeException ) in getAttrString()
676 void SAL_CALL OComponent::setAttrString(const Sequence< OUString >& AttrString_) throw( RuntimeExce… in setAttrString()
681 Sequence< sal_Unicode > SAL_CALL OComponent::getAttrChar(void) throw( RuntimeException ) in getAttrChar()
685 void SAL_CALL OComponent::setAttrChar(const Sequence< sal_Unicode >& AttrChar_) throw( RuntimeExcep… 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 Sequence< Sequence< sal_Int32 > > SAL_CALL OComponent::getAttrSequence(void) throw( RuntimeExcepti… in getAttrSequence()
714 void SAL_CALL OComponent::setAttrSequence(const Sequence< Sequence< sal_Int32 > >& AttrSequence) th… in setAttrSequence()
730 Sequence< Sequence< Sequence< sal_Int32 > > > SAL_CALL OComponent::getAttrSequence2(void) throw( R… in getAttrSequence2()
734 void SAL_CALL OComponent::setAttrSequence2(const Sequence< Sequence< Sequence< sal_Int32 > > >& Att… in setAttrSequence2()
740 Sequence< Reference< XInterface > > SAL_CALL OComponent::getAttrXInterface() throw(RuntimeException) in getAttrXInterface()
744 void SAL_CALL OComponent::setAttrXInterface( const Sequence< Reference< XInterface > >& _attrxinter… 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 void SAL_CALL OComponent::setAXInterface( const Reference<XInterface >& _axinterface ) throw (Runti… in setAXInterface()
881 Reference<XInvocation > SAL_CALL OComponent::getAXInvocation() throw (RuntimeException) in getAXInvocation()
886 void SAL_CALL OComponent::setAXInvocation( const Reference< XInvocation >& _axinvocation ) throw (R… 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 void SAL_CALL OComponent::testout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeExcepti… in testout_methodSequence()
957 void SAL_CALL OComponent::testout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw( R… in testout_methodSequence2()
968 void SAL_CALL OComponent::testout_methodMulParams1(sal_Int32& rout1, sal_Int32& rout2) throw( Runti… in testout_methodMulParams1()
973 void SAL_CALL OComponent::testout_methodMulParams2(sal_Int32& rout1, sal_Int32& rout2, OUString& ro… in testout_methodMulParams2()
979 void SAL_CALL OComponent::testout_methodMulParams3(const OUString&, OUString& sout) throw( RuntimeE… in testout_methodMulParams3()
983 void SAL_CALL OComponent::testout_methodMulParams4( float in1, float& out1, sal_Int32 in2, sal_Int3… in testout_methodMulParams4()
989 void SAL_CALL OComponent::testout_methodXInterface( Reference< XInterface >& rOut ) throw(RuntimeEx… 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()
1072 Reference<XInvocation > SAL_CALL OComponent::in_methodInvocation( const Reference< XInvocation >& i… in in_methodInvocation()
1095 Reference<XInterface> SAL_CALL OComponent::in_methodXInterface( const Reference<XInterface >& rIn )… in in_methodXInterface()
1101 SimpleStruct SAL_CALL OComponent::in_methodStruct( const SimpleStruct& aStruct ) in in_methodStruct()
1109 void SAL_CALL OComponent::in_methodAll( 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 void SAL_CALL OComponent::testinout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeExcep… in testinout_methodSequence()
1215 void SAL_CALL OComponent::testinout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw(… in testinout_methodSequence2()
1229 void SAL_CALL OComponent::testinout_methodXInterface( Reference< XInvocation >& rOut ) throw(Runtim… in testinout_methodXInterface()
1244 void SAL_CALL OComponent::testinout_methodXInterface2( Reference< XInterface > & rOut) throw( Runti… 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()
1342 Any SAL_CALL OComponent::other_methodAny( const Any& rAny, const OUString& typeInAny ) in other_methodAny()
1448 void SAL_CALL OComponent::testInterface( const Reference< XCallback >& xCallback, sal_Int32 mode )… 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 void SAL_CALL EventListener::disposing( const ::com::sun::star::lang::EventObject& ) throw (Runtime… in disposing()
2092 void SAL_CALL OComponent::func( const OUString &message)throw(::com::sun::star::uno::RuntimeExcepti… in func()
2099 OUString SAL_CALL OComponent::getName()throw(::com::sun::star::uno::RuntimeException) in getName()
2103 void SAL_CALL OComponent::testInterface2( const Reference< XSimple >& xSimple, sal_Int32 mode ) th… in testInterface2()