summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)Author
2016-12-14tdf#91767 Read SfxItemSet before disposing its AbstractSvxZoomDialogTakeshi Abe
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann
2016-11-23starmath: Prefix members of SmNodeMatrixTakeshi Abe
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe
2016-11-12starmath: Prefix member of SmBlankNodeTakeshi Abe
2016-11-09tdf#44839 Add an "Evaluated At" command in "Brackets" sectionTakeshi Abe
2016-11-03starmath: Remove unnecessary overridingTakeshi Abe
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin
2016-10-24remove unused SfxListener subclassingNoel Grandin
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin
2016-10-13flatten RID_LOCALIZED_NAMES by a levelCaolán McNamara
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-03starmath: Add comments on indexingTakeshi Abe
2016-10-02starmath: Prefix members of SmParserTakeshi Abe
2016-09-29tdf#53472, tdf#102268: Reimplement "intd"Takeshi Abe
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe
2016-09-05starmath: Pass offset by const refTakeshi Abe
2016-09-02Replace SmNodeIterator with std::vector's iteratorTakeshi Abe
2016-08-31Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe
2016-08-30Every composite node is of type SmStructureNodeTakeshi Abe
2016-08-26SmDrawingVisitor does nothing for SmBlankNodeTakeshi Abe
2016-08-22starmath: Do SmCursor::MoveTo() more simplyTakeshi Abe
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin
2016-08-05starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe
2016-08-03starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe
2016-08-03starmath: SmRootSymbolNode must have type NROOTSYMBOLTakeshi Abe
2016-08-02starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe
2016-08-01tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptionsMuhammet Kara
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin
2016-07-31tdf#101022 Export Greek symbol to MathML with correct mathvariantTakeshi Abe
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-07-17uitest: add wrapper for element selectorMarkus Mohrhard
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-15starmath: Make AdjustFontDesc() precede Prepare()Takeshi Abe
2016-07-13Moved SfxModule owner to SfxApplicationMark Page
2016-07-07starmath: Remove a couple of unused error codesTakeshi Abe
2016-07-07starmath: Drop useless PE_BINOPER_EXPECTEDTakeshi Abe
2016-07-06starmath: Drop unused PE_UNEXPECTED_END_OF_INPUTTakeshi Abe
2016-07-05starmath: Remove unused GetRect()Takeshi Abe
2016-07-04starmath: Drop unused definitionTakeshi Abe
2016-07-01Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe
2016-06-26starmath: Fix invalid static_castTakeshi Abe