summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe2017-03-102-8/+6
* starmath: Prepare messsages for all parsing errorsTakeshi Abe2017-03-093-17/+52
* loplugin:loopvartoosmallStephan Bergmann2017-03-081-3/+1
* starmath: Drop unused RIDsTakeshi Abe2017-03-082-12/+1
* starmath: Return the expression node from DoExpression()Takeshi Abe2017-03-082-14/+10
* starmath: Avoid creating SmFontNode with a default tokenTakeshi Abe2017-03-071-0/+6
* remove some unnecessary use of OUString constructorNoel Grandin2017-03-061-2/+2
* starmath: Push next token to escape only in a valid caseTakeshi Abe2017-03-061-4/+2
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-5/+5
* starmath: Replace SmParseError::FuncExpected with assertionTakeshi Abe2017-03-034-10/+2
* starmath: Drop SmParseError::UnoperExpectedTakeshi Abe2017-03-024-10/+2
* move SvtLinguOptions into SmDocShellCaolán McNamara2017-03-013-14/+12
* fix indentCaolán McNamara2017-03-011-50/+46
* unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara2017-03-012-13/+4
* GetEditEngineItemPool can be privateCaolán McNamara2017-03-011-1/+2
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* starmath: Add test cases for errors at parsingTakeshi Abe2017-02-281-0/+143
* Test whether SmEditWindow::SelNextMark() keeps cursor positionTakeshi Abe2017-02-221-1/+10
* tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe2017-02-212-26/+18
* loplugin:subtlezeroinit: starmathStephan Bergmann2017-02-212-9/+9
* starmath: Convert SmParseError to scoped enumTakeshi Abe2017-02-193-52/+59
* convert EditEngineAttribs to scoped enumNoel Grandin2017-02-162-6/+3
* convert SmBracketType to scoped enumNoel Grandin2017-02-153-84/+21
* starmath: Avoid unnecessary stack operations in parsingTakeshi Abe2017-02-151-8/+3
* starmath: This condition always holdsTakeshi Abe2017-02-141-2/+3
* Various typos on accessibleJulien Nabet2017-02-122-3/+3
* starmath: Make stricter assertion to prevent out of rangeTakeshi Abe2017-02-111-20/+13
* starmath: Kill redundant checkTakeshi Abe2017-02-101-4/+0
* Add missing #includesStephan Bergmann2017-02-062-0/+2
* .uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky2017-02-051-1/+1
* starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe2017-02-032-5/+5
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-029-12/+12
* starmath: these functions are localTakeshi Abe2017-02-022-87/+80
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-8/+4
* starmath: Simplify and micro-optimize lookup in SmIsMathAlpha()Takeshi Abe2017-02-011-24/+17
* tdf#105571 Drop toolbar:helpid attribute from toolbar definitionsGabor Kelemen2017-01-311-2/+2
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-313-7/+7
* starmath: Make some functions private, instead of protectedTakeshi Abe2017-01-301-1/+0
* tdf#105483: let's put lowercase Greek letter in italicJulien Nabet2017-01-262-8/+8
* Remove dynamic exception specificationsStephan Bergmann2017-01-2613-198/+117
* use rtl::Reference in SmGraphicWindowNoel Grandin2017-01-262-14/+10
* loplugin: unnecessary destructor sfx2..storeNoel Grandin2017-01-252-5/+0
* Fix typo in comments: relativ -> relativeTakeshi Abe2017-01-252-4/+4
* starmath: Inline and remove SmRect::BuildRect()Takeshi Abe2017-01-242-22/+6
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-233-8/+8
* starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe2017-01-202-18/+15
* New loplugin:dynexcspec: Add @throws documentation, starmathStephan Bergmann2017-01-192-0/+5
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-172-3/+1
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-2/+2
* starmath: Rely on the default ctors for SmRectTakeshi Abe2017-01-172-32/+0