summaryrefslogtreecommitdiffstats
path: root/starmath/source/node.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe2016-09-291-82/+12
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)Stephan Bergmann2016-08-301-1/+1
* starmath: SmBraceNode always has 3 childrenTakeshi Abe2016-08-081-6/+6
* starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe2016-08-071-8/+6
* starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe2016-08-051-3/+3
* starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe2016-08-031-1/+1
* starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe2016-08-021-3/+3
* loplugin:countusersofdefaultparams in shell..starmathNoel Grandin2016-08-011-1/+1
* tdf#47813 Fix alignment for SmUnHorNodeTakeshi Abe2016-07-081-19/+10
* starmath: Fix missing negationTakeshi Abe2016-07-081-1/+1
* starmath: Drop unused definitionTakeshi Abe2016-07-041-5/+0
* Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe2016-07-011-2/+1
* starmath: SmBinDiagonalNode's 3rd child must be SmPolyLineNodeTakeshi Abe2016-06-291-3/+4
* starmath: Fix invalid static_castTakeshi Abe2016-06-261-1/+1
* starmath: Drop unnecessary definitionsTakeshi Abe2016-06-251-12/+0
* starmath: Remove unused definitionTakeshi Abe2016-06-251-6/+0
* starmath: SmTableNode has type NTABLETakeshi Abe2016-06-141-3/+4
* starmath: The formula tree must be of type SmTableNodeTakeshi Abe2016-06-081-6/+0
* Convert ATTR_* to scoped enumTakeshi Abe2016-05-181-21/+21
* convert TG constants to scoped enumNoel Grandin2016-05-171-2/+2
* tdf#98238, tdf#99591 reverted old commitJan Iversen2016-05-161-8/+20
* Avoid C-style castTakeshi Abe2016-05-161-1/+2
* Convert FLG_* to scoped enumTakeshi Abe2016-05-121-19/+19
* starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe2016-05-111-6/+6
* Simplify code with ForEachNonNullTakeshi Abe2016-05-101-7/+3
* starmath: Assert that SmAlignNode must have only one childTakeshi Abe2016-04-071-1/+2
* starmath: Reduce scope of variablesTakeshi Abe2016-04-011-5/+5
* starmath: Drop inline wrapper functionsTakeshi Abe2016-03-241-1/+1
* starmath: Drop SmNode::FindIndexTakeshi Abe2016-03-091-15/+0
* starmath: Use assert for impossible null-dereferenceTakeshi Abe2016-03-081-26/+26
* starmath: Make SmNode abstract and noncopyableTakeshi Abe2016-03-071-55/+0
* starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe2016-03-031-99/+0
* tdf#98088: prevent access to invalid sub nodeOliver Specht2016-02-271-1/+2
* starmath: Avoid C-style castTakeshi Abe2016-02-191-4/+4
* starmath: Avoid C-style castTakeshi Abe2016-02-181-8/+8
* starmath: Convert RectCopyMBL to scoped enumTakeshi Abe2016-02-161-20/+20
* starmath: Replace OSL_ENSURE with assertTakeshi Abe2016-02-151-3/+3
* tdf#53472 Integral Symbols too small for some integrandsmelikeyurtoglu2016-02-101-12/+8
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* starmath: Convert RectVerAlign to scoped enumTakeshi Abe2016-02-081-24/+24
* starmath: Convert RectHorAlign to scoped enumTakeshi Abe2016-02-041-33/+35
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-27/+27
* starmath: Avoid C-style castTakeshi Abe2016-02-021-1/+1
* starmath: Convert RectPos to scoped enumTakeshi Abe2016-01-271-24/+24
* Fix typosAndrea Gelmini2016-01-101-2/+2
* starmath: Drop const modifier of SmNode::Arrange's 1st argumentTakeshi Abe2015-12-171-58/+57
* starmath: Assert FindIndex()'s preconditionTakeshi Abe2015-11-101-5/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-29/+29
* starmath: Prefix members of SmNodeTakeshi Abe2015-10-091-22/+22
* starmath: ClaimPaternity() is only for SmStructureNodeTakeshi Abe2015-09-291-0/+4