summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* starmath: Do SmCursor::MoveTo() more simplyTakeshi Abe2016-08-222-9/+7
* starmath: Use SmCaretPos::GetPosAfter()Takeshi Abe2016-08-181-9/+3
* screenshots: add new global make targetArmin Le Grand2016-08-181-1/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-74/+2
* screenshots: add dialog test cases for starmathArmin Le Grand2016-08-184-0/+267
* starmath: Avoid assigned but unused valueTakeshi Abe2016-08-171-8/+1
* starmath: Avoid temporary arraysTakeshi Abe2016-08-152-9/+5
* tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot2016-08-111-0/+1
* Expect 3 subnodes for SmBinVerNode/SmBinHorNode/SmBinDiagonalNodeTakeshi Abe2016-08-103-4/+4
* starmath: SmBraceNode always has 3 childrenTakeshi Abe2016-08-084-15/+17
* starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe2016-08-075-29/+23
* loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin2016-08-051-3/+3
* starmath: SmBinHorNode's symbol is not always an SmMathSymbolNodeTakeshi Abe2016-08-053-14/+14
* starmath: SmDynIntegralNode always has a couple of subnodesTakeshi Abe2016-08-032-3/+4
* starmath: SmRootSymbolNode must have type NROOTSYMBOLTakeshi Abe2016-08-031-1/+1
* Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara2016-08-021-0/+7
* starmath: SmVerticalBraceNode always has a triple of nodesTakeshi Abe2016-08-025-17/+17
* tdf#91665 l10n: Replace string list by separate strings in SmPrintUIOptionsMuhammet Kara2016-08-013-29/+61
* loplugin:countusersofdefaultparams in shell..starmathNoel Grandin2016-08-0112-16/+16
* tdf#101022 Export Greek symbol to MathML with correct mathvariantTakeshi Abe2016-07-315-1/+232
* add uui to starmath import filters testCaolán McNamara2016-07-271-0/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-07-271-1/+1
* improve passstuffbyref return analysisNoel Grandin2016-07-272-2/+2
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-262-6/+5
* starmath: Fix invalid static_castTakeshi Abe2016-07-251-1/+1
* new loplugin overrideparamNoel Grandin2016-07-256-9/+9
* starmath: Add unit test for tdf#52225Takeshi Abe2016-07-241-0/+49
* starmath: Return early if the cursor locates after a text nodeTakeshi Abe2016-07-221-5/+6
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2016-07-171-2/+2
* uitest: add wrapper for element selectorMarkus Mohrhard2016-07-175-0/+194
* remove wrong outdated commentMarkus Mohrhard2016-07-171-1/+0
* uitest: annotate the math edit windowMarkus Mohrhard2016-07-171-0/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-152-7/+0
* starmath: Make AdjustFontDesc() precede Prepare()Takeshi Abe2016-07-152-3/+5
* starmath: Drop redundant SetLineColor() callTakeshi Abe2016-07-141-2/+0
* Moved SfxModule owner to SfxApplicationMark Page2016-07-132-13/+7
* starmath: no need to create temporary string for comparisonTakeshi Abe2016-07-121-1/+1
* starmath: Prefer assert to SAL_WARN hereTakeshi Abe2016-07-111-1/+1
* tdf#47813 Fix alignment for SmUnHorNodeTakeshi Abe2016-07-083-19/+99
* starmath: Fix missing negationTakeshi Abe2016-07-081-1/+1
* starmath: Remove a couple of unused error codesTakeshi Abe2016-07-074-17/+2
* starmath: Drop useless PE_BINOPER_EXPECTEDTakeshi Abe2016-07-074-8/+2
* starmath: Drop unused PE_UNEXPECTED_END_OF_INPUTTakeshi Abe2016-07-061-1/+1
* restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin2016-07-061-0/+2
* starmath: Remove unused GetRect()Takeshi Abe2016-07-051-1/+0
* SfxModule to use initializer_list instead of variadic argumentsMark Page2016-07-041-1/+1
* remove comphelper::string::removeNoel Grandin2016-07-042-3/+3
* starmath: Drop unused definitionTakeshi Abe2016-07-042-6/+1
* Make SmStructureNode's ctor initialize the number of sub nodesTakeshi Abe2016-07-012-24/+14
* starmath: Replace OSL_ENSURE with assertTakeshi Abe2016-06-291-2/+2