Lines Matching refs:OComponent

75 class OComponent : public WeakImplHelper7<  class
135 OComponent( const Reference<XMultiServiceFactory> & rFactory ) : in OComponent() function in OComponent
137 ~OComponent();
346 OComponent::~OComponent() in ~OComponent()
356 OComponent* o= new OComponent( rSMgr ); in OComponent_CreateInstance()
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()
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()