Searched refs:xSheetOp (Results 1 – 5 of 5) sorted by relevance
110 …XSheetOperation xSheetOp = (XSheetOperation) UnoRuntime.queryInterface(XSheetOperation.class, xCel… in testDeleteContents() local116 xSheetOp.clearContents(4); in testDeleteContents()126 xSheetOp.clearContents(2); in testDeleteContents()135 xSheetOp.clearContents(16); in testDeleteContents()141 xSheetOp.clearContents(8); in testDeleteContents()158 xSheetOp.clearContents(1); in testDeleteContents()175 xSheetOp.clearContents(128); in testDeleteContents()
209 unoidl.com.sun.star.sheet.XSheetOperation xSheetOp = in doCellRangeSamples()211 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()
1363 …Reference< XSheetOperation > xSheetOp( getCellRangeFromDoc( maLocationModel.maRange ), UNO_QUERY_T… in finalizeImport() local1365 …xSheetOp->clearContents( VALUE | DATETIME | STRING | FORMULA | HARDATTR | STYLES | EDITATTR | FORM… in finalizeImport()
362 unoidl.com.sun.star.sheet.XSheetOperation xSheetOp = in doCellRangeSamples()364 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()
423 com.sun.star.sheet.XSheetOperation xSheetOp = (com.sun.star.sheet.XSheetOperation) in doCellRangeSamples() local425 double fResult = xSheetOp.computeFunction( com.sun.star.sheet.GeneralFunction.AVERAGE ); in doCellRangeSamples()
Completed in 92 milliseconds