Home
last modified time | relevance | path

Searched refs:getFormula (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XCell.java91 formula = (String) oObj.getFormula(); in _getFormula()
141 formula = (String) oObj.getFormula(); in _setFormula()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotTables.java96 (CA.Column, CA.Row).getFormula().equals("Filter"); in _insertNewByName()
133 (CA.Column, CA.Row).getFormula().equals(""); in _removeByName()
H A D_XSubTotalCalculatable.java72 String formula = oSheet.getCellByPosition(0, 3).getFormula(); in _applySubTotals()
107 String formula = oSheet.getCellByPosition(0, 3).getFormula(); in _removeSubTotals()
H A D_XNamedRanges.java108 s = oSheet.getCellByPosition(1, 1).getFormula(); in _addNewByName()
109 s1 = oSheet.getCellByPosition(2, 1).getFormula(); in _addNewByName()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java79 final FormulaExpression formulaExpression = imageElement.getFormula(); in delegateContentGeneration()
246 final FormulaExpression formulaExpression = imageElement.getFormula(); in isValueChanged()
H A DTableCellLayoutController.java185 …t o = LayoutControllerUtil.evaluateExpression(getFlowController(), element, formCond.getFormula()); in getDisplayStyleName()
/trunk/main/linguistic/qa/complex/linguistic/
H A DHangulHanjaConversion.java263 re[0] = getCell(0, counter, xSpreadsheet).getFormula().trim(); in getLeftAndRight()
264 re[1] = getCell(1, counter, xSpreadsheet).getFormula().trim(); in getLeftAndRight()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DFormatCondition.java49 public FormulaExpression getFormula() in getFormula() method in FormatCondition
H A DImageElement.java45 public FormulaExpression getFormula() in getFormula() method in ImageElement
/trunk/main/reportdesign/source/core/misc/
H A Dconditionupdater.cxx104 ReportFormula aFormula( xFormatCondition->getFormula() ); in impl_adjustFormatConditions_nothrow()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DCalcDocumentTest.java82 …als( "Cell B" + (i+1) + " not having its initial value (an empty string)", "", cell.getFormula() ); in verifyInitialDocumentState()
/trunk/main/formula/inc/formula/
H A DIFunctionDescription.hxx86 … virtual ::rtl::OUString getFormula(const ::std::vector< ::rtl::OUString >& _aArguments) const = 0;
/trunk/main/sc/inc/
H A Dfuncdesc.hxx48 virtual ::rtl::OUString getFormula(const ::std::vector< ::rtl::OUString >& _aArguments) const ;
/trunk/main/reportdesign/source/ui/inc/
H A DFunctionHelper.hxx76 virtual ::rtl::OUString getFormula(const ::std::vector< ::rtl::OUString >& _aArguments) const ;
/trunk/main/reportdesign/source/core/api/
H A DFormatCondition.cxx146 ::rtl::OUString SAL_CALL OFormatCondition::getFormula() throw (uno::RuntimeException) in getFormula() function in reportdesign::OFormatCondition
H A DFunction.cxx175 ::rtl::OUString SAL_CALL OFunction::getFormula() throw (uno::RuntimeException) in getFormula() function in reportdesign::OFunction
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangeFormula.idl52 <member scope="com::sun::star::table">XCell::getFormula()</member>
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java145 + " contains " + xCell.getFormula()); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XImportable.java176 String a1 = range.getCellByPosition(0,0).getFormula(); in checkA1()
/trunk/main/offapi/com/sun/star/table/
H A DXCell.idl59 string getFormula();
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx187 ::rtl::OUString FunctionDescription::getFormula(const ::std::vector< ::rtl::OUString >& _aArguments… in getFormula() function in rptui::FunctionDescription
/trunk/main/reportdesign/source/core/inc/
H A DFormatCondition.hxx95 virtual ::rtl::OUString SAL_CALL getFormula() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellRangeObj.java252 value[i] = cell.getFormula(); in createTestEnvironment()
H A DScCellCursorObj.java266 value[i] = cell.getFormula(); in createTestEnvironment()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs86 String aText = "The formula " + xCell.getFormula() + " is "; in doSampleFunction()

Completed in 92 milliseconds

123