summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-30starmath: Make some functions private, instead of protectedTakeshi Abe1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-14/+12
2017-01-26use rtl::Reference in SmGraphicWindowNoel Grandin1-3/+3
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin1-4/+0
2017-01-24starmath: Inline and remove SmRect::BuildRect()Takeshi Abe1-4/+1
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2017-01-20starmath: Avoid ad hoc LanguageTag and CharClass at tokenizationTakeshi Abe1-3/+5
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-1/+0
2017-01-17starmath: Rely on the default ctors for SmRectTakeshi Abe1-12/+0
2017-01-11starmath: Kill unused forward declarationTakeshi Abe3-3/+0
2017-01-11starmath: Prefix members of SmViewShellTakeshi Abe1-9/+9
2017-01-01starmath: Prefix members of SmSelectionDrawingVisitorTakeshi Abe1-3/+3
2016-12-31starmath: Prefix member of SmCloningVisitorTakeshi Abe1-2/+4
2016-12-27starmath: SmCaretPos's index must be non-negativeTakeshi Abe1-1/+6
2016-12-26starmath: Prefix n to SmCaretPos's IndexTakeshi Abe1-5/+6
2016-12-14tdf#91767 Read SfxItemSet before disposing its AbstractSvxZoomDialogTakeshi Abe1-0/+3
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-4/+1
2016-12-07Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski1-1/+1
2016-12-05starmath: Prefix members of SmStructureNodeTakeshi Abe1-11/+11