Lines Matching refs:sheet

65         unoidl.com.sun.star.sheet.XSpreadsheet xSheet = getSpreadsheet( 0 );  in doCellRangeSamples()
131 unoidl.com.sun.star.sheet.XCellRangeData xData = in doCellRangeSamples()
132 (unoidl.com.sun.star.sheet.XCellRangeData) xCellRange; in doCellRangeSamples()
203 unoidl.com.sun.star.sheet.XCellRangeAddressable xRangeAddr = in doCellRangeSamples()
204 (unoidl.com.sun.star.sheet.XCellRangeAddressable) xCellRange; in doCellRangeSamples()
209 unoidl.com.sun.star.sheet.XSheetOperation xSheetOp = in doCellRangeSamples()
210 (unoidl.com.sun.star.sheet.XSheetOperation) xData; in doCellRangeSamples()
212 unoidl.com.sun.star.sheet.GeneralFunction.AVERAGE ); in doCellRangeSamples()
235 private unoidl.com.sun.star.sheet.XCellSeries getCellSeries( in getCellSeries()
236 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, String aRange ) in getCellSeries()
238 return (unoidl.com.sun.star.sheet.XCellSeries) in getCellSeries()
257 private unoidl.com.sun.star.sheet.XSpreadsheetDocument mxDocument;
281 public unoidl.com.sun.star.sheet.XSpreadsheetDocument getDocument() in getDocument()
289 public unoidl.com.sun.star.sheet.XSpreadsheet getSpreadsheet( int nIndex ) in getSpreadsheet()
292 unoidl.com.sun.star.sheet.XSpreadsheets xSheets = in getSpreadsheet()
298 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in getSpreadsheet()
299 (unoidl.com.sun.star.sheet.XSpreadsheet) in getSpreadsheet()
309 public unoidl.com.sun.star.sheet.XSpreadsheet insertSpreadsheet( in insertSpreadsheet()
313 unoidl.com.sun.star.sheet.XSpreadsheets xSheets = in insertSpreadsheet()
317 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in insertSpreadsheet()
318 (unoidl.com.sun.star.sheet.XSpreadsheet) in insertSpreadsheet()
332 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setValue()
345 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setFormula()
360 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setDate()
394 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in prepareRange()
420 unoidl.com.sun.star.sheet.XCellRangeAddressable xAddr = in prepareRange()
421 (unoidl.com.sun.star.sheet.XCellRangeAddressable) xCellRange; in prepareRange()
452 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in createCellAddress()
455 unoidl.com.sun.star.sheet.XCellAddressable xAddr = in createCellAddress()
456 (unoidl.com.sun.star.sheet.XCellAddressable) in createCellAddress()
466 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, String aRange ) in createCellRangeAddress()
468 unoidl.com.sun.star.sheet.XCellRangeAddressable xAddr = in createCellRangeAddress()
469 (unoidl.com.sun.star.sheet.XCellRangeAddressable) in createCellRangeAddress()
508 unoidl.com.sun.star.sheet.XSheetCellRange xCellRange, bool bWithSheet ) in getCellRangeAddressString()
513 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in getCellRangeAddressString()
519 unoidl.com.sun.star.sheet.XCellRangeAddressable xAddr = in getCellRangeAddressString()
520 (unoidl.com.sun.star.sheet.XCellRangeAddressable) xCellRange; in getCellRangeAddressString()
540 unoidl.com.sun.star.sheet.XSheetCellRange xCellRange = in getCellRangeListString()
541 (unoidl.com.sun.star.sheet.XSheetCellRange) aRangeObj.Value; in getCellRangeListString()
566 private unoidl.com.sun.star.sheet.XSpreadsheetDocument initDocument() in initDocument()
575 return (unoidl.com.sun.star.sheet.XSpreadsheetDocument) xComponent; in initDocument()