summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)Author
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin
2016-10-07starmath: Simplify code with std::unique_ptrTakeshi Abe
2016-10-05starmath: Assert the precondition for OUString#replaceAt()Takeshi Abe
2016-10-02starmath: Prefix members of SmParserTakeshi Abe
2016-09-30tdf#97164 Add text for visualition of percent symbol.Gulsah Kose
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe
2016-08-15starmath: Avoid temporary arraysTakeshi Abe
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe
2016-07-12starmath: no need to create temporary string for comparisonTakeshi Abe
2016-07-07starmath: Remove a couple of unused error codesTakeshi Abe
2016-07-07starmath: Drop useless PE_BINOPER_EXPECTEDTakeshi Abe
2016-06-29starmath: Replace OSL_ENSURE with assertTakeshi Abe
2016-06-28starmath: This condition must be metTakeshi Abe
2016-06-21This can be an assert()Takeshi Abe
2016-06-20starmath: Possible cases are exhaustedTakeshi Abe
2016-06-16starmath: more assertions holdTakeshi Abe
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe
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