Home
last modified time | relevance | path

Searched refs:formula (Results 26 – 50 of 498) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/table/
H A DXCell.idl49 /** returns the formula string of a cell.
51 <p>Even if the cell does not contain a formula, an assignment of
52 this attribute's value to another cell's formula attribute would
56 default format or the formula string, including "=", of a formula
63 /** sets a formula into the cell.
66 or formula cell is created, depending on the text and the number
76 <em>string cell</em> zero is returned and for a <em>formula cell</em>
77 the result value of a formula is returned.</p>
100 <P>If the cell does not contain a formula, the error is always
/trunk/main/sc/source/ui/inc/
H A Dareasdlg.hxx63 formula::RefEdit aEdPrintArea;
64 formula::RefButton aRbPrintArea;
68 formula::RefEdit aEdRepeatRow;
69 formula::RefButton aRbRepeatRow;
73 formula::RefEdit aEdRepeatCol;
74 formula::RefButton aRbRepeatCol;
81 formula::RefEdit* pRefInputEdit;
95 DECL_LINK( Impl_ModifyHdl, formula::RefEdit* );
H A Dtabopdlg.hxx66 formula::RefEdit aEdFormulaRange;
67 formula::RefButton aRBFormulaRange;
70 formula::RefEdit aEdRowCell;
71 formula::RefButton aRBRowCell;
74 formula::RefEdit aEdColCell;
75 formula::RefButton aRBColCell;
88 formula::RefEdit* pEdActive;
H A Dconsdlg.hxx76 formula::RefEdit aEdDataArea;
77 formula::RefButton aRbDataArea;
81 formula::RefEdit aEdDestArea;
82 formula::RefButton aRbDestArea;
109 formula::RefEdit* pRefInputEdit;
116 sal_Bool VerifyEdit ( formula::RefEdit* pEd );
121 DECL_LINK( ModifyHdl, formula::RefEdit* );
H A Dparawin.hxx75 formula::RefButton aRefBtn1;
79 formula::RefButton aRefBtn2;
83 formula::RefButton aRefBtn3;
87 formula::RefButton aRefBtn4;
110 ArgEdit& rEdArg, formula::RefButton& rRefBtn);
141 formula::RefEdit* GetActiveEdit();
/trunk/main/offapi/com/sun/star/sheet/
H A DFormulaMapGroupSpecialOffset.idl44 describe a formula operand token that will be pushed onto the formula
45 stack while the formula is interpreted.
74 instruct the formula interpreter to immediately stop interpreting the
75 formula.
125 <p>Example: In the formula <code>=SUM(1;;2)</code> the second
126 parameter is empty and represented by a formula token containing the
137 describe "bad" data in a formula, e.g. data the formula parser was not
142 literally in the formula.</p>
150 formula.
153 not affect the result of the formula.</p>
[all …]
H A DXSheetAuditing.idl48 /** removes arrows for one level of dependents of a formula cell.
54 the address of the formula cell.
60 /** removes arrows for one level of precedents of a formula cell.
66 the address of the formula cell.
72 /** draws arrows between a formula cell and its dependents.
78 the address of the formula cell.
84 /** draws arrows between a formula cell and its precedents.
90 the address of the formula cell.
96 /** draws arrows between a formula cell containing an error
H A DXMultiFormulaTokens.idl45 /** gives access to multiple sets of formula tokens.
48 number of formula token sequences. The number of allowed formula token
51 method. When the client code tries to access formula tokens at index that
59 /** returns the formula at specified index as sequence of tokens.
71 /** sets the formula at specified index as sequence of tokens.
83 /** returns the number of formulas allowed in this formula token set.
H A DXArrayFormulaRange.idl43 /** returns the array formula of the range or an empty string, if the
44 range does not contain an array formula.
50 /** applies the array formula to the entire cell range.
53 the formula that will be applied as array formula. Passing an
54 empty string erases an existing array formula.
/trunk/main/formula/source/ui/dlg/
H A Dformdlgs.src150 HelpID = "formula:TabControl:RID_FORMULADLG_FORMULA_MODAL:TC_FUNCTION" ;
238 HelpID = "formula:CheckBox:RID_FORMULADLG_FORMULA_MODAL:BTN_MATRIX" ;
246 HelpID = "formula:Edit:RID_FORMULADLG_FORMULA_MODAL:ED_REF" ;
253 HelpID = "formula:ImageButton:RID_FORMULADLG_FORMULA_MODAL:RB_REF" ;
281 HelpID = "formula:PushButton:RID_FORMULADLG_FORMULA_MODAL:BTN_FORWARD" ;
318 HelpID = "formula:TabControl:RID_FORMULADLG_FORMULA:TC_FUNCTION" ;
405 HelpID = "formula:CheckBox:RID_FORMULADLG_FORMULA:BTN_MATRIX" ;
413 HelpID = "formula:Edit:RID_FORMULADLG_FORMULA:ED_REF" ;
420 HelpID = "formula:ImageButton:RID_FORMULADLG_FORMULA:RB_REF" ;
440 HelpID = "formula:PushButton:RID_FORMULADLG_FORMULA:BTN_BACKWARD" ;
[all …]
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx42 sal_Unicode FunctionManager::getSingleToken(const formula::IFunctionManager::EToken _eToken) const in getSingleToken()
65 const formula::IFunctionCategory* FunctionManager::getCategory(sal_uInt32 _nPos) const in getCategory()
76 const formula::IFunctionDescription* FunctionManager::getFunctionByName(const ::rtl::OUString& _sFu… in getFunctionByName()
78 const formula::IFunctionDescription* pDesc = NULL; in getFunctionByName()
89 void FunctionManager::fillLastRecentlyUsedFunctions(::std::vector< const formula::IFunctionDescript… in fillLastRecentlyUsedFunctions()
135 const formula::IFunctionDescription* FunctionCategory::getFunction(sal_uInt32 _nPos) const in getFunction()
151 const formula::IFunctionManager* FunctionCategory::getFunctionManager() const in getFunctionManager()
161 FunctionDescription::FunctionDescription(const formula::IFunctionCategory* _pFunctionCategory,const… in FunctionDescription()
172 const formula::IFunctionCategory* FunctionDescription::getCategory() const in getCategory()
/trunk/main/reportbuilder/java/com/sun/star/report/function/metadata/
H A DAuthorFunction.java27 import org.pentaho.reporting.libraries.formula.EvaluationException;
28 import org.pentaho.reporting.libraries.formula.FormulaContext;
29 import org.pentaho.reporting.libraries.formula.LibFormulaErrorValue;
30 import org.pentaho.reporting.libraries.formula.function.Function;
31 import org.pentaho.reporting.libraries.formula.function.ParameterCallback;
32 import org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair;
33 import org.pentaho.reporting.libraries.formula.typing.coretypes.TextType;
H A DTitleFunction.java27 import org.pentaho.reporting.libraries.formula.EvaluationException;
28 import org.pentaho.reporting.libraries.formula.FormulaContext;
29 import org.pentaho.reporting.libraries.formula.LibFormulaErrorValue;
30 import org.pentaho.reporting.libraries.formula.function.Function;
31 import org.pentaho.reporting.libraries.formula.function.ParameterCallback;
32 import org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair;
33 import org.pentaho.reporting.libraries.formula.typing.coretypes.TextType;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoFormulaContext.java26 import org.pentaho.reporting.libraries.formula.ContextEvaluationException;
27 import org.pentaho.reporting.libraries.formula.FormulaContext;
28 import org.pentaho.reporting.libraries.formula.LocalizationContext;
29 import org.pentaho.reporting.libraries.formula.function.FunctionRegistry;
30 import org.pentaho.reporting.libraries.formula.operators.OperatorFactory;
31 import org.pentaho.reporting.libraries.formula.typing.Type;
32 import org.pentaho.reporting.libraries.formula.typing.TypeRegistry;
H A DStarFunctionDescription.java35 import org.pentaho.reporting.libraries.formula.DefaultFormulaContext;
36 import org.pentaho.reporting.libraries.formula.function.FunctionDescription;
187 final StringBuffer formula = new StringBuffer(getName()); in createFormula() local
188 formula.append('('); in createFormula()
195 formula.append(arguments[i]); in createFormula()
198 formula.append(';'); in createFormula()
201 formula.append(')'); in createFormula()
202 return formula.toString(); in createFormula()
/trunk/main/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx220 sal_Bool bDoubleRef=(pToken->GetType()==formula::svDoubleRef); in ShowFormulaReference()
223 if(pToken->GetType()==formula::svSingleRef || bDoubleRef) in ShowFormulaReference()
297 void ScFormulaReferenceHelper::ReleaseFocus( formula::RefEdit* pEdit, formula::RefButton* pButton ) in ReleaseFocus()
413 void ScFormulaReferenceHelper::RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton ) in RefInputStart()
501 void ScFormulaReferenceHelper::ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButto… in ToggleCollapsed()
882 void ScRefHandler::RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton ) in RefInputStart()
888 void ScRefHandler::ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton ) in ToggleCollapsed()
998 void ScRefHandler::ReleaseFocus( formula::RefEdit* pEdit, formula::RefButton* pButton ) in ReleaseFocus()
/trunk/main/formula/
H A DAllLangResTarget_for.mk26 $(eval $(call gb_AllLangResTarget_set_reslocation,for,formula))
37 -I$(WORKDIR)/inc/formula \
38 -I$(SRCDIR)/formula/source/core/inc \
39 -I$(SRCDIR)/formula/source/core/api \
40 -I$(SRCDIR)/formula/source/core/resource \
44 formula/source/core/resource/core_resource.src \
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx203 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in SetReference()
310 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Impl_Reset()
360 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Impl_GetItem()
447 formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in Impl_FillLists()
585 pRefInputEdit = (formula::RefEdit*) pCtr; in IMPL_LINK()
645 IMPL_LINK( ScPrintAreasDlg, Impl_ModifyHdl, formula::RefEdit*, pEd ) in IMPL_LINK()
780 case formula::FormulaGrammar::CONV_OOO: in lcl_CheckRepeatOne()
782 case formula::FormulaGrammar::CONV_XL_A1: in lcl_CheckRepeatOne()
784 case formula::FormulaGrammar::CONV_XL_R1C1: in lcl_CheckRepeatOne()
799 const formula::FormulaGrammar::AddressConvention eConv = pDoc->GetAddressConvention(); in lcl_CheckRepeatString()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Daddruno.cxx68 sal_Bool ScAddressConversionObj::ParseUIString( const String& rUIString, ::formula::FormulaGrammar:… in ParseUIString()
193 … ::formula::FormulaGrammar::AddressConvention eConv = aNameStr.EqualsAscii( SC_UNONAME_XLA1REPR ) ? in setPropertyValue()
194 ::formula::FormulaGrammar::CONV_XL_A1 : ::formula::FormulaGrammar::CONV_OOO; in setPropertyValue()
271 … ::formula::FormulaGrammar::AddressConvention eConv = aNameStr.EqualsAscii( SC_UNONAME_XLA1REPR ) ? in getPropertyValue()
272 ::formula::FormulaGrammar::CONV_XL_A1 : ::formula::FormulaGrammar::CONV_OOO; in getPropertyValue()
283 if( eConv != ::formula::FormulaGrammar::CONV_XL_A1 ) in getPropertyValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XCell.java87 String formula = ""; in _getFormula() local
91 formula = (String) oObj.getFormula(); in _getFormula()
93 result &= formula.endsWith("2+2"); in _getFormula()
136 String formula = ""; in _setFormula() local
141 formula = (String) oObj.getFormula(); in _setFormula()
143 result &= formula.endsWith("2/6"); in _setFormula()
/trunk/main/sc/source/filter/inc/
H A Dxlformula.hxx423 namespace formula { class FormulaToken; } namespace
449 inline const ::formula::FormulaToken* Get() const { return mppScToken ? *mppScToken : 0; } in Get()
450 inline const ::formula::FormulaToken* operator->() const { return Get(); } in operator ->()
451 inline const ::formula::FormulaToken& operator*() const { return *Get(); } in operator *()
460 …const ::formula::FormulaToken*const* mppScTokenBeg; /// Pointer to first token pointer of toke…
461 …const ::formula::FormulaToken*const* mppScTokenEnd; /// Pointer behind last token pointer of t…
462 …const ::formula::FormulaToken*const* mppScToken; /// Pointer to current token pointer of to…
508 static bool GetTokenString( String& rString, const ::formula::FormulaToken& rScToken );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSubTotalCalculatable.java72 String formula = oSheet.getCellByPosition(0, 3).getFormula(); in _applySubTotals() local
74 res = formula.equals(expected); in _applySubTotals()
77 log.println("getting: " + formula); in _applySubTotals()
107 String formula = oSheet.getCellByPosition(0, 3).getFormula(); in _removeSubTotals() local
109 res = formula.equals(expected); in _removeSubTotals()
112 log.println("getting: " + formula); in _removeSubTotals()
/trunk/main/reportbuilder/java/
H A Dlibformula.properties25 org.pentaho.reporting.libraries.formula.datesystem.StartYear=1930
26 org.pentaho.reporting.libraries.formula.datesystem.ExcelHack=false
34 org.pentaho.reporting.libraries.formula.functions.metadata.Author.class=com.sun.star.report.functio…
35 org.pentaho.reporting.libraries.formula.functions.metadata.Author.description=com.sun.star.report.f…
36 org.pentaho.reporting.libraries.formula.functions.metadata.Title.class=com.sun.star.report.function…
37 org.pentaho.reporting.libraries.formula.functions.metadata.Title.description=com.sun.star.report.fu…
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DFormatCondition.java36 private final FormulaExpression formula; field in FormatCondition
40 public FormatCondition(final FormulaExpression formula, in FormatCondition() argument
44 this.formula = formula; in FormatCondition()
51 return formula; in getFormula()
H A DImageElement.java39 private FormulaExpression formula; field in ImageElement
47 return formula; in getFormula()
50 public void setFormula(final FormulaExpression formula) in setFormula() argument
52 this.formula = formula; in setFormula()

Completed in 91 milliseconds

12345678910>>...20