summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-22Some few more corrections over starmath color stuff.dante1-0/+1
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-1/+2
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-3/+3
2020-11-12remove Fraction::operator tools::Long()Noel1-3/+3
2020-11-11Improved starmath colordante1-19/+6
2020-11-03Added hexadecimal number and color support for starmath.Dante DM1-30/+11
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-22long->tools::Long in slideshow..starmathNoel1-52/+52
2020-09-22tdf#38885 Remove createTextFromNodedante1-540/+53
2020-06-24tdf#40436 tdf#47914 RGB personalized color for math and laplace symbol 2dante1-1/+28
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin1-13/+17
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz1-30/+30
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe1-0/+3
2019-05-08crashtesting: many asserts in SmTextNode::PrepareCaolán McNamara1-1/+0
2019-05-05handle empty Rectangle better in starmathNoel Grandin1-1/+4
2019-01-31loplugin:flatten in starmathNoel Grandin1-22/+22
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen1-0/+1
2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin1-4/+4
2018-11-24remove unused FontChangeMask::HorAlignNoel Grandin1-2/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
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