summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2017-03-14remove unused RID constantsNoel Grandin2-52/+0
2017-03-14starmath: Return SmBracebodyNode from DoBracebody()Takeshi Abe2-8/+6
2017-03-10starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe2-8/+6
2017-03-09starmath: Prepare messsages for all parsing errorsTakeshi Abe3-17/+52
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-3/+1
2017-03-08starmath: Drop unused RIDsTakeshi Abe2-12/+1
2017-03-08starmath: Return the expression node from DoExpression()Takeshi Abe2-14/+10
2017-03-07starmath: Avoid creating SmFontNode with a default tokenTakeshi Abe1-0/+6
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-2/+2
2017-03-06starmath: Push next token to escape only in a valid caseTakeshi Abe1-4/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-5/+5
2017-03-03starmath: Replace SmParseError::FuncExpected with assertionTakeshi Abe4-10/+2
2017-03-02starmath: Drop SmParseError::UnoperExpectedTakeshi Abe4-10/+2
2017-03-01move SvtLinguOptions into SmDocShellCaolán McNamara3-14/+12
2017-03-01fix indentCaolán McNamara1-50/+46
2017-03-01unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara2-13/+4
2017-03-01GetEditEngineItemPool can be privateCaolán McNamara1-1/+2
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-28starmath: Add test cases for errors at parsingTakeshi Abe1-0/+143
2017-02-22Test whether SmEditWindow::SelNextMark() keeps cursor positionTakeshi Abe1-1/+10
2017-02-21tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe2-26/+18
2017-02-21loplugin:subtlezeroinit: starmathStephan Bergmann2-9/+9
2017-02-19starmath: Convert SmParseError to scoped enumTakeshi Abe3-52/+59
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin2-6/+3
2017-02-15convert SmBracketType to scoped enumNoel Grandin3-84/+21
2017-02-15starmath: Avoid unnecessary stack operations in parsingTakeshi Abe1-8/+3
2017-02-14starmath: This condition always holdsTakeshi Abe1-2/+3
2017-02-12Various typos on accessibleJulien Nabet2-3/+3
2017-02-11starmath: Make stricter assertion to prevent out of rangeTakeshi Abe1-20/+13
2017-02-10starmath: Kill redundant checkTakeshi Abe1-4/+0
2017-02-06Add missing #includesStephan Bergmann2-0/+2
2017-02-05.uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky1-1/+1
2017-02-03starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe2-5/+5
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin9-12/+12
2017-02-02starmath: these functions are localTakeshi Abe2-87/+80
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-8/+4
2017-02-01starmath: Simplify and micro-optimize lookup in SmIsMathAlpha()Takeshi Abe1-24/+17
2017-01-31tdf#105571 Drop toolbar:helpid attribute from toolbar definitionsGabor Kelemen1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin3-7/+7
2017-01-30starmath: Make some functions private, instead of protectedTakeshi Abe1-1/+0
2017-01-26tdf#105483: let's put lowercase Greek letter in italicJulien Nabet2-8/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann13-198/+117
2017-01-26use rtl::Reference in SmGraphicWindowNoel Grandin2-14/+10
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin2-5/+0
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe2-4/+4
2017-01-24starmath: Inline and remove SmRect::BuildRect()Takeshi Abe2-22/+6
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski3-8/+8
2017-01-20starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe2-18/+15
2017-01-19New loplugin:dynexcspec: Add @throws documentation, starmathStephan Bergmann2-0/+5
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke2-3/+1