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
116 void HandleSmMatrix(SmMatrixNode *pMatrix,int nLevel);
2532 void SmMatrixNode::CreateTextFromNode(String &rText) in CreateTextFromNode()2552 void SmMatrixNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()2653 void SmMatrixNode::SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols) in SetRowCol()2660 SmNode * SmMatrixNode::GetLeftMost() in GetLeftMost()
1439 const SmMatrixNode *pMatrix = static_cast<const SmMatrixNode *>(pNode); in ExportMatrix()
2297 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()
2725 SmMatrixNode *pSNode = new SmMatrixNode(aToken); in EndElement()
Completed in 54 milliseconds