Lines Matching refs:SAL_CALL

65 	Any					SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType )
68 void SAL_CALL acquire() throw() { OWeakObject::acquire(); } in acquire()
69 void SAL_CALL release() throw() { OWeakObject::release(); } in release()
72 Sequence< Reference < XIdlClass > > SAL_CALL getIdlClasses(void)
76 virtual Sequence< Reference< XIdlClass > > SAL_CALL getClasses( ) throw(RuntimeException) in getClasses()
78 … virtual Reference< XIdlClass > SAL_CALL getClass( const ::rtl::OUString& ) throw(RuntimeException) in getClass()
80 virtual sal_Bool SAL_CALL equals( const Reference< XIdlClass >& Type ) throw(RuntimeException) in equals()
82 …virtual sal_Bool SAL_CALL isAssignableFrom( const Reference< XIdlClass >& xType ) throw(RuntimeExc… in isAssignableFrom()
84 virtual TypeClass SAL_CALL getTypeClass( ) throw(RuntimeException) in getTypeClass()
86 virtual OUString SAL_CALL getName( ) throw(RuntimeException) in getName()
88 virtual Uik SAL_CALL getUik( ) throw(RuntimeException) in getUik()
90 virtual Sequence< Reference< XIdlClass > > SAL_CALL getSuperclasses( ) throw(RuntimeException) in getSuperclasses()
92 virtual Sequence< Reference< XIdlClass > > SAL_CALL getInterfaces( ) throw(RuntimeException);
94 virtual Reference< XIdlClass > SAL_CALL getComponentType( ) throw(RuntimeException) in getComponentType()
96 … virtual Reference< XIdlField > SAL_CALL getField( const ::rtl::OUString& ) throw(RuntimeException) in getField()
98 virtual Sequence< Reference< XIdlField > > SAL_CALL getFields( ) throw(RuntimeException) in getFields()
100 …virtual Reference< XIdlMethod > SAL_CALL getMethod( const ::rtl::OUString& ) throw(RuntimeExceptio… in getMethod()
102 virtual Sequence< Reference< XIdlMethod > > SAL_CALL getMethods( ) throw(RuntimeException) in getMethods()
104 virtual Reference< XIdlArray > SAL_CALL getArray( ) throw(RuntimeException) in getArray()
106 virtual void SAL_CALL createObject( Any& ) throw(RuntimeException) {} in createObject()
176 Any SAL_CALL OStdIdlClass::queryInterface( const Type & rType ) in queryInterface()
186 Sequence< Reference< XIdlClass > > SAL_CALL OStdIdlClass::getInterfaces( ) throw(RuntimeException) in getInterfaces()
207 Sequence< Reference < XIdlClass > > SAL_CALL OStdIdlClass::getIdlClasses(void) in getIdlClasses()
237 XIdlClass * SAL_CALL createStandardClassWithSequence( in createStandardClassWithSequence()