summaryrefslogtreecommitdiffstats
path: root/starmath/source/parse.cxx
Commit message (Expand)AuthorAgeFilesLines
* starmath: Prefix members of SmParserTakeshi Abe2016-10-021-8/+8
* tdf#97164 Add text for visualition of percent symbol.Gulsah Kose2016-09-301-1/+1
* tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe2016-09-291-11/+2
* starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe2016-09-061-1/+1
* starmath: Avoid temporary arraysTakeshi Abe2016-08-151-5/+3
* starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe2016-08-071-1/+1
* starmath: no need to create temporary string for comparisonTakeshi Abe2016-07-121-1/+1
* starmath: Remove a couple of unused error codesTakeshi Abe2016-07-071-2/+0
* starmath: Drop useless PE_BINOPER_EXPECTEDTakeshi Abe2016-07-071-1/+0
* starmath: Replace OSL_ENSURE with assertTakeshi Abe2016-06-291-2/+2
* starmath: This condition must be metTakeshi Abe2016-06-281-4/+1
* This can be an assert()Takeshi Abe2016-06-211-25/+22
* starmath: Possible cases are exhaustedTakeshi Abe2016-06-201-1/+1
* starmath: more assertions holdTakeshi Abe2016-06-161-21/+20
* tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann2016-06-141-2/+1
* starmath: The formula tree must be of type SmTableNodeTakeshi Abe2016-06-081-8/+5
* starmath: Assign the proper token to SmTableNodeTakeshi Abe2016-05-191-7/+3
* starmath: Remove obsolete TG::DiscardedTakeshi Abe2016-05-181-3/+3
* convert TG constants to scoped enumNoel Grandin2016-05-171-304/+304
* starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe2016-05-131-3/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* modernize loopsJochen Nitschke2016-05-091-50/+28
* starmath: Drop useless last entry of aTokenTableTakeshi Abe2016-05-081-2/+1
* Reduce scope of variablesTakeshi Abe2016-05-021-7/+3
* Resolves: tdf#88320 parsing fails with a subscript numberTakeshi Abe2016-04-271-0/+8
* starmath: Simplify SmParser::DoTable()Takeshi Abe2016-04-221-10/+5
* starmath: Drop member variable set but not usedTakeshi Abe2016-04-221-3/+0
* starmath: Make coUserDefinedCharContFlags more readableTakeshi Abe2016-04-221-3/+3
* starmath: Fix bounds checkingTakeshi Abe2016-04-151-2/+1
* Make aDelimiterTable a local varStephan Bergmann2016-03-211-8/+7
* loplugin:staticmethodsStephan Bergmann2016-03-211-3/+4
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-211-10/+2
* starmath: Avoid C-style castTakeshi Abe2016-02-181-9/+9
* Remove excess newlinesChris Sherlock2016-02-091-4/+0
* starmath: Stop using unnecessary namespaceTakeshi Abe2016-01-271-1/+0
* loplugin:unusedmethods unused return value in starmathNoel Grandin2016-01-141-3/+1
* Fix typosAndrea Gelmini2016-01-101-2/+2
* starmath: Use std::unique_ptr for exception safetyTakeshi Abe2015-11-201-4/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-17/+17
* starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl2015-11-091-76/+86
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-291-2/+2
* starmath: Simply add elements to the end of the vectorTakeshi Abe2015-10-051-15/+5
* starmath: it is just a stack that is needed hereTakeshi Abe2015-10-021-10/+10
* starmath: SmAlignNode has only one childTakeshi Abe2015-10-021-1/+1
* starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe2015-09-291-8/+8
* starmath: Use member initialization lists for SmTokenTakeshi Abe2015-09-231-11/+16
* starmath: Prefix members of SmErrorDescTakeshi Abe2015-09-231-4/+4
* Use member initialization lists for SmParserTakeshi Abe2015-09-171-2/+3
* Clean up aEmptyStrStephan Bergmann2015-08-261-8/+6
* svx,starmath: inline some use-once typedefsNoel Grandin2015-08-041-2/+2