Lines Matching refs:xSheet
62 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = getSpreadsheet( 0 ); in doSampleFunction()
70 xCell = xSheet.getCellByPosition( 0, 0 ); in doSampleFunction()
76 xSheet.getCellByPosition( 0, 1 ).setValue( nDblValue ); in doSampleFunction()
79 xCell = xSheet.getCellByPosition( 0, 2 ); in doSampleFunction()
90 xCell = xSheet.getCellByPosition( 0, 3 ); in doSampleFunction()
108 xCellRange = xSheet.getCellRangeByPosition( 2, 0, 3, 1 ); in doSampleFunction()
116 xCellRange = xSheet.getCellRangeByName( "C4:D5" ); in doSampleFunction()
129 xCellRange = xSheet.getCellRangeByName( "A1" ); in doSampleFunction()
134 xSheet.createCursorByRange( xSheetCellRange ); in doSampleFunction()
151 (unoidl.com.sun.star.table.XColumnRowRange) xSheet; in doSampleFunction()
165 xSheet.getCellByPosition( 2, 2 ).setFormula( aText ); in doSampleFunction()
181 xSheet.getCellByPosition( 2, 6 ).setFormula( "What a big cell." ); in doSampleFunction()
185 xSheet.getCellByPosition( 0, nRow ).setValue( nRow - 7 ); in doSampleFunction()
195 (unoidl.com.sun.star.table.XTableChartsSupplier) xSheet; in doSampleFunction()
208 aRanges[0] = createCellRangeAddress( xSheet, "A9:A14" ); in doSampleFunction()
221 xSheet.getCellByPosition( 2, 8 ).setFormula( aText ); in doSampleFunction()
224 xSheet.getCellByPosition( 2, 9 ).setFormula( aText ); in doSampleFunction()