summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: starmathStephan Bergmann
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin
2017-04-06Fix typosAndrea Gelmini
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-04-02starmath: Fix wrong help messages for lim inf/supTakeshi Abe
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-30starmath: Stop using the stack to parse consective identifiersTakeshi Abe
2017-03-30starmath: Hold error nodes as subnodes of SmBracebodyNodeTakeshi Abe
2017-03-29starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe
2017-03-29expand vis to visible; fix typosdennisroczek
2017-03-28remove some more unused SID constants and commandsNoel Grandin
2017-03-28starmath: Refrain from skipping an extra token at missing "}"Takeshi Abe
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe
2017-03-24remove unhandled SID commands in starmathNoel Grandin
2017-03-23starmath: Fix memory leak at double sub/superscriptsTakeshi Abe
2017-03-23remove unused helpid in SfxShellNoel Grandin
2017-03-23starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe
2017-03-22starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoOpSubSup() return SmNodeTakeshi Abe
2017-03-22starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe
2017-03-20starmath: Assert a precondition of DoBlank()Takeshi Abe
2017-03-19starmath: Make DoTerm() return the top of the stackTakeshi Abe
2017-03-19fix grammar/typo: defunctional --> nonfunctionaldennisroczek
2017-03-17starmath: Add missing commands and tooltips to the Element windowTakeshi Abe
2017-03-16remove unused defines from HRC files in starmathNoel Grandin
2017-03-16starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()Takeshi Abe
2017-03-15starmath: Separate SmParser::DoError() from Error()Takeshi Abe
2017-03-14remove unused RID constantsNoel Grandin
2017-03-14starmath: Return SmBracebodyNode from DoBracebody()Takeshi Abe
2017-03-10starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe
2017-03-09starmath: Prepare messsages for all parsing errorsTakeshi Abe
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-03-08starmath: Drop unused RIDsTakeshi Abe
2017-03-08starmath: Return the expression node from DoExpression()Takeshi Abe
2017-03-07starmath: Avoid creating SmFontNode with a default tokenTakeshi Abe
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-06starmath: Push next token to escape only in a valid caseTakeshi Abe
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03starmath: Replace SmParseError::FuncExpected with assertionTakeshi Abe
2017-03-02starmath: Drop SmParseError::UnoperExpectedTakeshi Abe
2017-03-01move SvtLinguOptions into SmDocShellCaolán McNamara
2017-03-01fix indentCaolán McNamara
2017-03-01unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara
2017-03-01GetEditEngineItemPool can be privateCaolán McNamara