summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-09ofz#7816 oom due to too many little allocations in short period of timeCaolán McNamara1-4/+2
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-04-28ofz#7861 fuzzer oomsCaolán McNamara1-136/+134
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin1-2/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-18/+18
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin1-64/+64
2018-02-15starmath: Prefer moving subnodes to copying themTakeshi Abe1-2/+7
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe1-1/+1
2018-01-11ofz#5244 tighten depth checkCaolán McNamara1-1/+1
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara1-18/+21
2018-01-06ofz#4765 TimeoutCaolán McNamara1-6/+3
2017-12-24coverity#1426873 Unintended sign extensionCaolán McNamara1-4/+4
2017-12-21ofz#4703 Direct-leakCaolán McNamara1-54/+49
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+1
2017-10-23loplugin:includeform: starmathStephan Bergmann1-6/+6
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-2/+1
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-05starmath: Convert SmHorAlign to scoped enumTakeshi Abe1-3/+3
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann1-2/+2
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe1-9/+9
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe1-12/+12
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-2/+1
2016-12-07starmath: Require that they are non-0 vectorsTakeshi Abe1-3/+3
2016-12-05starmath: Prefix members of SmStructureNodeTakeshi Abe1-7/+7
2016-12-03starmath: Prefix members of SmPolyLineNode etc.Takeshi Abe1-18/+19
2016-12-02starmath: Prefix members of SmTextNodeTakeshi Abe1-18/+18
2016-11-30starmath: Prefix members of SmSpecialNode etc.Takeshi Abe1-12/+12
2016-11-29starmath: these static functions can be localTakeshi Abe1-4/+6
2016-11-29tdf#103430 Apply mathvariant attribute to <mi> and <mo>Takeshi Abe1-0/+5
2016-11-28starmath: Separate color name and operand by spaceTakeshi Abe1-10/+10
2016-11-25starmath: Prefix members of SmBinDiagonalNode etc.Takeshi Abe1-8/+1
2016-11-24starmath: Prefix members of SmFontNodeTakeshi Abe1-6/+6
2016-11-23starmath: Prefix members of SmNodeMatrixTakeshi Abe1-16/+17
2016-11-21tdf#79645 Add line spacing only between rows of SmMatrixNodeTakeshi Abe1-1/+2
2016-11-19tdf#103500 Import stretchy integral symbol from MathMLTakeshi Abe1-1/+5
2016-11-18tdf#84650 Fix X-coordinate of SmMatrixNode's elementsTakeshi Abe1-3/+2
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe1-0/+14
2016-11-12starmath: Prefix member of SmBlankNodeTakeshi Abe1-3/+3
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe1-82/+12
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)Stephan Bergmann1-1/+1
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe1-6/+6
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe1-8/+6
2016-08-05starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe1-3/+3
2016-08-03starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe1-1/+1
2016-08-02starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe1-3/+3