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