summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* Related: ofz#8226 + valgrind: uninitialized valueCaolán McNamara2019-08-061-2/+2
* ofz#4531 Bad-castCaolán McNamara2019-08-061-8/+9
* tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe2017-02-282-26/+18
* tdf#97164 Add text for visualition of percent symbol.Gulsah Kose2016-12-162-1/+4
* tdf#84650 Fix X-coordinate of SmMatrixNode's elementsTakeshi Abe2016-11-231-3/+2
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-08-032-6/+5
* starmath: Fix missing negationTakeshi Abe2016-07-081-1/+1
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-251-1/+0
* starmath: Fix missing call of AnnotationSelection() for SmCursor::CopyTakeshi Abe2016-05-243-0/+175
* tdf#99984 render inferred mrow as group {}Regina Henschel2016-05-232-5/+16
* starmath: This should be an assert()Takeshi Abe2016-05-231-5/+1
* starmath: These functions are used in local onlyTakeshi Abe2016-05-212-5/+6
* starmath: Assign the proper token to SmTableNodeTakeshi Abe2016-05-192-7/+6
* loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2016-05-192-14/+0
* starmath: Remove obsolete TG::DiscardedTakeshi Abe2016-05-182-5/+4
* Convert ATTR_* to scoped enumTakeshi Abe2016-05-182-27/+35
* convert TG constants to scoped enumNoel Grandin2016-05-176-373/+379
* tdf#98238, tdf#99591 reverted old commitJan Iversen2016-05-161-8/+20
* Avoid C-style castTakeshi Abe2016-05-161-1/+2
* Fix bogus nGroup for SmMatrixNode's tokenTakeshi Abe2016-05-141-1/+0
* Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara2016-05-133-5/+18
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-131-1/+1
* starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe2016-05-132-3/+5
* Convert FLG_* to scoped enumTakeshi Abe2016-05-122-29/+39
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-119-38/+35
* starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe2016-05-112-17/+10
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-104-5/+5
* Simplify code with ForEachNonNullTakeshi Abe2016-05-101-7/+3
* modernize loopsJochen Nitschke2016-05-091-50/+28
* starmath: Drop useless last entry of aTokenTableTakeshi Abe2016-05-081-2/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-041-3/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-8/+2
* Prevent Any::setValue from reinterpreting bool* as sal_Bool*Stephan Bergmann2016-05-031-4/+2
* starmath: Avoid C-style castTakeshi Abe2016-05-032-2/+2
* use Any constructor for bool values, instead of temporary varsNoel Grandin2016-05-031-7/+3
* Fix typoTakeshi Abe2016-05-021-1/+1
* Reduce scope of variablesTakeshi Abe2016-05-021-7/+3
* tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2016-04-281-1/+3
* Resolves: tdf#88320 parsing fails with a subscript numberTakeshi Abe2016-04-272-0/+11
* starmath: Drop unnecessary castTakeshi Abe2016-04-271-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-8/+8
* starmath: Simplify SmParser::DoTable()Takeshi Abe2016-04-221-10/+5
* starmath: Drop member variable set but not usedTakeshi Abe2016-04-222-7/+1
* starmath: Make coUserDefinedCharContFlags more readableTakeshi Abe2016-04-221-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-4/+4
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* starmath: Fix bounds checkingTakeshi Abe2016-04-151-2/+1
* loplugin:passstuffbyref in variousNoel Grandin2016-04-147-9/+9
* Stop assigning null to intrusive_ptrTakeshi Abe2016-04-131-2/+0
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2