Lines Matching refs:sal_Int32

80 	sal_Int32 m_arrayConstructor;
89 Sequence<sal_Int32> m_seqLong;
95 Sequence<Sequence< sal_Int32> > m_seq1;
96 Sequence<Sequence< Sequence< sal_Int32> > > m_seq2;
105 sal_Int32 m_int32;
120 sal_Int32 m_attr_int32;
145 …virtual Sequence< sal_Int32 > SAL_CALL methodLong(const Sequence< sal_Int32 >& aSeq) throw( Runtim…
152 …virtual Sequence< Sequence< sal_Int32 > > SAL_CALL methodSequence(const Sequence< Sequence< sal_In…
153 …al Sequence< Sequence< Sequence< sal_Int32 > > > SAL_CALL methodSequence2(const Sequence< Sequence…
169 virtual Sequence< sal_Int32 > SAL_CALL getAttrLong(void) throw( RuntimeException );
170 …virtual void SAL_CALL setAttrLong(const Sequence< sal_Int32 >& AttrLong_) 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…
200 virtual ::sal_Int32 SAL_CALL getALong() throw (RuntimeException);
201 virtual void SAL_CALL setALong( ::sal_Int32 _along ) throw (RuntimeException);
223 virtual void SAL_CALL testout_methodLong(sal_Int32& 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…
236 …_CALL testout_methodMulParams4( float in1, float& out1, sal_Int32 in2, sal_Int32& out2, sal_Int32
245 virtual void SAL_CALL testinout_methodLong(sal_Int32& 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…
309 virtual sal_Int32 SAL_CALL in_methodLong( sal_Int32 rIn ) throw (RuntimeException);
320 …l_Int8 b, float f, double d, sal_Bool boo, sal_Int16 sh, sal_uInt16 us, sal_Int32 l, sal_uInt32 ul…
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…
472 Sequence< sal_Int32 > SAL_CALL OComponent::methodLong(const Sequence< sal_Int32 >& aSeq) throw( Run… in methodLong()
474 sal_Int32 _x; in methodLong()
529 for( sal_Int32 i= 0; i < aSeq.getLength(); i++) in methodXInterface()
539 Sequence< Sequence< sal_Int32 > > SAL_CALL OComponent::methodSequence(const Sequence< Sequence< sal… in methodSequence()
541 sal_Int32 value; in methodSequence()
543 const Sequence<sal_Int32>& rseq2= aSeq.getConstArray()[i]; in methodSequence()
550 …uence< Sequence< Sequence< sal_Int32 > > > SAL_CALL OComponent::methodSequence2(const Sequence< Se… in methodSequence2()
553 sal_Int32 value; in methodSequence2()
554 sal_Int32 len= aSeq.getLength(); in methodSequence2()
556 const Sequence< Sequence<sal_Int32> >& rseq2= aSeq.getConstArray()[i]; in methodSequence2()
560 const Sequence<sal_Int32> & rseq3= rseq2.getConstArray()[j]; in methodSequence2()
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()
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()
716 sal_Int32 x= 0; in setAttrSequence()
717 for( sal_Int32 i=0; i < AttrSequence.getLength(); i++) in setAttrSequence()
719 Sequence< sal_Int32 > seq= AttrSequence[i]; in setAttrSequence()
721 for ( sal_Int32 j=0; j < seq.getLength(); j++) 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()
811 ::sal_Int32 SAL_CALL OComponent::getALong() throw (RuntimeException) in getALong()
816 void SAL_CALL OComponent::setALong( ::sal_Int32 _along ) throw (RuntimeException) in setALong()
916 void SAL_CALL OComponent::testout_methodLong(sal_Int32& rOut) throw( RuntimeException ) in testout_methodLong()
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()
961 Sequence<sal_Int32>& rseq2= rOut.getArray()[i]; 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()
983 …nent::testout_methodMulParams4( float in1, float& out1, sal_Int32 in2, sal_Int32& out2, sal_Int32 in testout_methodMulParams4() argument
1028 sal_Int32 SAL_CALL OComponent::in_methodLong( sal_Int32 rIn ) throw (RuntimeException) in in_methodLong()
1111 sal_Int32, sal_uInt32, const OUString&, sal_Unicode, in in_methodAll() argument
1154 void SAL_CALL OComponent::testinout_methodLong(sal_Int32& rOut) throw( RuntimeException ) in testinout_methodLong()
1156 sal_Int32 tmp = rOut; in testinout_methodLong()
1206 void SAL_CALL OComponent::testinout_methodSequence(Sequence< sal_Int32 >& rOut) throw( RuntimeExcep… in testinout_methodSequence()
1209 sal_Int32* arr= rOut.getArray(); in testinout_methodSequence()
1210 for ( sal_Int32 i=0; i < rOut.getLength(); i++) in testinout_methodSequence()
1215 void SAL_CALL OComponent::testinout_methodSequence2(Sequence< Sequence< sal_Int32 > >& rOut) throw(… in testinout_methodSequence2()
1217 for( sal_Int32 i=0; i < rOut.getLength(); i++) in testinout_methodSequence2()
1219 Sequence< sal_Int32 >& seq= rOut.getArray()[i]; in testinout_methodSequence2()
1221 for ( sal_Int32 j=0; j < seq.getLength(); j++) in testinout_methodSequence2()
1448 void SAL_CALL OComponent::testInterface( const Reference< XCallback >& xCallback, sal_Int32 mode )… in testInterface()
1451 sal_Int32 i=0; in testInterface()
1467 sal_Int32 aLong; in testInterface()
1586 sal_Int32 aLong; in testInterface()
1764 sal_Int32 aLong= 0xfffe; in testInterface()
1812 sal_Int32 aLong= 0xffe; in testInterface()
1924 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface()
1986 sal_Int32 _long= -1; in testInterface()
2019 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface()
2041 sal_Int32 aLong= 0xffffffff; in testInterface()
2103 void SAL_CALL OComponent::testInterface2( const Reference< XSimple >& xSimple, sal_Int32 mode ) th… in testInterface2()