Home
last modified time | relevance | path

Searched refs:xSheetOp (Results 1 – 5 of 5) sorted by relevance

/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java110 …XSheetOperation xSheetOp = (XSheetOperation) UnoRuntime.queryInterface(XSheetOperation.class, xCel… in testDeleteContents() local
116 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()
/aoo42x/main/testtools/source/cliversioning/
H A Dversion.cs209 unoidl.com.sun.star.sheet.XSheetOperation xSheetOp = in doCellRangeSamples()
211 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()
/aoo42x/main/oox/source/xls/
H A Dpivottablebuffer.cxx1363 …Reference< XSheetOperation > xSheetOp( getCellRangeFromDoc( maLocationModel.maRange ), UNO_QUERY_T… in finalizeImport() local
1365xSheetOp->clearContents( VALUE | DATETIME | STRING | FORMULA | HARDATTR | STYLES | EDITATTR | FORM… in finalizeImport()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java423 com.sun.star.sheet.XSheetOperation xSheetOp = (com.sun.star.sheet.XSheetOperation) in doCellRangeSamples() local
425 double fResult = xSheetOp.computeFunction( com.sun.star.sheet.GeneralFunction.AVERAGE ); in doCellRangeSamples()
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs362 unoidl.com.sun.star.sheet.XSheetOperation xSheetOp = in doCellRangeSamples()
364 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()

Completed in 73 milliseconds