Home
last modified time | relevance | path

Searched refs:sFormula (Results 26 – 30 of 30) sorted by relevance

12

/trunk/main/sw/inc/
H A Dfldbas.hxx457 String sFormula; member in SwFormulaField
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx833 rtl::OUString sFormula = xCell->getFormula(); in visitNode() local
834 if ( sFormula.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("=TRUE()") ) ) ) in visitNode()
836 else if ( sFormula.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("=FALSE()") ) ) ) in visitNode()
885 rtl::OUString sFormula; in processValue() local
887 if ( aValue >>= sFormula ) in processValue()
892 …if ( m_eGrammar != formula::FormulaGrammar::GRAM_PODF_A1 && ( sFormula.trim().indexOf('=') == 0 ) ) in processValue()
902 aCompiler.CompileString( sFormula ); in processValue()
907 sFormula = EQUALS + sConverted; in processValue()
911 xCell->setFormula( sFormula ); in processValue()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx743 const OUString sFormula ( RTL_CONSTASCII_USTRINGPARAM ( "Formula" ) ); in GetConfigurationSettings() local
750 if (rPropName != sFormula && in GetConfigurationSettings()
H A Dmathmlimport.cxx3170 const OUString sFormula ( RTL_CONSTASCII_USTRINGPARAM ( "Formula" ) ); in SetConfigurationSettings() local
3175 if (pValues->Name != sFormula && in SetConfigurationSettings()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2944 rtl::OUString sFormula(lcl_GetRawString(pDoc, aCellPos)); in WriteCell() local
2946 sFormula, aCell.sStringValue, sal_True, sal_True); in WriteCell()
2955 rtl::OUStringBuffer sFormula; in WriteCell() local
2961 pFormulaCell->GetFormula(sFormula, eGrammar);//ange scope name support in WriteCell()
2962 rtl::OUString sOUFormula(sFormula.makeStringAndClear()); in WriteCell()

Completed in 471 milliseconds

12