summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
AgeCommit message (Expand)Author
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2021-03-01tdf#124176 on starmathdante
2021-02-27Introduce the abstractsmparser getter methodsdante
2021-02-24Starmath now allows multiple parsers second partdante
2021-02-09no need to use unique_ptr for a simple value classNoel
2021-02-09ofz#30663 Direct-leakCaolán McNamara
2021-02-08Simplified addition of color palettesdante
2021-02-08Let depthGuard handle everythingdante
2021-02-06Modifications on starmath smparse error handledante
2021-02-04Fix typo in codeAndrea Gelmini
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-17Starmath has now full support of HTML colors.dante
2020-11-10Evaluate command: tdf#109338dante
2020-11-07Added documentation on starmath.dante
2020-11-05Added frac command. Sould solve tdf#137234.dante
2020-11-03Added hexadecimal number and color support for starmath.Dante DM
2020-03-13Revert "loplugin:constfields in starmath"Noel Grandin
2019-01-04tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxxGabor Kelemen
2018-10-08loplugin:constfields in starmathNoel Grandin
2018-10-07use more unique_ptr in SmParserNoel Grandin
2018-05-24ofz#8490 stack exhaustionCaolán McNamara
2018-02-14starmath: Omit SmParser::GetError()'s argumentTakeshi Abe
2018-02-08starmath: Make SmParser::DoAttribut() etc. return std::unique_ptrTakeshi Abe
2018-02-07starmath: Make SmParser::DoLine() etc. return std::unique_ptrTakeshi Abe
2018-02-06starmath: Make DoAlign() return std::unique_ptrTakeshi Abe
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe
2018-01-11ofz#5244 tighten depth checkCaolán McNamara
2017-12-06ofz#4539 depth protect mathtype parserCaolán McNamara
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe
2017-03-23starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe
2017-03-22starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoOpSubSup() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe
2017-03-19starmath: Make DoTerm() return the top of the stackTakeshi Abe
2017-03-16starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()Takeshi Abe
2017-03-15starmath: Separate SmParser::DoError() from Error()Takeshi Abe
2017-03-14starmath: Return SmBracebodyNode from DoBracebody()Takeshi Abe
2017-03-10starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe
2017-03-08starmath: Return the expression node from DoExpression()Takeshi Abe
2017-01-20starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin
2016-10-03starmath: Add comments on indexingTakeshi Abe
2016-10-02starmath: Prefix members of SmParserTakeshi Abe
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe
2016-05-17convert TG constants to scoped enumNoel Grandin
2016-04-22starmath: Drop member variable set but not usedTakeshi Abe
2016-04-14loplugin:passstuffbyref in variousNoel Grandin