summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
AgeCommit message (Expand)Author
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
2015-11-26starmath: Prefix members of SmCaretDrawingVisitorTakeshi Abe
2015-11-23starmath: Prefix members of SmCaretPos2LineVisitorTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-20loplugin: defaultparamsNoel Grandin
2015-06-16Fix typosAndrea Gelmini
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
2015-03-02V813: Decreased performanceCaolán McNamara
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-03loplugin: cstylecastNoel Grandin
2014-11-28recycle SmVisitorTest for unit testTakeshi Abe
2014-11-26fdo#70185: Correct and reenable SmNodeToTextVisitor's test caseTakeshi Abe
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca