summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna19-92/+92
2017-03-30starmath: Stop using the stack to parse consective identifiersTakeshi Abe1-50/+40
2017-03-30starmath: Hold error nodes as subnodes of SmBracebodyNodeTakeshi Abe1-21/+7
2017-03-29starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe1-42/+40
2017-03-29expand vis to visible; fix typosdennisroczek1-2/+2
2017-03-28remove some more unused SID constants and commandsNoel Grandin2-38/+0
2017-03-28starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe1-24/+14
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin5-5/+5
2017-03-25Fix typosAndrea Gelmini4-4/+4
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe2-19/+12
2017-03-24remove unhandled SID commands in starmathNoel Grandin3-53/+3
2017-03-23starmath: Fix memory leak at double sub/superscriptsTakeshi Abe1-16/+26
2017-03-23remove unused helpid in SfxShellNoel Grandin1-1/+0
2017-03-23starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe2-37/+22
2017-03-22starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe2-21/+16
2017-03-22starmath: Make DoOpSubSup() return SmNodeTakeshi Abe2-13/+8
2017-03-22starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe2-24/+25
2017-03-20starmath: Assert a precondition of DoBlank()Takeshi Abe1-2/+3
2017-03-19starmath: Make DoTerm() return the top of the stackTakeshi Abe2-123/+116
2017-03-19fix grammar/typo: defunctional --> nonfunctionaldennisroczek2-2/+2
2017-03-17starmath: Add missing commands and tooltips to the Element windowTakeshi Abe3-10/+146
2017-03-16remove unused defines from HRC files in starmathNoel Grandin2-10/+0
2017-03-16starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()Takeshi Abe2-48/+29
2017-03-15starmath: Separate SmParser::DoError() from Error()Takeshi Abe2-7/+13
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