summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin1-2/+2
2016-10-07starmath: Simplify code with std::unique_ptrTakeshi Abe1-20/+12
2016-10-05starmath: Assert the precondition for OUString#replaceAt()Takeshi Abe1-1/+1
2016-10-02starmath: Prefix members of SmParserTakeshi Abe1-8/+8
2016-09-30tdf#97164 Add text for visualition of percent symbol.Gulsah Kose1-1/+1
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe1-11/+2
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe1-1/+1
2016-08-15starmath: Avoid temporary arraysTakeshi Abe1-5/+3
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe1-1/+1
2016-07-12starmath: no need to create temporary string for comparisonTakeshi Abe1-1/+1
2016-07-07starmath: Remove a couple of unused error codesTakeshi Abe1-2/+0
2016-07-07starmath: Drop useless PE_BINOPER_EXPECTEDTakeshi Abe1-1/+0
2016-06-29starmath: Replace OSL_ENSURE with assertTakeshi Abe1-2/+2
2016-06-28starmath: This condition must be metTakeshi Abe1-4/+1
2016-06-21This can be an assert()Takeshi Abe1-25/+22
2016-06-20starmath: Possible cases are exhaustedTakeshi Abe1-1/+1
2016-06-16starmath: more assertions holdTakeshi Abe1-21/+20
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann1-2/+1
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe1-8/+5
2016-05-19starmath: Assign the proper token to SmTableNodeTakeshi Abe1-7/+3
2016-05-18starmath: Remove obsolete TG::DiscardedTakeshi Abe1-3/+3
2016-05-17convert TG constants to scoped enumNoel Grandin1-304/+304
2016-05-13starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09modernize loopsJochen Nitschke1-50/+28
2016-05-08starmath: Drop useless last entry of aTokenTableTakeshi Abe1-2/+1
2016-05-02Reduce scope of variablesTakeshi Abe1-7/+3
2016-04-27Resolves: tdf#88320 parsing fails with a subscript numberTakeshi Abe1-0/+8
2016-04-22starmath: Simplify SmParser::DoTable()Takeshi Abe1-10/+5
2016-04-22starmath: Drop member variable set but not usedTakeshi Abe1-3/+0
2016-04-22starmath: Make coUserDefinedCharContFlags more readableTakeshi Abe1-3/+3
2016-04-15starmath: Fix bounds checkingTakeshi Abe1-2/+1
2016-03-21Make aDelimiterTable a local varStephan Bergmann1-8/+7
2016-03-21loplugin:staticmethodsStephan Bergmann1-3/+4
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-10/+2
2016-02-18starmath: Avoid C-style castTakeshi Abe1-9/+9
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe1-1/+0
2016-01-14loplugin:unusedmethods unused return value in starmathNoel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl1-76/+86
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-2/+2
2015-10-05starmath: Simply add elements to the end of the vectorTakeshi Abe1-15/+5
2015-10-02starmath: it is just a stack that is needed hereTakeshi Abe1-10/+10
2015-10-02starmath: SmAlignNode has only one childTakeshi Abe1-1/+1
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe1-8/+8
2015-09-23starmath: Use member initialization lists for SmTokenTakeshi Abe1-11/+16
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe1-4/+4