summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
AgeCommit message (Expand)Author
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
2016-03-21loplugin:staticmethodsStephan Bergmann
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-07-21loplugin:unusedmethods starmathNoel Grandin
2015-06-15cppcheck: silence bogus unusedScopedObjectCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-03-10Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe
2015-01-15protected -> privateTakeshi Abe
2014-12-16Omit unused default valueTakeshi Abe
2014-11-09separate parse.hxx into smaller partsTakeshi Abe
2014-11-04mark as noncopyableTakeshi Abe
2014-11-04include <list> where neededTakeshi Abe
2014-11-03fix memory leak of pointers contained in m_aErrDescListTakeshi Abe