Lines Matching refs:SAL_CALL
81 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy… in queryInterface()
102 virtual void SAL_CALL acquire() throw() in acquire()
104 virtual void SAL_CALL release() throw() in release()
108 virtual OUString SAL_CALL getImplementationName() throw (RuntimeException);
109 …virtual sal_Bool SAL_CALL supportsService( const OUString & rServiceName ) throw (RuntimeException…
110 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw (RuntimeException);
113 virtual sal_Int32 SAL_CALL getLong_attr() throw(::com::sun::star::uno::RuntimeException) in getLong_attr()
115 …virtual void SAL_CALL setLong_attr( sal_Int32 _attributelong ) throw(::com::sun::star::uno::Runtim… in setLong_attr()
117 virtual sal_Int64 SAL_CALL getHyper_attr() throw(::com::sun::star::uno::RuntimeException) in getHyper_attr()
119 …virtual void SAL_CALL setHyper_attr( sal_Int64 _attributehyper ) throw(::com::sun::star::uno::Runt… in setHyper_attr()
121 virtual float SAL_CALL getFloat_attr() throw(::com::sun::star::uno::RuntimeException) in getFloat_attr()
123 …virtual void SAL_CALL setFloat_attr( float _attributefloat ) throw(::com::sun::star::uno::RuntimeE… in setFloat_attr()
125 virtual double SAL_CALL getDouble_attr() throw(::com::sun::star::uno::RuntimeException) in getDouble_attr()
127 …virtual void SAL_CALL setDouble_attr( double _attributedouble ) throw(::com::sun::star::uno::Runti… in setDouble_attr()
129 virtual OUString SAL_CALL getString_attr() throw(::com::sun::star::uno::RuntimeException) in getString_attr()
131 …virtual void SAL_CALL setString_attr( const ::rtl::OUString& _attributestring ) throw(::com::sun::… in setString_attr()
133 …virtual Reference< XInterface > SAL_CALL getInterface_attr() throw(::com::sun::star::uno::RuntimeE… in getInterface_attr()
135 …virtual void SAL_CALL setInterface_attr( const Reference< XInterface >& _attributeinterface ) thro… in setInterface_attr()
137 virtual Any SAL_CALL getAny_attr() throw(::com::sun::star::uno::RuntimeException) in getAny_attr()
139 …virtual void SAL_CALL setAny_attr( const Any& _attributeany ) throw(::com::sun::star::uno::Runtime… in setAny_attr()
141 …virtual Sequence< Reference< XInterface > > SAL_CALL getSequence_attr() throw(::com::sun::star::un… in getSequence_attr()
143 …virtual void SAL_CALL setSequence_attr( const Sequence< Reference< XInterface > >& _attributeseque… in setSequence_attr()
145 virtual ComplexTypes SAL_CALL getStruct_attr() throw(::com::sun::star::uno::RuntimeException) in getStruct_attr()
147 …virtual void SAL_CALL setStruct_attr( const ::com::sun::star::test::performance::ComplexTypes& _at… in setStruct_attr()
151 virtual sal_Int32 SAL_CALL getLong() throw(::com::sun::star::uno::RuntimeException) in getLong()
153 virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException) in setLong()
155 virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException) in getHyper()
157 … virtual void SAL_CALL setHyper( sal_Int64 _hyper ) throw(::com::sun::star::uno::RuntimeException) in setHyper()
159 virtual float SAL_CALL getFloat() throw(::com::sun::star::uno::RuntimeException) in getFloat()
161 virtual void SAL_CALL setFloat( float _float ) throw(::com::sun::star::uno::RuntimeException) in setFloat()
163 virtual double SAL_CALL getDouble() throw(::com::sun::star::uno::RuntimeException) in getDouble()
165 virtual void SAL_CALL setDouble( double _double ) throw(::com::sun::star::uno::RuntimeException) in setDouble()
167 virtual OUString SAL_CALL getString() throw(::com::sun::star::uno::RuntimeException) in getString()
169 …virtual void SAL_CALL setString( const ::rtl::OUString& _string ) throw(::com::sun::star::uno::Run… in setString()
171 …virtual Reference< XInterface > SAL_CALL getInterface() throw(::com::sun::star::uno::RuntimeExcept… in getInterface()
173 …virtual void SAL_CALL setInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno:… in setInterface()
175 virtual Any SAL_CALL getAny() throw(::com::sun::star::uno::RuntimeException) in getAny()
177 …virtual void SAL_CALL setAny( const ::com::sun::star::uno::Any& _any ) throw(::com::sun::star::uno… in setAny()
179 …virtual Sequence< Reference< XInterface > > SAL_CALL getSequence() throw(::com::sun::star::uno::Ru… in getSequence()
181 …virtual void SAL_CALL setSequence( const Sequence< Reference< XInterface > >& _sequence ) throw(::… in setSequence()
183 virtual ComplexTypes SAL_CALL getStruct() throw(::com::sun::star::uno::RuntimeException) in getStruct()
185 …virtual void SAL_CALL setStruct( const ::com::sun::star::test::performance::ComplexTypes& c ) thro… in setStruct()
188 virtual void SAL_CALL async() throw(::com::sun::star::uno::RuntimeException) in async()
190 virtual void SAL_CALL sync() throw(::com::sun::star::uno::RuntimeException) in sync()
192 …virtual ComplexTypes SAL_CALL complex_in( const ::com::sun::star::test::performance::ComplexTypes&… in complex_in()
194 …virtual ComplexTypes SAL_CALL complex_inout( ::com::sun::star::test::performance::ComplexTypes& aV… in complex_inout()
196 …virtual void SAL_CALL complex_oneway( const ::com::sun::star::test::performance::ComplexTypes& aVa… in complex_oneway()
198 …virtual void SAL_CALL complex_noreturn( const ::com::sun::star::test::performance::ComplexTypes& a… in complex_noreturn()
200 …virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(::com::sun::star::uno::Runtime… in createObject()
202 virtual void SAL_CALL raiseRuntimeException( ) throw(::com::sun::star::uno::RuntimeException) in raiseRuntimeException()
238 static Reference< XInterface > SAL_CALL ServiceImpl_create( const Reference< XMultiServiceFactory >… in ServiceImpl_create()
254 void SAL_CALL component_getImplementationEnvironment( in component_getImplementationEnvironment()
260 sal_Bool SAL_CALL component_writeInfo( in component_writeInfo()
282 void * SAL_CALL component_getFactory( in component_getFactory()