Home
last modified time | relevance | path

Searched refs:GetLeftMost (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/inc/
H A Dnode.hxx114 virtual SmNode * GetLeftMost();
115 const SmNode * GetLeftMost() const in GetLeftMost() function in SmNode
117 return ((SmNode *) this)->GetLeftMost(); in GetLeftMost()
467 using SmNode::GetLeftMost;
468 virtual SmNode * GetLeftMost();
585 using SmNode::GetLeftMost;
586 virtual SmNode * GetLeftMost();
824 using SmNode::GetLeftMost;
825 virtual SmNode * GetLeftMost();
/trunk/main/starmath/source/
H A Dnode.cxx172 SmNode * SmNode::GetLeftMost() in GetLeftMost() function in SmNode
180 return pNode ? pNode->GetLeftMost() : this; in GetLeftMost()
773 const SmNode *pCoNode = pNode->GetLeftMost(); in Arrange()
804 SmNode * SmTableNode::GetLeftMost() in GetLeftMost() function in SmTableNode
895 SmNode *pNode = GetLeftMost(); in Arrange()
1116 const SmNode *pLM = pNum->GetLeftMost(); in Arrange()
1125 pLM = pDenom->GetLeftMost(); in Arrange()
1148 SmNode * SmBinVerNode::GetLeftMost() in GetLeftMost() function in SmBinVerNode
2650 const SmNode *pCoNode = pTmpNode->GetLeftMost(); in Arrange()
2700 SmNode * SmMatrixNode::GetLeftMost() in GetLeftMost() function in SmMatrixNode

Completed in 36 milliseconds