summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)Author
2016-05-19starmath: Assign the proper token to SmTableNodeTakeshi Abe
2016-05-18starmath: Remove obsolete TG::DiscardedTakeshi Abe
2016-05-17convert TG constants to scoped enumNoel Grandin
2016-05-13starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09modernize loopsJochen Nitschke
2016-05-08starmath: Drop useless last entry of aTokenTableTakeshi Abe
2016-05-02Reduce scope of variablesTakeshi Abe
2016-04-27Resolves: tdf#88320 parsing fails with a subscript numberTakeshi Abe
2016-04-22starmath: Simplify SmParser::DoTable()Takeshi Abe
2016-04-22starmath: Drop member variable set but not usedTakeshi Abe
2016-04-22starmath: Make coUserDefinedCharContFlags more readableTakeshi Abe
2016-04-15starmath: Fix bounds checkingTakeshi Abe
2016-03-21Make aDelimiterTable a local varStephan Bergmann
2016-03-21loplugin:staticmethodsStephan Bergmann
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-18starmath: Avoid C-style castTakeshi Abe
2016-02-09Remove excess newlinesChris Sherlock
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-05starmath: Simply add elements to the end of the vectorTakeshi Abe
2015-10-02starmath: it is just a stack that is needed hereTakeshi Abe
2015-10-02starmath: SmAlignNode has only one childTakeshi Abe
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe
2015-09-23starmath: Use member initialization lists for SmTokenTakeshi Abe
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe
2015-09-17Use member initialization lists for SmParserTakeshi Abe
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-07-30starmath: these constans are local and staticTakeshi Abe
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck: silence bogus unusedScopedObjectCaolán McNamara
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-26kill forgotten, unused TDEBUG tokenTakeshi Abe
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe
2015-03-26Added shortcut for arrows when doing start math formulasrobert Babiak
2015-02-21Typo: gramar->grammarJulien Nabet
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe
2015-01-15no need to compare it with trueTakeshi Abe