Lines Matching refs:table

196         com.sun.star.table.XCell xCell = null;  in doCellSamples()
272 com.sun.star.table.CellAddress aAddress = xCellAddr.getCellAddress(); in doCellSamples()
299 com.sun.star.table.XCellRange xCellRange = null; in doCellRangeSamples()
301 com.sun.star.table.CellRangeAddress aRangeAddress = null; in doCellRangeSamples()
365 com.sun.star.table.XColumnRowRange xColRowRange = (com.sun.star.table.XColumnRowRange) in doCellRangeSamples()
366 UnoRuntime.queryInterface( com.sun.star.table.XColumnRowRange.class, xCellRange ); in doCellRangeSamples()
367 com.sun.star.table.XTableColumns xColumns = xColRowRange.getColumns(); in doCellRangeSamples()
496 com.sun.star.table.CellRangeAddress aFormulaRange = createCellRangeAddress( xSheet, "E26" ); in doCellRangeSamples()
497 com.sun.star.table.CellAddress aColCell = createCellAddress( xSheet, "E27" ); in doCellRangeSamples()
498 com.sun.star.table.CellAddress aRowCell = createCellAddress( xSheet, "F26" ); in doCellRangeSamples()
571 com.sun.star.table.CellAddress aAddr = xAddr.getCellAddress(); in doCellRangesSamples()
591 com.sun.star.table.CellRangeAddress aAddress = new com.sun.star.table.CellRangeAddress(); in insertRange()
614 com.sun.star.table.XCellRange xRange = xSheet.getCellRangeByName( "F22" ); in doCellCursorSamples()
644 com.sun.star.table.XCellRange xCellRange; in doFormattingSamples()
773 com.sun.star.table.XAutoFormattable xAutoForm = (com.sun.star.table.XAutoFormattable) in doFormattingSamples()
774 UnoRuntime.queryInterface( com.sun.star.table.XAutoFormattable.class, xCellRange ); in doFormattingSamples()
835 … com.sun.star.table.CellRangeAddress aSourceRange = createCellRangeAddress( xSheet, "A2:B3" ); in doDocumentSamples()
836 com.sun.star.table.CellAddress aDestCell = createCellAddress( xSheet, "D2" ); in doDocumentSamples()
874 com.sun.star.table.XCellRange xCellRange = xSheet.getCellRangeByName( "A7:C7" ); in doDocumentSamples()
934 com.sun.star.table.XCellRange xCellRange = xSheet.getCellRangeByName( aRange ); in insertScenario()
939 … com.sun.star.table.CellRangeAddress[] aRangesSeq = new com.sun.star.table.CellRangeAddress[1]; in insertScenario()
995 com.sun.star.table.CellAddress aRefPos = new com.sun.star.table.CellAddress(); in doNamedRangesSamples()
1008 com.sun.star.table.XCellRange xRange = xSheet.getCellRangeByPosition( 6, 47, 7, 49 ); in doNamedRangesSamples()
1023 com.sun.star.table.CellRangeAddress aLabelArea = new com.sun.star.table.CellRangeAddress(); in doNamedRangesSamples()
1029 com.sun.star.table.CellRangeAddress aDataArea = new com.sun.star.table.CellRangeAddress(); in doNamedRangesSamples()
1119 com.sun.star.table.XCellRange xRange = xSheet.getCellRangeByName( "B3:D24" ); in doDatabaseSamples()
1170 com.sun.star.table.XCellRange xCritRange = xSheet.getCellRangeByName( "B27:B28" ); in doDatabaseSamples()
1187 com.sun.star.table.TableSortField[] aSortFields = new com.sun.star.table.TableSortField[1]; in doDatabaseSamples()
1188 aSortFields[0] = new com.sun.star.table.TableSortField(); in doDatabaseSamples()
1236 com.sun.star.table.XCellRange xImportRange = xSheet.getCellRangeByName( "B35:B35" ); in doDatabaseSamples()
1262 com.sun.star.table.XCellRange xResultRange = xRef.getReferredCells(); in doDatabaseSamples()
1289 … com.sun.star.table.CellRangeAddress aSourceAddress = createCellRangeAddress( xSheet, "A10:C30" ); in doDataPilotSamples()
1312 com.sun.star.table.CellAddress aDestAddress = createCellAddress( xSheet, "A40" ); in doDataPilotSamples()