summaryrefslogtreecommitdiffstats
path: root/starmath/source
Commit message (Expand)AuthorAgeFilesLines
* starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe2017-03-101-7/+5
* starmath: Prepare messsages for all parsing errorsTakeshi Abe2017-03-092-14/+45
* loplugin:loopvartoosmallStephan Bergmann2017-03-081-3/+1
* starmath: Drop unused RIDsTakeshi Abe2017-03-081-10/+0
* starmath: Return the expression node from DoExpression()Takeshi Abe2017-03-081-13/+9
* 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-032-4/+4
* starmath: Replace SmParseError::FuncExpected with assertionTakeshi Abe2017-03-032-7/+1
* starmath: Drop SmParseError::UnoperExpectedTakeshi Abe2017-03-022-7/+1
* move SvtLinguOptions into SmDocShellCaolán McNamara2017-03-012-10/+8
* fix indentCaolán McNamara2017-03-011-50/+46
* unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara2017-03-011-11/+4
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe2017-02-211-26/+10
* loplugin:subtlezeroinit: starmathStephan Bergmann2017-02-211-8/+8
* starmath: Convert SmParseError to scoped enumTakeshi Abe2017-02-191-35/+35
* convert EditEngineAttribs to scoped enumNoel Grandin2017-02-162-6/+3
* convert SmBracketType to scoped enumNoel Grandin2017-02-152-66/+17
* 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
* starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe2017-02-031-1/+1
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-022-5/+5
* starmath: these functions are localTakeshi Abe2017-02-021-81/+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
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-313-7/+7
* Remove dynamic exception specificationsStephan Bergmann2017-01-2612-184/+105
* use rtl::Reference in SmGraphicWindowNoel Grandin2017-01-261-11/+7
* loplugin: unnecessary destructor sfx2..storeNoel Grandin2017-01-251-1/+0
* Fix typo in comments: relativ -> relativeTakeshi Abe2017-01-252-4/+4
* starmath: Inline and remove SmRect::BuildRect()Takeshi Abe2017-01-241-18/+5
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-232-6/+6
* starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe2017-01-201-15/+10
* New loplugin:dynexcspec: Add @throws documentation, starmathStephan Bergmann2017-01-192-0/+5
* replace boost::checked_deleter with std::default_deleteJochen Nitschke2017-01-171-2/+1
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-2/+2
* starmath: Rely on the default ctors for SmRectTakeshi Abe2017-01-171-20/+0
* starmath: Kill unused forward declarationTakeshi Abe2017-01-112-8/+0
* starmath: Prefix members of SmViewShellTakeshi Abe2017-01-111-37/+37
* starmath: SmGraphicWindow requires non-null pViewShellTakeshi Abe2017-01-041-3/+1
* starmath: Reenable a test case for SmNodeToTextVisitorTakeshi Abe2017-01-041-0/+6
* starmath: Assert that GetDoc() is non-null hereTakeshi Abe2017-01-021-3/+3
* starmath: Prefix members of SmSelectionDrawingVisitorTakeshi Abe2017-01-011-19/+19
* starmath: Prefix member of SmCloningVisitorTakeshi Abe2016-12-311-43/+43