summaryrefslogtreecommitdiffstats
path: root/starmath/source/node.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-221-0/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-311-0/+1
* ofz#7816 oom due to too many little allocations in short period of timeCaolán McNamara2018-05-091-4/+2
* Fix typosAndrea Gelmini2018-05-051-1/+1
* ofz#7861 fuzzer oomsCaolán McNamara2018-04-281-136/+134
* drop old tools/gen methods in reportdesign..xmloffNoel Grandin2018-02-281-2/+2
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-18/+18
* loplugin:changetoolsgen in starmathNoel Grandin2018-02-201-64/+64
* starmath: Prefer moving subnodes to copying themTakeshi Abe2018-02-151-2/+7
* starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe2018-01-221-1/+1
* ofz#5244 tighten depth checkCaolán McNamara2018-01-111-1/+1
* ofz#5221 depth protect PrepareCaolán McNamara2018-01-101-18/+21
* ofz#4765 TimeoutCaolán McNamara2018-01-061-6/+3
* coverity#1426873 Unintended sign extensionCaolán McNamara2017-12-241-4/+4
* ofz#4703 Direct-leakCaolán McNamara2017-12-211-54/+49
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-2/+1
* loplugin:includeform: starmathStephan Bergmann2017-10-231-6/+6
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-2/+2
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-1/+1
* starmath: cleanup includes with iwyuJochen Nitschke2017-08-031-2/+1
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* starmath: Convert SmHorAlign to scoped enumTakeshi Abe2017-05-051-3/+3
* loplugin:salunicodeliteral: starmathStephan Bergmann2017-04-281-2/+2
* starmath: Convert SmScaleMode to scoped enumTakeshi Abe2017-04-271-9/+9
* starmath: Convert SmNodeType to scoped enumTakeshi Abe2017-04-181-12/+12
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-171-2/+1
* starmath: Require that they are non-0 vectorsTakeshi Abe2016-12-071-3/+3
* starmath: Prefix members of SmStructureNodeTakeshi Abe2016-12-051-7/+7
* starmath: Prefix members of SmPolyLineNode etc.Takeshi Abe2016-12-031-18/+19
* starmath: Prefix members of SmTextNodeTakeshi Abe2016-12-021-18/+18
* starmath: Prefix members of SmSpecialNode etc.Takeshi Abe2016-11-301-12/+12
* starmath: these static functions can be localTakeshi Abe2016-11-291-4/+6
* tdf#103430 Apply mathvariant attribute to <mi> and <mo>Takeshi Abe2016-11-291-0/+5
* starmath: Separate color name and operand by spaceTakeshi Abe2016-11-281-10/+10
* starmath: Prefix members of SmBinDiagonalNode etc.Takeshi Abe2016-11-251-8/+1
* starmath: Prefix members of SmFontNodeTakeshi Abe2016-11-241-6/+6
* starmath: Prefix members of SmNodeMatrixTakeshi Abe2016-11-231-16/+17
* tdf#79645 Add line spacing only between rows of SmMatrixNodeTakeshi Abe2016-11-211-1/+2
* tdf#103500 Import stretchy integral symbol from MathMLTakeshi Abe2016-11-191-1/+5
* tdf#84650 Fix X-coordinate of SmMatrixNode's elementsTakeshi Abe2016-11-181-3/+2
* tdf#76296 Import MathML's <mspace>Takeshi Abe2016-11-151-0/+14
* starmath: Prefix member of SmBlankNodeTakeshi Abe2016-11-121-3/+3
* 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