Home
last modified time | relevance | path

Searched refs:fResult (Results 26 – 30 of 30) sorted by relevance

12

/aoo41x/main/testtools/source/cliversioning/
H A Dversion.cs211 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java425 double fResult = xSheetOp.computeFunction( com.sun.star.sheet.GeneralFunction.AVERAGE ); in doCellRangeSamples() local
426 System.out.println( "Average value of the data table A10:C30: " + fResult ); in doCellRangeSamples()
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs364 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()
367 "Average value of the data table A10:C30: " + fResult ); in doCellRangeSamples()
/aoo41x/main/sc/inc/
H A Dcellsuno.hxx869 void SetFormulaResultDouble( double fResult );
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6279 void ScCellObj::SetFormulaResultDouble( double fResult ) in SetFormulaResultDouble() argument
6286 ((ScFormulaCell*)pCell)->SetHybridDouble( fResult ); in SetFormulaResultDouble()

Completed in 355 milliseconds

12