Searched refs:xDPTab2 (Results 1 – 1 of 1) sorted by relevance
63 private XDataPilotTable2 xDPTab2 = null; field in _XDataPilotTable279 xDPTab2 = (XDataPilotTable2)UnoRuntime.queryInterface( in before()82 if (xDPTab2 == null) in before()107 DataPilotTablePositionData posData = xDPTab2.getPositionData(addr); in _getDrillDownData()113 Object[][] data = xDPTab2.getDrillDownData(addr); in _getDrillDownData()203 Object[][] data = xDPTab2.getDrillDownData(addr); in _insertDrillDownSheet()206 xDPTab2.insertDrillDownSheet(addr); in _insertDrillDownSheet()288 CellRangeAddress rangeOutOfBound = xDPTab2.getOutputRangeByType(-1); in _getOutputRangeByType()299 CellRangeAddress rangeOutOfBound = xDPTab2.getOutputRangeByType(100); in _getOutputRangeByType()409 DataPilotTablePositionData posData = xDPTab2.getPositionData(addr); in buildResultCells()[all …]
Completed in 14 milliseconds