// _XDataPilotTable
XDataPilotTable xDataPilotTable = (XDataPilotTable)
UnoRuntime.queryInterface(XDataPilotTable.class,
mDataPilotTableObject);
_XDataPilotTable _xDataPilotTable =
new _XDataPilotTable(xDataPilotTable, log, param);
assure("before failed.", _xDataPilotTable.before());
assure("_getOutputRange failed.", _xDataPilotTable._getOutputRange()) ;
assure("_refresh failed.", _xDataPilotTable._refresh()) ;
// _XDataPilotDescriptor
XDataPilotDescriptor xDataPilotDescriptor = (XDataPilotDescriptor)
UnoRuntime.queryInterface(XDataPilotDescriptor.class,
mDataPilotTableObject);