summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
AgeCommit message (Expand)Author
2022-05-13tdf#121740 reduce cost of mathml parsingNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-03-18Use ESelection to locate code on node instead of SmTokendante
2021-03-01Starmath cleanup unused includesdante
2021-02-14Reorganize starmath color data flowdante
2021-02-13no need to allocate these return values on the heapNoel Grandin
2021-02-06Use multichar operatorsdante
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-03Clean up SmColorTokenTableEntrydante
2021-02-01SmNode visitors :: append : append char16_tdante
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-21Corrected my previous mess on mathml export with color export 2.dante
2020-11-17Starmath has now full support of HTML colors.dante
2020-11-11Improved starmath colordante
2020-11-10Evaluate command: tdf#109338dante
2020-11-05Added frac command. Sould solve tdf#137234.dante
2020-11-03Added hexadecimal number and color support for starmath.Dante DM
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-10-05loplugin:reducevarscope in starmathNoel
2020-09-25tdf#137008 mml crash on loadNoel Grandin
2020-09-22Fix typosAndrea Gelmini
2020-09-22tdf#38885 Remove createTextFromNodedante
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2019-08-16Fix typosAndrea Gelmini
2019-04-28tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-01-31loplugin:flatten in starmathNoel Grandin
2018-09-27Fix typosAndrea Gelmini
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
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-17Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-24coverity#1426873 Unintended sign extensionCaolán McNamara
2017-12-21ofz#4703 Direct-leakCaolán McNamara
2017-10-23loplugin:includeform: starmathStephan Bergmann
2017-08-03loplugin:constparams in starmathNoel Grandin
2017-06-26Fix typosAndrea Gelmini
2017-05-11Fix typosAndrea Gelmini
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-03starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe
2017-01-04starmath: Reenable a test case for SmNodeToTextVisitorTakeshi Abe