Home
last modified time | relevance | path

Searched refs:GRAM_NATIVE_XL_A1 (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaname.cxx126 OUString sResult = getContent( formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in getValue()
134 setContent( rValue, formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in setValue()
H A Dvbanames.cxx123 formula::FormulaGrammar::Grammar eGram = formula::FormulaGrammar::GRAM_NATIVE_XL_A1; in Add()
170 …mmar::AddressConvention eConv = ( eGram == formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ) ? formula:… in Add()
H A Dvbarange.cxx1699 return getFormulaValue( formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in getFormulaLocal()
1705 setFormulaValue( rFormula, formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in setFormulaLocal()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaname.cxx127 OUString sResult = getContent( formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in getValue()
135 setContent( rValue, formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in setValue()
H A Dvbanames.cxx117 formula::FormulaGrammar::Grammar eGram = formula::FormulaGrammar::GRAM_NATIVE_XL_A1; in Add()
164 …mmar::AddressConvention eConv = ( eGram == formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ) ? formula:… in Add()
H A Dvbarange.cxx1650 setFormulaValue( rFormula,formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in setFormula()
1668 return getFormulaValue( formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in getFormula()
/dports/editors/libreoffice/libreoffice-7.2.6.2/formula/source/core/api/
H A Dgrammar.cxx54 case GRAM_NATIVE_XL_A1 : in isSupported()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/formula/source/core/api/
H A Dgrammar.cxx53 case GRAM_NATIVE_XL_A1 : in isSupported()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/optdlg/
H A Dtpformula.cxx298 eGram = ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1; in FillItemSet()
342 case ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1: in Reset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/optdlg/
H A Dtpformula.cxx257 eGram = ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1; in FillItemSet()
301 case ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1: in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dformulaopt.cxx256 eGram = ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1; in UpdateFromProperties()
481 case ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1: nVal = 1; break; in ImplCommit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dformulaopt.cxx256 eGram = ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1; in UpdateFromProperties()
482 case ::formula::FormulaGrammar::GRAM_NATIVE_XL_A1: nVal = 1; break; in ImplCommit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/formula/
H A Dgrammar.hxx119 GRAM_NATIVE_XL_A1 = css::sheet::FormulaLanguage::NATIVE | enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/formula/
H A Dgrammar.hxx119 GRAM_NATIVE_XL_A1 = css::sheet::FormulaLanguage::NATIVE | enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_column.cxx114 …$C2+B$3-$F$4" ,"=A1-$C2+B$3-$F$4", formula::FormulaGrammar::Grammar::GRAM_NATIVE_XL_A1}, in testSetFormula()
H A Dsubsequent_export-test.cxx3927 rDoc.SetGrammar( formula::FormulaGrammar::GRAM_NATIVE_XL_A1 ); in testRefStringUnspecified()
H A Ducalc_formula.cxx994 …$C2+D$3-$E$4", FormulaGrammar::GRAM_NATIVE, "B1-$C2+D$3-$E$4", FormulaGrammar::GRAM_NATIVE_XL_A1 }, in testFormulaCompiler()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_export-test2.cxx448 rDoc.SetGrammar(formula::FormulaGrammar::GRAM_NATIVE_XL_A1); in testRefStringUnspecified()
H A Ducalc.cxx5818 …$C2+B$3-$F$4" ,"=A1-$C2+B$3-$F$4", formula::FormulaGrammar::Grammar::GRAM_NATIVE_XL_A1}, in testSetFormula()
H A Ducalc_formula.cxx1288 …$C2+D$3-$E$4", FormulaGrammar::GRAM_NATIVE, "B1-$C2+D$3-$E$4", FormulaGrammar::GRAM_NATIVE_XL_A1 }, in testFormulaCompiler()