Lines Matching refs:Sequence

83 	Sequence<sal_Int8> m_seqByte;
84 Sequence<float> m_seqFloat;
85 Sequence<double> m_seqDouble;
86 Sequence<sal_Bool> m_seqBool;
87 Sequence<sal_Int16> m_seqShort;
88 Sequence<sal_uInt16> m_seqUShort;
89 Sequence<sal_Int32> m_seqLong;
90 Sequence<sal_uInt32> m_seqULong;
91 Sequence<sal_Unicode> m_seqChar;
92 Sequence<OUString> m_seqString;
93 Sequence<Any> m_seqAny;
94 Sequence<Type> m_seqType;
95 Sequence<Sequence< sal_Int32> > m_seq1;
96 Sequence<Sequence< Sequence< sal_Int32> > > m_seq2;
99 Sequence<Reference< XInterface > > m_seqxInterface;
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…
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…
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…
361 Sequence<OUString> OComponent_getSupportedServiceNames(void) in OComponent_getSupportedServiceNames()
363 Sequence<OUString> aRet(1); in OComponent_getSupportedServiceNames()
402 Sequence<OUString> seqServiceNames; in component_getFactory()
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()
543 const Sequence<sal_Int32>& rseq2= aSeq.getConstArray()[i]; in methodSequence()
550 Sequence< Sequence< Sequence< sal_Int32 > > > SAL_CALL OComponent::methodSequence2(const Sequence< 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()
570 Sequence< Reference< XEventListener> > SAL_CALL OComponent::methodXEventListeners( const Sequence< … in methodXEventListeners()
583 Sequence< Sequence<Reference<XEventListener > > > SAL_CALL OComponent::methodXEventListenersMul( co… in methodXEventListenersMul()
588 Sequence<Reference<XEventListener> > seqInner= aSeq[i]; 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()
719 Sequence< sal_Int32 > seq= AttrSequence[i]; 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()
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()
1081 Sequence<Any> params( &anyParam, 1); in in_methodInvocation()
1082 Sequence<sal_Int16> outIndex; in in_methodInvocation()
1083 Sequence<Any> outParams; in in_methodInvocation()
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()
1219 Sequence< sal_Int32 >& seq= rOut.getArray()[i]; in testinout_methodSequence2()
1458 Sequence<Any> seqAny; in testInterface()
1459 Sequence< sal_Int8 > seqByte; in testInterface()
1577 Sequence<Any> seqAny; in testInterface()
1666 Sequence< Any >seqAny( arAny, 3); in testInterface()
1794 Sequence< Any > aSeq; in testInterface()
1799 aSeq = Sequence< Any >( arAny, 3); in testInterface()
1846 Sequence< sal_Int8 > seq( arbyte, 3); in testInterface()
1862 … xCallback->inSeqXEventListener(Sequence<Reference<XEventListener> > (arListeners, LISTENERS), in testInterface()
1863 Sequence<EventObject>(arEvents, LISTENERS)); in testInterface()
1881 Sequence<sal_Int16> seqIndizes; in testInterface()
1882 Sequence<Any> seqOutParams; in testInterface()
1883 xInv->invoke( OUString( L"outValuesAll"), Sequence<Any>(), seqIndizes, seqOutParams); in testInterface()
1906 Sequence<Any> seqAny; in testInterface()
1938 Sequence<sal_Int16> seqIndizes; in testInterface()
1939 Sequence<Any> seqOutParams; in testInterface()
1970 arAny[3] <<= Sequence< Any >( arAny, 3); in testInterface()
1989 Sequence<Any> params( arAny, 13); in testInterface()
2001 Sequence<Any> seqAny; in testInterface()
2035 Sequence<sal_Int16> seqIndizes; in testInterface()
2036 Sequence<Any> seqOutParams; in testInterface()
2046 xInv->invoke( OUString( L"inValues"), Sequence<Any>(arAny,3), seqIndizes, seqOutParams); in testInterface()