Home
last modified time | relevance | path

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

/aoo41x/main/starmath/source/
H A Dnode.cxx2390 SmTextNode::SmTextNode( SmNodeType eNodeType, const SmToken &rNodeToken, sal_uInt16 nFontDescP ) : in SmTextNode() function in SmTextNode
2397 SmTextNode::SmTextNode( const SmToken &rNodeToken, sal_uInt16 nFontDescP ) : in SmTextNode() function in SmTextNode
2404 void SmTextNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell) in Prepare()
2430 void SmTextNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
2444 void SmTextNode::CreateTextFromNode(String &rText) in CreateTextFromNode()
2495 void SmTextNode::Draw(OutputDevice &rDev, const Point& rPosition) const in Draw()
2525 void SmTextNode::GetAccessibleText( String &rText ) const in GetAccessibleText()
2899 SmTextNode(eNodeType, rNodeToken, _nFontDesc) in SmSpecialNode()
2906 SmTextNode(NSPECIAL, rNodeToken, FNT_MATH) //! default Font nicht immer richtig in SmSpecialNode()
2995 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()
1476 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.cxx1293 GetSmImport().GetNodeStack().Push(new SmTextNode(aToken,FNT_NUMBER)); in EndElement()
1374 GetSmImport().GetNodeStack().Push(new SmTextNode(aToken,FNT_TEXT)); in EndElement()
1420 GetSmImport().GetNodeStack().Push(new SmTextNode(aToken,FNT_FIXED)); in EndElement()
1452 SmTextNode *pNode = 0; in EndElement()
1458 pNode = new SmTextNode(aToken,FNT_FUNCTION); in EndElement()
1463 pNode = new SmTextNode(aToken,FNT_VARIABLE); in EndElement()
1881 new SmTextNode(aToken,FNT_VARIABLE)); in EndElement()
H A Dparse.cxx1443 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_TEXT)); in Term()
1448 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_VARIABLE)); in Term()
1452 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_NUMBER)); in Term()
1685 pNode = new SmTextNode(m_aCurToken, FNT_TEXT); in Oper()
2181 m_aNodeStack.Push(new SmTextNode(m_aCurToken, FNT_FUNCTION)); in Function()
/aoo41x/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 64 milliseconds