Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dformularesult.hxx144 inline formula::StackVar GetCellResultType() const;
386 inline formula::StackVar ScFormulaResult::GetCellResultType() const in GetCellResultType() function in ScFormulaResult
415 formula::StackVar sv = GetCellResultType(); in IsValue()
437 formula::StackVar sv = GetCellResultType(); in GetResultError()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1618 if ( aResult.GetCellResultType() != svUnknown ) in InterpretTail()
1643 StackVar eOld = aResult.GetCellResultType(); in InterpretTail()
1644 StackVar eNew = aNewResult.GetCellResultType(); in InterpretTail()
1667 StackVar eOld = aResult.GetCellResultType(); in InterpretTail()
1668 StackVar eNew = aNewResult.GetCellResultType(); in InterpretTail()
H A Dcell2.cxx396 return aResult.GetCellResultType() == formula::svEmptyCell; in IsEmpty()

Completed in 217 milliseconds