Home
last modified time | relevance | path

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

/trunk/main/starmath/source/
H A Dnode.cxx423 void SmNode::CreateTextFromNode(String &rText) in CreateTextFromNode() function in SmNode
431 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
715 void SmExpressionNode::CreateTextFromNode(String &rText) in CreateTextFromNode() function in SmExpressionNode
724 pNode->CreateTextFromNode(rText); in CreateTextFromNode()
1024 void SmRootNode::CreateTextFromNode(String &rText) in CreateTextFromNode() function in SmRootNode
1030 pExtra->CreateTextFromNode(rText); in CreateTextFromNode()
1034 GetSubNode(2)->CreateTextFromNode(rText); in CreateTextFromNode()
1137 void SmBinVerNode::CreateTextFromNode(String &rText) in CreateTextFromNode() function in SmBinVerNode
1142 pNum->CreateTextFromNode(rText); in CreateTextFromNode()
1144 pDenom->CreateTextFromNode(rText); in CreateTextFromNode()
[all …]
H A Dmathmlimport.cxx581 pTree->CreateTextFromNode(aText); in endDocument()
/trunk/main/starmath/inc/
H A Dnode.hxx154 virtual void CreateTextFromNode(String &rText);
275 void CreateTextFromNode(String &rText);
325 virtual void CreateTextFromNode(String &rText);
395 void CreateTextFromNode(String &rText);
515 void CreateTextFromNode(String &rText);
553 void CreateTextFromNode(String &rText);
589 void CreateTextFromNode(String &rText);
663 void CreateTextFromNode(String &rText);
681 void CreateTextFromNode(String &rText);
775 void CreateTextFromNode(String &rText);
[all …]