Searched refs:SmNode (Results 1 – 14 of 14) sorted by relevance
/aoo4110/main/starmath/source/ |
H A D | node.cxx | 149 SmNode::~SmNode() in ~SmNode() 166 SmNode * SmNode::GetSubNode(sal_uInt16 /*nIndex*/) in GetSubNode() 172 SmNode * SmNode::GetLeftMost() in GetLeftMost() 189 SmNode *pNode; in SetPhantom() 202 SmNode *pNode; in SetColor() 220 SmNode *pNode; in SetAttribut() 238 SmNode *pNode; in ClearAttribut() 251 SmNode *pNode; in SetFont() 307 SmNode *pNode; in SetFontSize() 386 SmNode *pThis = (SmNode *) this; in ToggleDebug() [all …]
|
H A D | mathmlexport.hxx | 86 const SmNode * pTree; 91 void ExportNodes(const SmNode *pNode, int nLevel); 92 void ExportTable(const SmNode *pNode, int nLevel); 93 void ExportLine(const SmNode *pNode, int nLevel); 95 void ExportText(const SmNode *pNode, int nLevel); 96 void ExportMath(const SmNode *pNode, int nLevel); 100 void ExportBrace(const SmNode *pNode, int nLevel); 103 void ExportRoot(const SmNode *pNode, int nLevel); 106 void ExportFont(const SmNode *pNode, int nLevel); 108 void ExportMatrix(const SmNode *pNode, int nLevel); [all …]
|
H A D | mathtype.hxx | 67 MathType(String &rIn,SmNode *pIn) : in MathType() 117 void HandleTable(SmNode *pNode,int nLevel); 118 void HandleRoot(SmNode *pNode,int nLevel); 120 sal_uInt8 HandleCScript(SmNode *pNode,SmNode *pContent,int nLevel, 123 void HandleBrace(SmNode *pNode,int nLevel); 125 void HandleOperator(SmNode *pNode,int nLevel); 126 sal_Bool HandleLim(SmNode *pNode,int nLevel); 127 void HandleMAlign(SmNode *pNode,int nLevel); 128 void HandleMath(SmNode *pNode,int nLevel); 129 void HandleText(SmNode *pNode,int nLevel); [all …]
|
H A D | mathmlexport.cxx | 673 SmNode *pTmpTree = rParser.Parse( aText ); in _ExportContent() 846 if (const SmNode *pTemp = pNode->GetSubNode(i)) in ExportTable() 924 const SmNode *pSub = 0; in ExportSubSupScript() 925 const SmNode *pSup = 0; in ExportSubSupScript() 926 const SmNode *pCSub = 0; in ExportSubSupScript() 927 const SmNode *pCSup = 0; in ExportSubSupScript() 928 const SmNode *pLSub = 0; in ExportSubSupScript() 929 const SmNode *pLSup = 0; in ExportSubSupScript() 1064 const SmNode *pTemp; in ExportBrace() 1065 const SmNode *pLeft=pNode->GetSubNode(0); in ExportBrace() [all …]
|
H A D | mathtype.cxx | 2283 if (SmNode *pTemp = pNode->GetSubNode(i)) in HandleTable() 2297 SmNode *pTemp; in HandleRoot() 2331 sal_uInt8 MathType::HandleCScript(SmNode *pNode,SmNode *pContent,int nLevel, in HandleCScript() 2365 SmNode *pTemp; in HandleCScript() 2397 SmNode *pTemp; in HandleSubSupScript() 2496 SmNode *pTemp; in HandleFractions() 2521 SmNode *pTemp; in HandleBrace() 2522 SmNode *pLeft=pNode->GetSubNode(0); in HandleBrace() 2523 SmNode *pRight=pNode->GetSubNode(2); in HandleBrace() 2604 SmNode *pTemp; in HandleVerticalBrace() [all …]
|
H A D | parse.cxx | 1135 SmNode *pNode = m_aNodeStack.Pop(); in Expression() 1172 SmNode *pFirst = m_aNodeStack.Pop(); in Relation() 1175 SmNode *pSecond = m_aNodeStack.Pop(); in Relation() 1191 SmNode *pFirst = m_aNodeStack.Pop(); in Sum() 1194 SmNode *pSecond = m_aNodeStack.Pop(); in Sum() 1210 SmNode *pFirst = m_aNodeStack.Pop(), in Product() 1654 SmNode *pNode = NULL; in Oper() 1719 SmNode *pOper = 0, in UnOper() 1801 SmNode *pAttr; in Attribut() 2004 SmNode *pBody = 0, in Brace() [all …]
|
H A D | mathmlimport.cxx | 564 SmNode *pTree; in endDocument() 1207 SmNode *pLeft = new SmMathSymbolNode(aToken); in EndElement() 1266 SmNode *pNode = rNodeStack.Pop(); in EndElement() 1732 SmNode *pTest = rNodeStack.Pop(); in HandleAccent() 2373 SmNode *pOper = new SmRectangleNode(aToken); in EndElement() 2374 SmNode *pSecond = rNodeStack.Pop(); in EndElement() 2375 SmNode *pFirst = rNodeStack.Pop(); in EndElement() 2394 SmNode *pOper = new SmRootSymbolNode(aToken); in EndElement() 2396 SmNode *pIndex = rNodeStack.Pop(); in EndElement() 2397 SmNode *pBase = rNodeStack.Pop(); in EndElement() [all …]
|
H A D | view.cxx | 164 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in MouseButtonDown() 175 const SmNode *pNode = 0; in MouseButtonDown() 253 void SmGraphicWindow::SetCursor(const SmNode *pNode) in SetCursor() 255 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in SetCursor() 281 const SmNode * SmGraphicWindow::SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol) in SetCursorPos() 290 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(), in SetCursorPos() 324 const SmNode *pFound = SetCursorPos(nRow, nCol); in Paint()
|
H A D | accessibility.cxx | 530 const SmNode *pTree = pDoc->GetFormulaTree(); in getCharacterBounds() 531 const SmNode *pNode = pTree->FindNodeWithAccessibleIndex( (xub_StrLen) nIndex ); in getCharacterBounds() 596 const SmNode *pTree = pWin->GetView()->GetDoc()->GetFormulaTree(); in getIndexAtPoint() 608 const SmNode *pNode = 0; in getIndexAtPoint()
|
H A D | mathmlimport.hxx | 251 SmNode *GetTree() { return aNodeStack.Pop(); } in GetTree()
|
/aoo4110/main/starmath/inc/ |
H A D | node.hxx | 59 class SmNode; 84 class SmNode : public SmRect class 103 virtual ~SmNode(); 195 : SmNode(eNodeType, rNodeToken) in SmStructureNode() 207 using SmNode::GetSubNode; 209 void SetSubNodes(SmNode *pFirst, SmNode *pSecond, SmNode *pThird = NULL); 225 : SmNode(eNodeType, rNodeToken) in SmVisibleNode() 232 using SmNode::GetSubNode; 467 using SmNode::GetLeftMost; 652 const SmNode * GetBody() const in GetBody() [all …]
|
H A D | parse.hxx | 38 class SmNode; 153 SmNode *pNode; 158 DECLARE_STACK(SmNodeStack, SmNode *) 251 SmNode *Parse(const String &rBuffer); 263 sal_uInt16 AddError(SmParseError Type, SmNode *pNode);
|
H A D | document.hxx | 43 class SmNode; 112 SmNode *pTree; 200 const SmNode * GetFormulaTree() const { return pTree; } in GetFormulaTree() 201 void SetFormulaTree(SmNode *&rTree) { pTree = rTree; } in SetFormulaTree()
|
H A D | view.hxx | 65 void SetCursor(const SmNode *pNode); 99 const SmNode * SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol);
|
Completed in 97 milliseconds