summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara2-6/+5
2016-07-08starmath: Fix missing negationTakeshi Abe1-1/+1
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-1/+0
2016-05-24starmath: Fix missing call of AnnotationSelection() for SmCursor::CopyTakeshi Abe3-0/+175
2016-05-23tdf#99984 render inferred mrow as group {}Regina Henschel2-5/+16
2016-05-23starmath: This should be an assert()Takeshi Abe1-5/+1
2016-05-21starmath: These functions are used in local onlyTakeshi Abe2-5/+6
2016-05-19starmath: Assign the proper token to SmTableNodeTakeshi Abe2-7/+6
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2-14/+0
2016-05-18starmath: Remove obsolete TG::DiscardedTakeshi Abe2-5/+4
2016-05-18Convert ATTR_* to scoped enumTakeshi Abe2-27/+35
2016-05-17convert TG constants to scoped enumNoel Grandin6-373/+379
2016-05-16tdf#98238, tdf#99591 reverted old commitJan Iversen1-8/+20
2016-05-16Avoid C-style castTakeshi Abe1-1/+2
2016-05-14Fix bogus nGroup for SmMatrixNode's tokenTakeshi Abe1-1/+0
2016-05-13Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara3-5/+18
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-1/+1
2016-05-13starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe2-3/+5
2016-05-12Convert FLG_* to scoped enumTakeshi Abe2-29/+39
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin9-38/+35
2016-05-11starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe2-17/+10
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-5/+5
2016-05-10Simplify code with ForEachNonNullTakeshi Abe1-7/+3
2016-05-09modernize loopsJochen Nitschke1-50/+28
2016-05-08starmath: Drop useless last entry of aTokenTableTakeshi Abe1-2/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-8/+2
2016-05-03Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann1-4/+2
2016-05-03starmath: Avoid C-style castTakeshi Abe2-2/+2
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-7/+3
2016-05-02Fix typoTakeshi Abe1-1/+1
2016-05-02Reduce scope of variablesTakeshi Abe1-7/+3
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+3
2016-04-27Resolves: tdf#88320 parsing fails with a subscript numberTakeshi Abe2-0/+11
2016-04-27starmath: Drop unnecessary castTakeshi Abe1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-8/+8
2016-04-22starmath: Simplify SmParser::DoTable()Takeshi Abe1-10/+5
2016-04-22starmath: Drop member variable set but not usedTakeshi Abe2-7/+1
2016-04-22starmath: Make coUserDefinedCharContFlags more readableTakeshi Abe1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-15starmath: Fix bounds checkingTakeshi Abe1-2/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin7-9/+9
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12starmath: Drop unused #includeTakeshi Abe2-2/+0
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin8-16/+16
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-3/+0
2016-04-07starmath: Assert that SmAlignNode must have only one childTakeshi Abe1-1/+2
2016-04-06starmath: Drop unnecessary forward declarationTakeshi Abe4-5/+0