Searched refs:SmMatrixNode (Results 1 – 7 of 7) sorted by relevance
808 class SmMatrixNode : public SmStructureNode class814 SmMatrixNode(const SmToken &rNodeToken) in SmMatrixNode() function in SmMatrixNode
2572 void SmMatrixNode::CreateTextFromNode(String &rText) in CreateTextFromNode()2592 void SmMatrixNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()2693 void SmMatrixNode::SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols) in SetRowCol()2700 SmNode * SmMatrixNode::GetLeftMost() in GetLeftMost()
116 void HandleSmMatrix(SmMatrixNode *pMatrix,int nLevel);
1467 const SmMatrixNode *pMatrix = static_cast<const SmMatrixNode *>(pNode); in ExportMatrix()
2307 SmMatrixNode *pMNode = new SmMatrixNode(m_aCurToken); in Matrix()
2169 HandleSmMatrix((SmMatrixNode *)pNode,nLevel); in HandleNodes()2231 void MathType::HandleSmMatrix(SmMatrixNode *pMatrix,int nLevel) in HandleSmMatrix()
2731 SmMatrixNode *pSNode = new SmMatrixNode(aToken); in EndElement()
Completed in 105 milliseconds