Home
last modified time | relevance | path

Searched refs:SmNode (Results 1 – 14 of 14) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx149 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 Dmathmlexport.hxx86 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 Dmathtype.hxx67 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 Dmathmlexport.cxx671 SmNode *pTmpTree = rParser.Parse( aText ); in _ExportContent()
844 if (const SmNode *pTemp = pNode->GetSubNode(i)) in ExportTable()
922 const SmNode *pSub = 0; in ExportSubSupScript()
923 const SmNode *pSup = 0; in ExportSubSupScript()
924 const SmNode *pCSub = 0; in ExportSubSupScript()
925 const SmNode *pCSup = 0; in ExportSubSupScript()
926 const SmNode *pLSub = 0; in ExportSubSupScript()
927 const SmNode *pLSup = 0; in ExportSubSupScript()
1062 const SmNode *pTemp; in ExportBrace()
1063 const SmNode *pLeft=pNode->GetSubNode(0); in ExportBrace()
[all …]
H A Dmathtype.cxx2283 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 Dparse.cxx1145 SmNode *pNode = m_aNodeStack.Pop(); in Expression()
1182 SmNode *pFirst = m_aNodeStack.Pop(); in Relation()
1185 SmNode *pSecond = m_aNodeStack.Pop(); in Relation()
1201 SmNode *pFirst = m_aNodeStack.Pop(); in Sum()
1204 SmNode *pSecond = m_aNodeStack.Pop(); in Sum()
1220 SmNode *pFirst = m_aNodeStack.Pop(), in Product()
1664 SmNode *pNode = NULL; in Oper()
1729 SmNode *pOper = 0, in UnOper()
1811 SmNode *pAttr; in Attribut()
2014 SmNode *pBody = 0, in Brace()
[all …]
H A Dmathmlimport.cxx564 SmNode *pTree; in endDocument()
1205 SmNode *pLeft = new SmMathSymbolNode(aToken); in EndElement()
1264 SmNode *pNode = rNodeStack.Pop(); in EndElement()
1730 SmNode *pTest = rNodeStack.Pop(); in HandleAccent()
2379 SmNode *pOper = new SmRectangleNode(aToken); in EndElement()
2380 SmNode *pSecond = rNodeStack.Pop(); in EndElement()
2381 SmNode *pFirst = rNodeStack.Pop(); in EndElement()
2400 SmNode *pOper = new SmRootSymbolNode(aToken); in EndElement()
2402 SmNode *pIndex = rNodeStack.Pop(); in EndElement()
2403 SmNode *pBase = rNodeStack.Pop(); in EndElement()
[all …]
H A Dview.cxx167 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in MouseButtonDown()
178 const SmNode *pNode = 0; in MouseButtonDown()
256 void SmGraphicWindow::SetCursor(const SmNode *pNode) in SetCursor()
258 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(); in SetCursor()
284 const SmNode * SmGraphicWindow::SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol) in SetCursorPos()
293 const SmNode *pTree = pViewShell->GetDoc()->GetFormulaTree(), in SetCursorPos()
327 const SmNode *pFound = SetCursorPos(nRow, nCol); in Paint()
H A Daccessibility.cxx530 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 Dmathmlimport.hxx251 SmNode *GetTree() { return aNodeStack.Pop(); } in GetTree()
/trunk/main/starmath/inc/
H A Dnode.hxx59 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 Dparse.hxx38 class SmNode;
155 SmNode *pNode;
160 DECLARE_STACK(SmNodeStack, SmNode *)
253 SmNode *Parse(const String &rBuffer);
265 sal_uInt16 AddError(SmParseError Type, SmNode *pNode);
H A Ddocument.hxx43 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 Dview.hxx65 void SetCursor(const SmNode *pNode);
99 const SmNode * SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol);

Completed in 117 milliseconds