summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
AgeCommit message (Expand)Author
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
2017-01-01starmath: Prefix members of SmSelectionDrawingVisitorTakeshi Abe
2016-12-31starmath: Prefix member of SmCloningVisitorTakeshi Abe
2016-12-26starmath: Prefix n to SmCaretPos's IndexTakeshi Abe
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: starmathStephan Bergmann
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe
2016-09-05starmath: Pass offset by const refTakeshi Abe
2016-09-02Replace SmNodeIterator with std::vector's iteratorTakeshi Abe
2016-08-30Every composite node is of type SmStructureNodeTakeshi Abe
2016-08-26SmDrawingVisitor does nothing for SmBlankNodeTakeshi Abe
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe