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