Searched refs:aListSep (Results 1 – 2 of 2) sorted by relevance
351 String aListSep = ::GetScCompilerNativeSymbol( ocSep ); //CHINA001 in ScTPValidationValue() local352 …DBG_ASSERT( aListSep.Len() == 1, "ScTPValidationValue::ScTPValidationValue - list separator error"… in ScTPValidationValue()353 mcFmlaSep = aListSep.Len() ? aListSep.GetChar( 0 ) : ';'; in ScTPValidationValue()
397 OUString aListSep = in generateCode() local439 if (aListSep == aDecSep) in generateCode()442 if (aListSep == aThoSep) in generateCode()445 if (aListSep.getLength() != 1 || aListSep.getStr()[0] != ';') in generateCode()
Completed in 41 milliseconds