Lines Matching refs:SAL_CALL

135 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…  in queryInterface()
156 virtual void SAL_CALL acquire() throw() in acquire()
158 virtual void SAL_CALL release() throw() in release()
162 virtual OUString SAL_CALL getImplementationName() throw (RuntimeException);
163 …virtual sal_Bool SAL_CALL supportsService( const OUString & rServiceName ) throw (RuntimeException…
164 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw (RuntimeException);
167 virtual sal_Int32 SAL_CALL getLong_attr() throw(::com::sun::star::uno::RuntimeException) in getLong_attr()
169 …virtual void SAL_CALL setLong_attr( sal_Int32 /* _attributelong */) throw(::com::sun::star::uno::R… in setLong_attr()
171 virtual sal_Int64 SAL_CALL getHyper_attr() throw(::com::sun::star::uno::RuntimeException) in getHyper_attr()
173 …virtual void SAL_CALL setHyper_attr( sal_Int64 /* _attributehyper */) throw(::com::sun::star::uno:… in setHyper_attr()
175 virtual float SAL_CALL getFloat_attr() throw(::com::sun::star::uno::RuntimeException) in getFloat_attr()
177 …virtual void SAL_CALL setFloat_attr( float /* _attributefloat */) throw(::com::sun::star::uno::Run… in setFloat_attr()
179 virtual double SAL_CALL getDouble_attr() throw(::com::sun::star::uno::RuntimeException) in getDouble_attr()
181 …virtual void SAL_CALL setDouble_attr( double /* _attributedouble */) throw(::com::sun::star::uno::… in setDouble_attr()
183 virtual OUString SAL_CALL getString_attr() throw(::com::sun::star::uno::RuntimeException) in getString_attr()
185 …virtual void SAL_CALL setString_attr( const ::rtl::OUString& /* _attributestring */) throw(::com::… in setString_attr()
187 …virtual Reference< XInterface > SAL_CALL getInterface_attr() throw(::com::sun::star::uno::RuntimeE… in getInterface_attr()
189 …virtual void SAL_CALL setInterface_attr( const Reference< XInterface >& /* _attributeinterface */)… in setInterface_attr()
191 virtual Any SAL_CALL getAny_attr() throw(::com::sun::star::uno::RuntimeException) in getAny_attr()
193 …virtual void SAL_CALL setAny_attr( const Any& /* _attributeany */) throw(::com::sun::star::uno::Ru… in setAny_attr()
195 …virtual Sequence< Reference< XInterface > > SAL_CALL getSequence_attr() throw(::com::sun::star::un… in getSequence_attr()
197 …virtual void SAL_CALL setSequence_attr( const Sequence< Reference< XInterface > >& /* _attributese… in setSequence_attr()
199 virtual ComplexTypes SAL_CALL getStruct_attr() throw(::com::sun::star::uno::RuntimeException) in getStruct_attr()
201 …virtual void SAL_CALL setStruct_attr( const ::com::sun::star::test::performance::ComplexTypes& /* … in setStruct_attr()
205 virtual sal_Int32 SAL_CALL getLong() throw(::com::sun::star::uno::RuntimeException) in getLong()
207 …virtual void SAL_CALL setLong( sal_Int32 /* _long */) throw(::com::sun::star::uno::RuntimeExceptio… in setLong()
209 virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException) in getHyper()
211 …virtual void SAL_CALL setHyper( sal_Int64 /* _hyper */) throw(::com::sun::star::uno::RuntimeExcept… in setHyper()
213 virtual float SAL_CALL getFloat() throw(::com::sun::star::uno::RuntimeException) in getFloat()
215 … virtual void SAL_CALL setFloat( float /* _float */) throw(::com::sun::star::uno::RuntimeException) in setFloat()
217 virtual double SAL_CALL getDouble() throw(::com::sun::star::uno::RuntimeException) in getDouble()
219 …virtual void SAL_CALL setDouble( double /* _double */) throw(::com::sun::star::uno::RuntimeExcepti… in setDouble()
221 virtual OUString SAL_CALL getString() throw(::com::sun::star::uno::RuntimeException) in getString()
223 …virtual void SAL_CALL setString( const ::rtl::OUString& /* _string */) throw(::com::sun::star::uno… in setString()
225 …virtual Reference< XInterface > SAL_CALL getInterface() throw(::com::sun::star::uno::RuntimeExcept… in getInterface()
227 …virtual void SAL_CALL setInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno:… in setInterface()
229 virtual Any SAL_CALL getAny() throw(::com::sun::star::uno::RuntimeException) in getAny()
231 …virtual void SAL_CALL setAny( const ::com::sun::star::uno::Any& /* _any */) throw(::com::sun::star… in setAny()
233 …virtual Sequence< Reference< XInterface > > SAL_CALL getSequence() throw(::com::sun::star::uno::Ru… in getSequence()
235 …virtual void SAL_CALL setSequence( const Sequence< Reference< XInterface > >& /*_sequence */) thro… in setSequence()
237 virtual ComplexTypes SAL_CALL getStruct() throw(::com::sun::star::uno::RuntimeException) in getStruct()
239 …virtual void SAL_CALL setStruct( const ::com::sun::star::test::performance::ComplexTypes& /* c */)… in setStruct()
242 virtual void SAL_CALL async() throw(::com::sun::star::uno::RuntimeException);
244 virtual void SAL_CALL sync() throw(::com::sun::star::uno::RuntimeException) in sync()
246 …virtual ComplexTypes SAL_CALL complex_in( const ::com::sun::star::test::performance::ComplexTypes&… in complex_in()
248 …virtual ComplexTypes SAL_CALL complex_inout( ::com::sun::star::test::performance::ComplexTypes& aV… in complex_inout()
250 …virtual void SAL_CALL complex_oneway( const ::com::sun::star::test::performance::ComplexTypes& /* … in complex_oneway()
252 …virtual void SAL_CALL complex_noreturn( const ::com::sun::star::test::performance::ComplexTypes& /… in complex_noreturn()
254 …virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(::com::sun::star::uno::Runtime… in createObject()
256 virtual void SAL_CALL raiseRuntimeException( ) throw(::com::sun::star::uno::RuntimeException) in raiseRuntimeException()
321 void SAL_CALL OCallMe::drawLine( sal_Int32 /* x1 */, sal_Int32 /* y1 */, sal_Int32 /* x2 */, sal_In… in drawLine()
346 ::test::TestTypes SAL_CALL OCallMe::transport( const ::test::TestTypes& types ) in transport()
454 Reference< ::test::XInterfaceTest > SAL_CALL OTestFactory::createInterfaceTest( ) in createInterfaceTest()