summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-05loplugin:constantparam in editengNoel Grandin2-3/+3
2016-04-04loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-04-04Use std::size_tMiklos Vajna1-1/+1
2016-04-01starmath: Reduce scope of variablesTakeshi Abe1-5/+5
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl4-12/+12
2016-03-29Avoid reserved identifiersStephan Bergmann2-6/+6
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe3-22/+5
2016-03-24starmath: Drop unnecessary check of loop invariantTakeshi Abe1-4/+4
2016-03-24starmath: nCount == aVector.size()Takeshi Abe1-5/+1
2016-03-23loplugin:constantparam in starmathNoel Grandin2-10/+9
2016-03-22starmath: Use initialization list for some ctorsTakeshi Abe1-20/+24
2016-03-21Make aDelimiterTable a local varStephan Bergmann1-8/+7
2016-03-21loplugin:staticmethodsStephan Bergmann2-4/+4
2016-03-21loplugin:staticcallStephan Bergmann1-1/+1
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar9-117/+29
2016-03-19starmath: Replace lt_SmSymPtr with a lambdaTakeshi Abe2-11/+6
2016-03-18loplugin:constantfunction in editengNoel Grandin2-3/+3
2016-03-17loplugin:constantparam in sfx2Noel Grandin2-2/+2
2016-03-15starmath: odd number of columns is fineTakeshi Abe1-2/+0
2016-03-11Resolves tdf#88485: Allow to select rightmost symbols in the dialogTakeshi Abe1-0/+2
2016-03-11loplugin:redundantcastTor Lillqvist1-1/+1
2016-03-11starmath: Make examples of exponential function consistentTakeshi Abe1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard3-6/+6