Home
last modified time | relevance | path

Searched refs:bHasNmsp (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A Dxmlcvali.cxx72 …rCondition, const OUString& rGlobNmsp, FormulaGrammar::Grammar eGlobGrammar, bool bHasNmsp ) const;
331 … rCondition, const OUString& rGlobNmsp, FormulaGrammar::Grammar eGlobGrammar, bool bHasNmsp ) const in SetFormula()
334 if( bHasNmsp ) in SetFormula()
361 bool bHasNmsp = aCondition.getLength() < sCondition.getLength(); in GetCondition() local
421 aParseResult.maOperand1, aConditionNmsp, eGrammar, bHasNmsp ); in GetCondition()
423 aParseResult.maOperand2, aConditionNmsp, eGrammar, bHasNmsp ); in GetCondition()
H A Dxmlstyli.cxx355 FormulaGrammar::Grammar eGrammar, bool bHasNmsp ) const in SetFormula()
359 if( bHasNmsp ) in SetFormula()
411 bool bHasNmsp = aCondition.getLength() < sTempCondition.getLength(); in GetConditionalFormat() local
427 … SetFormula( aProps, 1, aParseResult.maOperand1, aConditionNmsp, eGrammar, bHasNmsp ); in GetConditionalFormat()
428 … SetFormula( aProps, 2, aParseResult.maOperand2, aConditionNmsp, eGrammar, bHasNmsp ); in GetConditionalFormat()
H A Dxmlstyli.hxx122 … ::rtl::OUString& rFormulaNmsp, ::formula::FormulaGrammar::Grammar eGrammar, bool bHasNmsp ) const;