Home
last modified time | relevance | path

Searched refs:SmOperNode (Results 1 – 25 of 30) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dwordexportbase.hxx18 class SmOperNode;
44 virtual void HandleOperator( const SmOperNode* pNode, int nLevel ) = 0;
H A Drtfexport.hxx32 void HandleOperator(const SmOperNode* pNode, int nLevel) override;
H A Dooxmlexport.hxx34 void HandleOperator( const SmOperNode* pNode, int nLevel ) override;
H A Dwordexportbase.cxx40 HandleOperator(static_cast< const SmOperNode* >(pNode), nLevel); in HandleNode()
H A Dvisitors.cxx35 void SmDefaultingVisitor::Visit( SmOperNode* pNode ) in Visit()
288 void SmDrawingVisitor::Visit( SmOperNode* pNode ) in Visit()
958 void SmCaretPosGraphBuildingVisitor::Visit( SmOperNode* pNode ) in Visit()
1659 void SmCloningVisitor::Visit( SmOperNode* pNode ) in Visit()
1661 SmOperNode* pClone = new SmOperNode( pNode->GetToken( ) ); in Visit()
2001 void SmNodeToTextVisitor::Visit( SmOperNode* pNode ) in Visit()
H A Dnode.cxx1566 SmNode * SmOperNode::GetSymbol() in GetSymbol()
1579 long SmOperNode::CalcSymbolHeight(const SmNode &rSymbol, in CalcSymbolHeight()
1607 void SmOperNode::Arrange(OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
2812 void SmOperNode::Accept(SmVisitor* pVisitor) { in Accept()
H A Drtfexport.cxx196 void SmRtfExport::HandleOperator(const SmOperNode* pNode, int nLevel) in HandleOperator()
H A Dooxmlexport.cxx249 void SmOoxmlExport::HandleOperator( const SmOperNode* pNode, int nLevel ) in HandleOperator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dvisitors.hxx40 virtual void Visit( SmOperNode* pNode ) = 0;
83 void Visit( SmOperNode* pNode ) override;
188 void Visit( SmOperNode* pNode ) override;
305 void Visit( SmOperNode* pNode ) override;
354 void Visit( SmOperNode* pNode ) override;
426 void Visit( SmOperNode* pNode ) override;
H A Dparse5.hxx75 std::unique_ptr<SmOperNode> DoOperator();
H A Dnode.hxx1821 class SmOperNode final : public SmStructureNode class
1824 explicit SmOperNode(const SmToken &rNodeToken) in SmOperNode() function in SmOperNode
1831 const SmNode * GetSymbol() const { return const_cast<SmOperNode *>(this)->GetSymbol(); } in GetSymbol()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dvisitors.hxx30 virtual void Visit( SmOperNode* pNode ) = 0;
73 void Visit( SmOperNode* pNode ) override;
178 void Visit( SmOperNode* pNode ) override;
295 void Visit( SmOperNode* pNode ) override;
344 void Visit( SmOperNode* pNode ) override;
416 void Visit( SmOperNode* pNode ) override;
H A Dparse.hxx35 class SmOperNode;
104 std::unique_ptr<SmOperNode> DoOperator();
H A Dnode.hxx982 class SmOperNode : public SmStructureNode class
985 explicit SmOperNode(const SmToken &rNodeToken) in SmOperNode() function in SmOperNode
993 return const_cast<SmOperNode *>(this)->GetSymbol(); in GetSymbol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Drtfexport.hxx31 void HandleOperator(const SmOperNode* pNode, int nLevel) override;
H A Dwordexportbase.hxx35 virtual void HandleOperator(const SmOperNode* pNode, int nLevel) = 0;
H A Dooxmlexport.hxx34 void HandleOperator(const SmOperNode* pNode, int nLevel) override;
H A Dwordexportbase.cxx40 HandleOperator(static_cast<const SmOperNode*>(pNode), nLevel); in HandleNode()
H A Dvisitors.cxx37 void SmDefaultingVisitor::Visit( SmOperNode* pNode ) in Visit()
290 void SmDrawingVisitor::Visit( SmOperNode* pNode ) in Visit()
959 void SmCaretPosGraphBuildingVisitor::Visit( SmOperNode* pNode ) in Visit()
1661 void SmCloningVisitor::Visit( SmOperNode* pNode ) in Visit()
1663 SmOperNode* pClone = new SmOperNode( pNode->GetToken( ) ); in Visit()
2037 void SmNodeToTextVisitor::Visit( SmOperNode* pNode ) in Visit()
H A Dnode.cxx1497 SmNode * SmOperNode::GetSymbol() in GetSymbol()
1510 tools::Long SmOperNode::CalcSymbolHeight(const SmNode &rSymbol, in CalcSymbolHeight()
1538 void SmOperNode::Arrange(OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
2386 void SmOperNode::Accept(SmVisitor* pVisitor) { in Accept()
H A Drtfexport.cxx193 void SmRtfExport::HandleOperator(const SmOperNode* pNode, int nLevel) in HandleOperator()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/qa/cppunit/
H A Dmock-visitor.hxx43 void Visit( SmOperNode* pNode ) override { in Visit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/qa/cppunit/
H A Dmock-visitor.hxx43 void Visit( SmOperNode* pNode ) override { in Visit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/
H A Dvisual-editor-todo25 3. SmCursor::InsertSubSup() should wrap the body in a SmBraceNode if the body is an SmOperNode, SmB…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/
H A Dvisual-editor-todo26 3. SmCursor::InsertSubSup() should wrap the body in a SmBraceNode if the body is an SmOperNode, SmB…

12