summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara1-7/+1
2017-05-18loplugin:unusedmethodsNoel Grandin1-11/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+1
2017-05-08tdf#106479 Make edit context menu dispatcher basedMaxim Monastirsky1-1/+0
2017-05-05starmath: Convert SmHorAlign to scoped enumTakeshi Abe1-1/+5
2017-05-05Drop premature mode lineTakeshi Abe1-2/+0
2017-05-04loplugin:checkunusedparams in starmathNoel Grandin1-1/+1
2017-05-02untranslated strings are just stringsCaolán McNamara6-285/+284
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann1-1/+1
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe1-1/+6
2017-04-20loplugin:unusedmethodsNoel Grandin2-2/+0
2017-04-18convert starmath context menu to .uiCaolán McNamara2-205/+0
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe2-38/+38
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe1-1/+1
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe1-12/+0
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe1-4/+1
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna7-20/+20
2017-03-28remove some more unused SID constants and commandsNoel Grandin1-2/+0
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin3-3/+3
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-24starmath: Make SmParser::DoAlign() return SmNodeTakeshi Abe1-1/+1
2017-03-24remove unhandled SID commands in starmathNoel Grandin1-2/+0
2017-03-23starmath: Make DoProduct()/DoSum()/DoRelation() return SmNodeTakeshi Abe1-3/+3
2017-03-22starmath: Make SmParser::DoPower() return SmNodeTakeshi Abe1-1/+1
2017-03-22starmath: Make DoOpSubSup() return SmNodeTakeshi Abe1-1/+1
2017-03-22starmath: Make DoSubSup() return SmNode by taking another nodeTakeshi Abe1-2/+2
2017-03-19starmath: Make DoTerm() return the top of the stackTakeshi Abe1-11/+11
2017-03-17starmath: Add missing commands and tooltips to the Element windowTakeshi Abe1-1/+38
2017-03-16remove unused defines from HRC files in starmathNoel Grandin1-2/+0
2017-03-16starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut()Takeshi Abe1-5/+5
2017-03-15starmath: Separate SmParser::DoError() from Error()Takeshi Abe1-0/+1
2017-03-14remove unused RID constantsNoel Grandin1-17/+0
2017-03-14starmath: Return SmBracebodyNode from DoBracebody()Takeshi Abe1-1/+1
2017-03-10starmath: Return SmGlyphSpecialNode from DoGlyphSpecial()Takeshi Abe1-1/+1
2017-03-09starmath: Prepare messsages for all parsing errorsTakeshi Abe1-3/+7
2017-03-08starmath: Drop unused RIDsTakeshi Abe1-2/+1
2017-03-08starmath: Return the expression node from DoExpression()Takeshi Abe1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-03starmath: Replace SmParseError::FuncExpected with assertionTakeshi Abe2-3/+1
2017-03-02starmath: Drop SmParseError::UnoperExpectedTakeshi Abe2-3/+1
2017-03-01move SvtLinguOptions into SmDocShellCaolán McNamara1-4/+4
2017-03-01unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara1-2/+0
2017-03-01GetEditEngineItemPool can be privateCaolán McNamara1-1/+2
2017-02-21loplugin:subtlezeroinit: starmathStephan Bergmann1-1/+1
2017-02-19starmath: Convert SmParseError to scoped enumTakeshi Abe1-11/+18
2017-02-15convert SmBracketType to scoped enumNoel Grandin1-18/+4
2017-02-03starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe1-4/+4
2017-02-02starmath: these functions are localTakeshi Abe1-6/+0