summaryrefslogtreecommitdiff
path: root/starmath/inc/node.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-03loplugin:constparams in starmathNoel Grandin1-2/+2
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-2/+0
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann1-1/+1
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe1-1/+6
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe1-37/+37
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe1-12/+0
2016-12-05starmath: Prefix members of SmStructureNodeTakeshi Abe1-11/+11
2016-12-03starmath: Prefix members of SmPolyLineNode etc.Takeshi Abe1-6/+6
2016-12-02starmath: Prefix members of SmTextNodeTakeshi Abe1-12/+12
2016-11-30starmath: Prefix members of SmSpecialNode etc.Takeshi Abe1-13/+13
2016-11-29starmath: these static functions can be localTakeshi Abe1-5/+0
2016-11-25starmath: Prefix members of SmBinDiagonalNode etc.Takeshi Abe1-18/+19
2016-11-24starmath: Prefix members of SmFontNodeTakeshi Abe1-7/+7
2016-11-23starmath: Prefix members of SmNodeMatrixTakeshi Abe1-6/+7
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe1-0/+1
2016-11-12starmath: Prefix member of SmBlankNodeTakeshi Abe1-7/+7
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe1-72/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe1-1/+1
2016-09-02Replace SmNodeIterator with std::vector's iteratorTakeshi Abe1-58/+2
2016-08-31Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe1-0/+3
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe1-3/+5
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe1-3/+3
2016-08-05starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe1-8/+8
2016-08-03starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe1-2/+3
2016-08-03starmath: SmRootSymbolNode must have type NROOTSYMBOLTakeshi Abe1-1/+1
2016-08-02starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe1-3/+4
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin1-1/+1
2016-07-15starmath: Make AdjustFontDesc() precede Prepare()Takeshi Abe1-0/+3
2016-07-05starmath: Remove unused GetRect()Takeshi Abe1-1/+0
2016-07-04starmath: Drop unused definitionTakeshi Abe1-1/+1
2016-07-01Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe1-22/+13
2016-06-26starmath: Fix invalid static_castTakeshi Abe1-3/+3
2016-06-25starmath: Drop unnecessary definitionsTakeshi Abe1-2/+5
2016-06-25starmath: Remove unused definitionTakeshi Abe1-1/+1
2016-06-24starmath: IndexOfSubNode() is for SmStructureNode onlyTakeshi Abe1-11/+13
2016-06-13starmath: SmElement owns SmNodeTakeshi Abe1-1/+0
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe1-3/+1
2016-06-07starmath: Make ctors explicitTakeshi Abe1-28/+28
2016-05-18Convert ATTR_* to scoped enumTakeshi Abe1-6/+14
2016-05-12Convert FLG_* to scoped enumTakeshi Abe1-10/+20
2016-05-11starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe1-11/+4
2016-04-12starmath: Drop unused #includeTakeshi Abe1-1/+0
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe1-2/+0
2016-03-07starmath: Make SmNode abstract and noncopyableTakeshi Abe1-5/+5
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe1-10/+0
2016-02-26starmath: Drop unused variable declarationTakeshi Abe1-2/+0
2016-02-09Remove excess newlinesChris Sherlock1-68/+0
2016-02-02starmath: Avoid C-style castTakeshi Abe1-3/+3
2016-01-12starmath: Assert that SmRootNode always has three childrenTakeshi Abe1-3/+5