Home
last modified time | relevance | path

Searched refs:SmTextNode (Results 1 – 6 of 6) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx2430 SmTextNode::SmTextNode( SmNodeType eNodeType, const SmToken &rNodeToken, sal_uInt16 nFontDescP ) : in SmTextNode() function in SmTextNode
2437 SmTextNode::SmTextNode( const SmToken &rNodeToken, sal_uInt16 nFontDescP ) : in SmTextNode() function in SmTextNode
2444 void SmTextNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell) in Prepare()
2470 void SmTextNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
2484 void SmTextNode::CreateTextFromNode(String &rText) in CreateTextFromNode()
2535 void SmTextNode::Draw(OutputDevice &rDev, const Point& rPosition) const in Draw()
2565 void SmTextNode::GetAccessibleText( String &rText ) const in GetAccessibleText()
2939 SmTextNode(eNodeType, rNodeToken, _nFontDesc) in SmSpecialNode()
2946 SmTextNode(NSPECIAL, rNodeToken, FNT_MATH) //! default Font nicht immer richtig in SmSpecialNode()
3035 SmTextNode::Draw(rDev, rPosition); in Draw()
H A Dmathmlexport.cxx878 const SmTextNode *pTemp = static_cast<const SmTextNode *>(pNode); in ExportText()
1137 SmTextNode *pTemp = (SmTextNode *)pNode->GetSubNode(0); in ExportOperator()
1506 const SmTextNode *pTemp = static_cast< const SmTextNode * >(pNode); in ExportNodes()
H A Dmathtype.cxx2141 SmTextNode *pText=(SmTextNode *)pNode; in HandleNodes()
3345 SmTextNode *pIsText = 0; in HandleAttributes()
3352 pIsText = (SmTextNode *)pNode->GetSubNode(1); in HandleAttributes()
3469 SmTextNode *pTemp=(SmTextNode *)pNode; in HandleText()
H A Dmathmlimport.cxx1299 GetSmImport().GetNodeStack().Push(new SmTextNode(aToken,FNT_NUMBER)); in EndElement()
1380 GetSmImport().GetNodeStack().Push(new SmTextNode(aToken,FNT_TEXT)); in EndElement()
1426 GetSmImport().GetNodeStack().Push(new SmTextNode(aToken,FNT_FIXED)); in EndElement()
1458 SmTextNode *pNode = 0; in EndElement()
1464 pNode = new SmTextNode(aToken,FNT_FUNCTION); in EndElement()
1469 pNode = new SmTextNode(aToken,FNT_VARIABLE); in EndElement()
1887 new SmTextNode(aToken,FNT_VARIABLE)); in EndElement()
H A Dparse.cxx1453 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_TEXT)); in Term()
1458 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_VARIABLE)); in Term()
1462 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_NUMBER)); in Term()
1695 pNode = new SmTextNode(m_aCurToken, FNT_TEXT); in Oper()
2191 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_FUNCTION)); in Function()
/trunk/main/starmath/inc/
H A Dnode.hxx308 class SmTextNode : public SmVisibleNode class
314 SmTextNode(SmNodeType eNodeType, const SmToken &rNodeToken, sal_uInt16 nFontDescP );
317 SmTextNode(const SmToken &rNodeToken, sal_uInt16 nFontDescP );
339 class SmSpecialNode : public SmTextNode

Completed in 96 milliseconds