Home
last modified time | relevance | path

Searched refs:getArrayFormula (Results 1 – 9 of 9) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XArrayFormulaRange.java142 String gFormula = oObj.getArrayFormula() ; in _getArrayFormula()
145 log.println("Method returned : '" + oObj.getArrayFormula() + "'") ; in _getArrayFormula()
/trunk/main/offapi/com/sun/star/sheet/
H A DXArrayFormulaRange.idl46 string getArrayFormula();
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java479 System.out.println( "Array formula is: " + xArrayFormula.getArrayFormula() ); in doCellRangeSamples()
624 + " contains formula " + xArray.getArrayFormula() ); in doCellCursorSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs437 "Array formula is: " + xArrayFormula.getArrayFormula() ); in doCellRangeSamples()
599 + " contains formula " + xArray.getArrayFormula() ); in doCellCursorSamples()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellRangeObj.csv120 "ScCellRangeObj";"com::sun::star::sheet::XArrayFormulaRange";"getArrayFormula()"
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv127 "ScCellCursorObj";"com::sun::star::sheet::XArrayFormulaRange";"getArrayFormula()"
H A Dcom.sun.star.comp.office.ScTableSheetObj.csv141 "ScTableSheetObj";"com::sun::star::sheet::XArrayFormulaRange";"getArrayFormula()"
/trunk/main/sc/inc/
H A Dcellsuno.hxx668 virtual ::rtl::OUString SAL_CALL getArrayFormula() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5057 rtl::OUString SAL_CALL ScCellRangeObj::getArrayFormula() throw(uno::RuntimeException) in getArrayFormula() function in ScCellRangeObj

Completed in 83 milliseconds