summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
AgeCommit message (Expand)Author
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
2014-10-31Resolves: #i118191# Red is not red enoughRegina Henschel
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam
2014-03-05remove unused code SmParser::Insert(rtl::OUString const&, int)Noel Grandin
2014-02-26Remove visual noise from starmathAlexander Wilms
2013-10-23starmath: fix include guardsThomas Arnhold
2013-09-08Math: Remove obsolete GetConversion()Thomas Arnhold
2013-09-05String to OUStringThomas Arnhold
2013-09-04String to OUStringThomas Arnhold
2013-06-28fdo#55853 - improve parsing of concatenated numbers and identifiers.Frédéric Wang
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-21String -> OUStringIvan Timofeev
2012-10-01String -> OUStringIvan Timofeev
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-23removed unused forward declarations of classTakeshi Abe
2011-12-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz