summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
AgeCommit message (Expand)Author
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe
2016-11-12starmath: Prefix member of SmBlankNodeTakeshi Abe
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)Stephan Bergmann
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe
2016-08-05starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe
2016-08-03starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe
2016-08-02starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin
2016-07-08tdf#47813 Fix alignment for SmUnHorNodeTakeshi Abe
2016-07-08starmath: Fix missing negationTakeshi Abe
2016-07-04starmath: Drop unused definitionTakeshi Abe
2016-07-01Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe
2016-06-29starmath: SmBinDiagonalNode's 3rd child must be SmPolyLineNodeTakeshi Abe
2016-06-26starmath: Fix invalid static_castTakeshi Abe
2016-06-25starmath: Drop unnecessary definitionsTakeshi Abe
2016-06-25starmath: Remove unused definitionTakeshi Abe
2016-06-14starmath: SmTableNode has type NTABLETakeshi Abe
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe
2016-05-18Convert ATTR_* to scoped enumTakeshi Abe
2016-05-17convert TG constants to scoped enumNoel Grandin
2016-05-16tdf#98238, tdf#99591 reverted old commitJan Iversen
2016-05-16Avoid C-style castTakeshi Abe
2016-05-12Convert FLG_* to scoped enumTakeshi Abe
2016-05-11starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe
2016-05-10Simplify code with ForEachNonNullTakeshi Abe
2016-04-07starmath: Assert that SmAlignNode must have only one childTakeshi Abe
2016-04-01starmath: Reduce scope of variablesTakeshi Abe
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe
2016-03-08starmath: Use assert for impossible null-dereferenceTakeshi Abe
2016-03-07starmath: Make SmNode abstract and noncopyableTakeshi Abe
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe
2016-02-27tdf#98088: prevent access to invalid sub nodeOliver Specht
2016-02-19starmath: Avoid C-style castTakeshi Abe
2016-02-18starmath: Avoid C-style castTakeshi Abe
2016-02-16starmath: Convert RectCopyMBL to scoped enumTakeshi Abe
2016-02-15starmath: Replace OSL_ENSURE with assertTakeshi Abe
2016-02-10tdf#53472 Integral Symbols too small for some integrandsmelikeyurtoglu
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08starmath: Convert RectVerAlign to scoped enumTakeshi Abe
2016-02-04starmath: Convert RectHorAlign to scoped enumTakeshi Abe
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-02starmath: Avoid C-style castTakeshi Abe
2016-01-27starmath: Convert RectPos to scoped enumTakeshi Abe
2016-01-10Fix typosAndrea Gelmini
2015-12-17starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe
2015-11-10starmath: Assert FindIndex()'s preconditionTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann