summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2016-08-17starmath: Avoid assigned but unused valueTakeshi Abe1-8/+1
2016-08-15starmath: Avoid temporary arraysTakeshi Abe2-9/+5
2016-08-10Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNodeTakeshi Abe3-4/+4
2016-08-08starmath: SmBraceNode always has 3 childrenTakeshi Abe3-12/+12
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe4-26/+20
2016-08-05starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe2-6/+6
2016-08-03starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe1-1/+1
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara1-0/+7
2016-08-02starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe4-14/+13
2016-08-01tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptionsMuhammet Kara2-28/+52
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin9-13/+13
2016-07-31tdf#101022 Export Greek symbol to MathML with correct mathvariantTakeshi Abe1-0/+7
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara2-6/+5
2016-07-25starmath: Fix invalid static_castTakeshi Abe1-1/+1
2016-07-25new loplugin overrideparamNoel Grandin5-8/+8
2016-07-22starmath: Return early if the cursor locates after a text nodeTakeshi Abe1-5/+6
2016-07-17-Werror,-Winconsistent-missing-overrideStephan Bergmann1-2/+2
2016-07-17uitest: add wrapper for element selectorMarkus Mohrhard3-0/+187
2016-07-17remove wrong outdated commentMarkus Mohrhard1-1/+0
2016-07-17uitest: annotate the math edit windowMarkus Mohrhard1-0/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-07-15starmath: Make AdjustFontDesc() precede Prepare()Takeshi Abe1-3/+2
2016-07-14starmath: Drop redundant SetLineColor() callTakeshi Abe1-2/+0
2016-07-13Moved SfxModule owner to SfxApplicationMark Page1-11/+6
2016-07-12starmath: no need to create temporary string for comparisonTakeshi Abe1-1/+1
2016-07-11starmath: Prefer assert to SAL_WARN hereTakeshi Abe1-1/+1
2016-07-08tdf#47813 Fix alignment for SmUnHorNodeTakeshi Abe1-19/+10
2016-07-08starmath: Fix missing negationTakeshi Abe1-1/+1
2016-07-07starmath: Remove a couple of unused error codesTakeshi Abe2-12/+0
2016-07-07starmath: Drop useless PE_BINOPER_EXPECTEDTakeshi Abe2-6/+0
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+2
2016-07-04SfxModule to use initializer_list instead of variadic argumentsMark Page1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin2-3/+3
2016-07-04starmath: Drop unused definitionTakeshi Abe1-5/+0
2016-07-01Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe1-2/+1
2016-06-29starmath: Replace OSL_ENSURE with assertTakeshi Abe1-2/+2
2016-06-29starmath: SmBinDiagonalNode's 3rd child must be SmPolyLineNodeTakeshi Abe1-3/+4
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-4/+2
2016-06-28starmath: This condition must be metTakeshi Abe1-4/+1
2016-06-26starmath: Fix invalid static_castTakeshi Abe1-1/+1
2016-06-25starmath: Drop unnecessary definitionsTakeshi Abe1-12/+0
2016-06-25starmath: Remove unused definitionTakeshi Abe1-6/+0
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-3/+4
2016-06-22Drop unused #includeTakeshi Abe3-29/+0
2016-06-21This can be an assert()Takeshi Abe1-25/+22
2016-06-20starmath: Possible cases are exhaustedTakeshi Abe1-1/+1
2016-06-16starmath: more assertions holdTakeshi Abe1-21/+20
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann1-2/+1