Home
last modified time | relevance | path

Searched refs:computeFunction (Results 1 – 12 of 12) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetOperation.java63 resultVal = oObj.computeFunction(GeneralFunction.SUM); in _clearContents()
88 resultVal = oObj.computeFunction (GeneralFunction.COUNT) ; in _computeFunction()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetOperation.idl63 double computeFunction(
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs211 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellRangesObj.csv110 "ScCellRangesObj";"com::sun::star::sheet::XSheetOperation";"computeFunction()"
H A Dcom.sun.star.comp.office.ScCellRangeObj.csv106 "ScCellRangeObj";"com::sun::star::sheet::XSheetOperation";"computeFunction()"
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv113 "ScCellCursorObj";"com::sun::star::sheet::XSheetOperation";"computeFunction()"
H A Dcom.sun.star.comp.office.ScTableSheetObj.csv114 "ScTableSheetObj";"com::sun::star::sheet::XSheetOperation";"computeFunction()"
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java425 double fResult = xSheetOp.computeFunction( com.sun.star.sheet.GeneralFunction.AVERAGE ); in doCellRangeSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs364 double fResult = xSheetOp.computeFunction( in doCellRangeSamples()
/trunk/main/sc/inc/
H A Dcellsuno.hxx261 virtual double SAL_CALL computeFunction( ::com::sun::star::sheet::GeneralFunction nFunction )
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2593 … sal_uInt32 nCount(sal_uInt32(xSheetOperation->computeFunction(sheet::GeneralFunction_COUNT))); in _ExportAutoStyles()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1783 double SAL_CALL ScCellRangesBase::computeFunction( sheet::GeneralFunction nFunction ) in computeFunction() function in ScCellRangesBase

Completed in 111 milliseconds