public _FunctionDescription() {
}
public void _Arguments() {
// check if Service is available
XServiceInfo xInfo = (XServiceInfo)
UnoRuntime.queryInterface(XServiceInfo.class, oObj );
if ( ! xInfo.supportsService
( "com.sun.star.sheet.FunctionDescription" ) ) {
log.println( "Service not available !" );
tRes.tested( "Supported", false );
}