summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
AgeCommit message (Expand)Author
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
2016-08-05starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe
2016-08-02starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin
2016-07-14starmath: Drop redundant SetLineColor() callTakeshi Abe
2016-05-27starmath: Prefix members of SmSetSelectionVisitorTakeshi Abe
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-02-08starmath: Replace SAL_WARN_IF with assertTakeshi Abe
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2015-12-23starmath: Avoid warning C4819Takeshi Abe
2015-12-10starmath: Prefix members of SmDrawingVisitorTakeshi Abe
2015-11-27starmath: Kill unnecessary castTakeshi Abe