summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
AgeCommit message (Expand)Author
2020-11-22Some few more corrections over starmath color stuff.dante
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-11-11Improved starmath colordante
2020-11-03Added hexadecimal number and color support for starmath.Dante DM
2020-10-28convert some more long -> tools::LongNoel
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-09-22tdf#38885 Remove createTextFromNodedante
2020-06-24tdf#40436 tdf#47914 RGB personalized color for math and laplace symbol 2dante
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-06-13tdf#120047 Support attribute harpoon/wideharpoon in MathTakeshi Abe
2019-05-08crashtesting: many asserts in SmTextNode::PrepareCaolán McNamara
2019-05-05handle empty Rectangle better in starmathNoel Grandin
2019-01-31loplugin:flatten in starmathNoel Grandin
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen
2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin
2018-11-24remove unused FontChangeMask::HorAlignNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-05-09ofz#7816 oom due to too many little allocations in short period of timeCaolán McNamara
2018-05-05Fix typosAndrea Gelmini
2018-04-28ofz#7861 fuzzer oomsCaolán McNamara
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin
2018-02-15starmath: Prefer moving subnodes to copying themTakeshi Abe
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe
2018-01-11ofz#5244 tighten depth checkCaolán McNamara
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara
2018-01-06ofz#4765 TimeoutCaolán McNamara
2017-12-24coverity#1426873 Unintended sign extensionCaolán McNamara
2017-12-21ofz#4703 Direct-leakCaolán McNamara
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-23loplugin:includeform: starmathStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-05starmath: Convert SmHorAlign to scoped enumTakeshi Abe
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke