summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)Author
2017-04-28loplugin:salunicodeliteral: starmathStephan Bergmann
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-18convert starmath context menu to .uiCaolán McNamara
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe
2017-04-05starmath: Kill newly unused m_aNodeStackTakeshi Abe
2017-04-04starmath: Simplify code parsing nospaceTakeshi Abe
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-28remove some more unused SID constants and commandsNoel Grandin
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: 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-19starmath: Make DoTerm() return the top of the stackTakeshi Abe
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-08starmath: Drop unused RIDsTakeshi Abe
2017-03-08starmath: Return the expression node from DoExpression()Takeshi 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-01unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara
2017-03-01GetEditEngineItemPool can be privateCaolán McNamara
2017-02-21loplugin:subtlezeroinit: starmathStephan Bergmann
2017-02-19starmath: Convert SmParseError to scoped enumTakeshi Abe
2017-02-15convert SmBracketType to scoped enumNoel Grandin
2017-02-03starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe
2017-02-02starmath: these functions are localTakeshi Abe
2017-01-30starmath: Make some functions private, instead of protectedTakeshi Abe
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-26use rtl::Reference in SmGraphicWindowNoel Grandin
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin
2017-01-24starmath: Inline and remove SmRect::BuildRect()Takeshi Abe
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-20starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke