summaryrefslogtreecommitdiff
path: root/testtools/source/performance/ubobject.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testtools/source/performance/ubobject.cxx')
-rw-r--r--testtools/source/performance/ubobject.cxx90
1 files changed, 45 insertions, 45 deletions
diff --git a/testtools/source/performance/ubobject.cxx b/testtools/source/performance/ubobject.cxx
index bd1fc93cfa87..3b8a04d4b11d 100644
--- a/testtools/source/performance/ubobject.cxx
+++ b/testtools/source/performance/ubobject.cxx
@@ -73,7 +73,7 @@ public:
{}
// XInterface
- virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun::star::uno::RuntimeException)
+ virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw(css::uno::RuntimeException)
{
// execution time remains appr. constant any time
Any aRet;
@@ -105,96 +105,96 @@ public:
virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw (RuntimeException);
// Attributes
- virtual sal_Int32 SAL_CALL getLong_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual sal_Int32 SAL_CALL getLong_attr() throw(css::uno::RuntimeException)
{ return 0; }
- virtual void SAL_CALL setLong_attr( sal_Int32 _attributelong ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setLong_attr( sal_Int32 _attributelong ) throw(css::uno::RuntimeException)
{}
- virtual sal_Int64 SAL_CALL getHyper_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual sal_Int64 SAL_CALL getHyper_attr() throw(css::uno::RuntimeException)
{ return 0; }
- virtual void SAL_CALL setHyper_attr( sal_Int64 _attributehyper ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setHyper_attr( sal_Int64 _attributehyper ) throw(css::uno::RuntimeException)
{}
- virtual float SAL_CALL getFloat_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual float SAL_CALL getFloat_attr() throw(css::uno::RuntimeException)
{ return 0.0; }
- virtual void SAL_CALL setFloat_attr( float _attributefloat ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setFloat_attr( float _attributefloat ) throw(css::uno::RuntimeException)
{}
- virtual double SAL_CALL getDouble_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual double SAL_CALL getDouble_attr() throw(css::uno::RuntimeException)
{ return 0.0; }
- virtual void SAL_CALL setDouble_attr( double _attributedouble ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setDouble_attr( double _attributedouble ) throw(css::uno::RuntimeException)
{}
- virtual OUString SAL_CALL getString_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual OUString SAL_CALL getString_attr() throw(css::uno::RuntimeException)
{ return _aDummyString; }
- virtual void SAL_CALL setString_attr( const OUString& _attributestring ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setString_attr( const OUString& _attributestring ) throw(css::uno::RuntimeException)
{}
- virtual Reference< XInterface > SAL_CALL getInterface_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual Reference< XInterface > SAL_CALL getInterface_attr() throw(css::uno::RuntimeException)
{ return Reference< XInterface >(); }
- virtual void SAL_CALL setInterface_attr( const Reference< XInterface >& _attributeinterface ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setInterface_attr( const Reference< XInterface >& _attributeinterface ) throw(css::uno::RuntimeException)
{}
- virtual Any SAL_CALL getAny_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual Any SAL_CALL getAny_attr() throw(css::uno::RuntimeException)
{ return _aDummyAny; }
- virtual void SAL_CALL setAny_attr( const Any& _attributeany ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setAny_attr( const Any& _attributeany ) throw(css::uno::RuntimeException)
{}
- virtual Sequence< Reference< XInterface > > SAL_CALL getSequence_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual Sequence< Reference< XInterface > > SAL_CALL getSequence_attr() throw(css::uno::RuntimeException)
{ return _aDummySequence; }
- virtual void SAL_CALL setSequence_attr( const Sequence< Reference< XInterface > >& _attributesequence ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setSequence_attr( const Sequence< Reference< XInterface > >& _attributesequence ) throw(css::uno::RuntimeException)
{}
- virtual ComplexTypes SAL_CALL getStruct_attr() throw(::com::sun::star::uno::RuntimeException)
+ virtual ComplexTypes SAL_CALL getStruct_attr() throw(css::uno::RuntimeException)
{ return _aDummyStruct; }
- virtual void SAL_CALL setStruct_attr( const ::com::sun::star::test::performance::ComplexTypes& _attributestruct ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setStruct_attr( const css::test::performance::ComplexTypes& _attributestruct ) throw(css::uno::RuntimeException)
{}
// Methods
- virtual sal_Int32 SAL_CALL getLong() throw(::com::sun::star::uno::RuntimeException)
+ virtual sal_Int32 SAL_CALL getLong() throw(css::uno::RuntimeException)
{ return 0; }
- virtual void SAL_CALL setLong( sal_Int32 _long ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setLong( sal_Int32 _long ) throw(css::uno::RuntimeException)
{}
- virtual sal_Int64 SAL_CALL getHyper() throw(::com::sun::star::uno::RuntimeException)
+ virtual sal_Int64 SAL_CALL getHyper() throw(css::uno::RuntimeException)
{ return 0; }
- virtual void SAL_CALL setHyper( sal_Int64 _hyper ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setHyper( sal_Int64 _hyper ) throw(css::uno::RuntimeException)
{}
- virtual float SAL_CALL getFloat() throw(::com::sun::star::uno::RuntimeException)
+ virtual float SAL_CALL getFloat() throw(css::uno::RuntimeException)
{ return 0; }
- virtual void SAL_CALL setFloat( float _float ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setFloat( float _float ) throw(css::uno::RuntimeException)
{}
- virtual double SAL_CALL getDouble() throw(::com::sun::star::uno::RuntimeException)
+ virtual double SAL_CALL getDouble() throw(css::uno::RuntimeException)
{ return 0; }
- virtual void SAL_CALL setDouble( double _double ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setDouble( double _double ) throw(css::uno::RuntimeException)
{}
- virtual OUString SAL_CALL getString() throw(::com::sun::star::uno::RuntimeException)
+ virtual OUString SAL_CALL getString() throw(css::uno::RuntimeException)
{ return _aDummyString; }
- virtual void SAL_CALL setString( const OUString& _string ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setString( const OUString& _string ) throw(css::uno::RuntimeException)
{}
- virtual Reference< XInterface > SAL_CALL getInterface() throw(::com::sun::star::uno::RuntimeException)
+ virtual Reference< XInterface > SAL_CALL getInterface() throw(css::uno::RuntimeException)
{ return Reference< XInterface >(); }
- virtual void SAL_CALL setInterface( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _interface ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setInterface( const css::uno::Reference< css::uno::XInterface >& _interface ) throw(css::uno::RuntimeException)
{}
- virtual Any SAL_CALL getAny() throw(::com::sun::star::uno::RuntimeException)
+ virtual Any SAL_CALL getAny() throw(css::uno::RuntimeException)
{ return _aDummyAny; }
- virtual void SAL_CALL setAny( const ::com::sun::star::uno::Any& _any ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setAny( const css::uno::Any& _any ) throw(css::uno::RuntimeException)
{}
- virtual Sequence< Reference< XInterface > > SAL_CALL getSequence() throw(::com::sun::star::uno::RuntimeException)
+ virtual Sequence< Reference< XInterface > > SAL_CALL getSequence() throw(css::uno::RuntimeException)
{ return _aDummySequence; }
- virtual void SAL_CALL setSequence( const Sequence< Reference< XInterface > >& _sequence ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setSequence( const Sequence< Reference< XInterface > >& _sequence ) throw(css::uno::RuntimeException)
{}
- virtual ComplexTypes SAL_CALL getStruct() throw(::com::sun::star::uno::RuntimeException)
+ virtual ComplexTypes SAL_CALL getStruct() throw(css::uno::RuntimeException)
{ return _aDummyStruct; }
- virtual void SAL_CALL setStruct( const ::com::sun::star::test::performance::ComplexTypes& c ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL setStruct( const css::test::performance::ComplexTypes& c ) throw(css::uno::RuntimeException)
{}
- virtual void SAL_CALL async() throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL async() throw(css::uno::RuntimeException)
{}
- virtual void SAL_CALL sync() throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL sync() throw(css::uno::RuntimeException)
{}
- virtual ComplexTypes SAL_CALL complex_in( const ::com::sun::star::test::performance::ComplexTypes& aVal ) throw(::com::sun::star::uno::RuntimeException)
+ virtual ComplexTypes SAL_CALL complex_in( const css::test::performance::ComplexTypes& aVal ) throw(css::uno::RuntimeException)
{ return aVal; }
- virtual ComplexTypes SAL_CALL complex_inout( ::com::sun::star::test::performance::ComplexTypes& aVal ) throw(::com::sun::star::uno::RuntimeException)
+ virtual ComplexTypes SAL_CALL complex_inout( css::test::performance::ComplexTypes& aVal ) throw(css::uno::RuntimeException)
{ return aVal; }
- virtual void SAL_CALL complex_oneway( const ::com::sun::star::test::performance::ComplexTypes& aVal ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL complex_oneway( const css::test::performance::ComplexTypes& aVal ) throw(css::uno::RuntimeException)
{}
- virtual void SAL_CALL complex_noreturn( const ::com::sun::star::test::performance::ComplexTypes& aVal ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL complex_noreturn( const css::test::performance::ComplexTypes& aVal ) throw(css::uno::RuntimeException)
{}
- virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(::com::sun::star::uno::RuntimeException)
+ virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(css::uno::RuntimeException)
{ return new ServiceImpl(); }
- virtual void SAL_CALL raiseRuntimeException( ) throw(::com::sun::star::uno::RuntimeException)
+ virtual void SAL_CALL raiseRuntimeException( ) throw(css::uno::RuntimeException)
{ throw _aDummyRE; }
};