Lines Matching refs:SmNode

2113 sal_uInt8 MathType::HandleNodes(SmNode *pNode,int nLevel)  in HandleNodes()
2160 if (SmNode *pTemp = pNode->GetSubNode(i)) in HandleNodes()
2177 if (SmNode *pTemp = pNode->GetSubNode(i)) in HandleNodes()
2197 if (SmNode *pTemp = pNode->GetSubNode(i)) in HandleNodes()
2251 if (SmNode *pTemp = pMatrix->GetSubNode(i)) in HandleSmMatrix()
2262 void MathType::HandleTable(SmNode *pNode,int nLevel) in HandleTable()
2283 if (SmNode *pTemp = pNode->GetSubNode(i)) in HandleTable()
2294 void MathType::HandleRoot(SmNode *pNode,int nLevel) in HandleRoot()
2297 SmNode *pTemp; in HandleRoot()
2331 sal_uInt8 MathType::HandleCScript(SmNode *pNode,SmNode *pContent,int nLevel, in HandleCScript()
2365 SmNode *pTemp; in HandleCScript()
2394 void MathType::HandleSubSupScript(SmNode *pNode,int nLevel) in HandleSubSupScript()
2397 SmNode *pTemp; in HandleSubSupScript()
2493 void MathType::HandleFractions(SmNode *pNode,int nLevel) in HandleFractions()
2496 SmNode *pTemp; in HandleFractions()
2518 void MathType::HandleBrace(SmNode *pNode,int nLevel) in HandleBrace()
2521 SmNode *pTemp; in HandleBrace()
2522 SmNode *pLeft=pNode->GetSubNode(0); in HandleBrace()
2523 SmNode *pRight=pNode->GetSubNode(2); in HandleBrace()
2602 void MathType::HandleVerticalBrace(SmNode *pNode,int nLevel) in HandleVerticalBrace()
2604 SmNode *pTemp; in HandleVerticalBrace()
2629 void MathType::HandleOperator(SmNode *pNode,int nLevel) in HandleOperator()
3133 sal_Bool MathType::HandleLim(SmNode *pNode,int nLevel) in HandleLim()
3210 void MathType::HandleMAlign(SmNode *pNode,int nLevel) in HandleMAlign()
3227 if (SmNode *pTemp = pNode->GetSubNode(i)) in HandleMAlign()
3232 void MathType::HandleMath(SmNode *pNode, int /*nLevel*/) in HandleMath()
3340 void MathType::HandleAttributes(SmNode *pNode,int nLevel) in HandleAttributes()
3344 SmNode *pTemp = 0; in HandleAttributes()
3467 void MathType::HandleText(SmNode *pNode, int /*nLevel*/) in HandleText()