Lines Matching refs:sheet

44     private unoidl.com.sun.star.sheet.XSpreadsheetDocument mxDocument;
67 public unoidl.com.sun.star.sheet.XSpreadsheetDocument getDocument() in getDocument()
75 public unoidl.com.sun.star.sheet.XSpreadsheet getSpreadsheet( int nIndex ) in getSpreadsheet()
78 unoidl.com.sun.star.sheet.XSpreadsheets xSheets = in getSpreadsheet()
84 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in getSpreadsheet()
85 (unoidl.com.sun.star.sheet.XSpreadsheet) in getSpreadsheet()
95 public unoidl.com.sun.star.sheet.XSpreadsheet insertSpreadsheet( in insertSpreadsheet()
99 unoidl.com.sun.star.sheet.XSpreadsheets xSheets = in insertSpreadsheet()
103 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in insertSpreadsheet()
104 (unoidl.com.sun.star.sheet.XSpreadsheet) in insertSpreadsheet()
118 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setValue()
131 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setFormula()
146 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in setDate()
180 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in prepareRange()
206 unoidl.com.sun.star.sheet.XCellRangeAddressable xAddr = in prepareRange()
207 (unoidl.com.sun.star.sheet.XCellRangeAddressable) xCellRange; in prepareRange()
238 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, in createCellAddress()
241 unoidl.com.sun.star.sheet.XCellAddressable xAddr = in createCellAddress()
242 (unoidl.com.sun.star.sheet.XCellAddressable) in createCellAddress()
252 unoidl.com.sun.star.sheet.XSpreadsheet xSheet, String aRange ) in createCellRangeAddress()
254 unoidl.com.sun.star.sheet.XCellRangeAddressable xAddr = in createCellRangeAddress()
255 (unoidl.com.sun.star.sheet.XCellRangeAddressable) in createCellRangeAddress()
294 unoidl.com.sun.star.sheet.XSheetCellRange xCellRange, bool bWithSheet ) in getCellRangeAddressString()
299 unoidl.com.sun.star.sheet.XSpreadsheet xSheet = in getCellRangeAddressString()
305 unoidl.com.sun.star.sheet.XCellRangeAddressable xAddr = in getCellRangeAddressString()
306 (unoidl.com.sun.star.sheet.XCellRangeAddressable) xCellRange; in getCellRangeAddressString()
326 unoidl.com.sun.star.sheet.XSheetCellRange xCellRange = in getCellRangeListString()
327 (unoidl.com.sun.star.sheet.XSheetCellRange) aRangeObj.Value; in getCellRangeListString()
352 private unoidl.com.sun.star.sheet.XSpreadsheetDocument initDocument() in initDocument()
361 return (unoidl.com.sun.star.sheet.XSpreadsheetDocument) xComponent; in initDocument()