summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2018-02-28drop old tools/gen methods in reportdesign..xmloffNoel Grandin2-3/+3
2018-02-28Translate German comments and debug stringsJohnny_M2-3/+3
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin4-26/+26
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin4-11/+6
2018-02-25convert all help responses to gtk's -11Caolán McNamara6-17/+17
2018-02-24starmath: Adjusting by 0 is the same as doing nothingTakeshi Abe1-2/+0
2018-02-22weld native message dialogsCaolán McNamara2-11/+17
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-1/+1
2018-02-21ColorData->Color in sd..svxNoel Grandin3-5/+5
2018-02-20starmath: no need to use std::deque hereTakeshi Abe1-2/+1
2018-02-20loplugin:changetoolsgen in starmathNoel Grandin12-189/+189
2018-02-19starmath: Spare unnecessary assignmentsTakeshi Abe1-3/+4
2018-02-15starmath: Prefer moving subnodes to copying themTakeshi Abe5-18/+23
2018-02-14starmath: Omit SmParser::GetError()'s argumentTakeshi Abe3-9/+5
2018-02-12Fix typosAndrea Gelmini1-1/+1
2018-02-08starmath: Make SmParser::DoAttribut() etc. return std::unique_ptrTakeshi Abe2-21/+31
2018-02-07starmath: Make SmParser::DoLine() etc. return std::unique_ptrTakeshi Abe2-47/+47
2018-02-06starmath: Make DoAlign() return std::unique_ptrTakeshi Abe2-12/+12
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-3/+3
2018-02-01starmath: Put GetDefaultFontName() in an unnamed namespaceTakeshi Abe3-67/+70
2018-01-24tdf#115030 Formula use "dot" instead of "acute" math command.ekuiitr2-0/+4
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin2-4/+3
2018-01-22ofz#5575 call cleanup while its still a SmXMLImportCaolán McNamara1-0/+1
2018-01-22starmath: Make SmParser::Parse() return std::unique_ptrTakeshi Abe11-52/+39
2018-01-22ofz#5526 restrict mml parsing depthCaolán McNamara2-4/+25
2018-01-19ofz#5475 Integer-overflowCaolán McNamara1-2/+2
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin3-8/+3
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe5-33/+25
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-2/+2
2018-01-11ofz#5244 tighten depth checkCaolán McNamara3-3/+3
2018-01-11starmath: getLength() > 0 -> !isEmpty()Takeshi Abe3-8/+8
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin2-2/+2
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara7-50/+53
2018-01-08starmath: Replace confusing sal_uIntPtr with sal_Int32Takeshi Abe1-2/+2
2018-01-06ofz#4765 TimeoutCaolán McNamara3-11/+7
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-1/+0
2018-01-04de-duplicate some defines in hrc filesNoel Grandin6-8/+8
2017-12-31ofz#4845 avoid oomCaolán McNamara1-1/+5
2017-12-28ofz#4765: Conditional jump or move depends on uninitialised valueCaolán McNamara1-0/+4
2017-12-28ofz#4733: align size typesCaolán McNamara1-5/+4
2017-12-24coverity#1426873 Unintended sign extensionCaolán McNamara4-16/+20
2017-12-22Revert "unused SID command in starmath"Noel Grandin5-0/+90
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna4-3/+13
2017-12-21unused SID command in starmathNoel Grandin5-90/+0
2017-12-21ofz#4703 Direct-leakCaolán McNamara12-107/+124
2017-12-19ofz: recognize invalid and negative fractionsCaolán McNamara1-6/+3