|
Syntax
- oneway void async
();
Syntax
- void sync
();
Syntax
- com::sun::star::test::performance::ComplexTypes complex_in
(
- com::sun::star::test::performance::ComplexTypes aVal );
Syntax
- com::sun::star::test::performance::ComplexTypes complex_inout
(
- com::sun::star::test::performance::ComplexTypes aVal );
Syntax
- oneway void complex_oneway
(
- com::sun::star::test::performance::ComplexTypes aVal );
Syntax
- void complex_noreturn
(
- com::sun::star::test::performance::ComplexTypes aVal );
Syntax
- com::sun::star::test::performance::XPerformanceTest createObject
();
Syntax
- long getLong
();
Syntax
- void setLong
(
- long n );
Syntax
- hyper getHyper
();
Syntax
- void setHyper
(
- hyper n );
Syntax
- float getFloat
();
Syntax
- void setFloat
(
- float f );
Syntax
- double getDouble
();
Syntax
- void setDouble
(
- double f );
Syntax
- string getString
();
Syntax
- void setString
(
- string s );
Syntax
- com::sun::star::uno::XInterface getInterface
();
Syntax
- void setInterface
(
- com::sun::star::uno::XInterface x );
Syntax
- any getAny
();
Syntax
- void setAny
(
- any a );
Syntax
- sequence< com::sun::star::uno::XInterface > getSequence
();
Syntax
- void setSequence
(
- sequence< com::sun::star::uno::XInterface > seq );
Syntax
- com::sun::star::test::performance::ComplexTypes getStruct
();
Syntax
- void setStruct
(
- com::sun::star::test::performance::ComplexTypes c );
Syntax
- void raiseRuntimeException
();
|