summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-03-08cppcheck: cstyleCastJulien Nabet1-2/+2
2015-03-08Revert "cppcheck: cstyleCast"Julien Nabet1-6/+6
2015-03-08cppcheck: cstyleCastJulien Nabet1-6/+6
2015-03-06Idle: Changed to new enum nameTobias Madl1-2/+2
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-2/+2
2015-03-06Idle and Timer are now completely independentTobias Madl2-4/+4
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl2-2/+3
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe4-35/+14
2015-03-04V813: Decreased performanceCaolán McNamara4-9/+9
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-03-02V813: Decreased performanceCaolán McNamara2-4/+4
2015-03-02cppcheck: cstyleCastCaolán McNamara3-17/+15
2015-03-02tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantTakeshi Abe2-6/+5
2015-03-02remove 15-year-old dead codeNoel Grandin1-10/+0
2015-02-27initialize pActionAttrTokenMapCaolán McNamara1-0/+1
2015-02-27tdf#46343: Add the tensor product operator to "Elements Dock"Takeshi Abe2-1/+6
2015-02-27starmath: render the selected subexpression of MathML's <maction>Takeshi Abe4-6/+89
2015-02-26starmath: drop a lurking space in the tooltipTakeshi Abe1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-02-21Typos: caculate->calculate + acceses->accessesJulien Nabet1-1/+1
2015-02-21Various typosJulien Nabet1-1/+1
2015-02-21Typo: gramar->grammarJulien Nabet1-1/+1
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe4-25/+25
2015-02-15boost::scoped_array->std::vectorCaolán McNamara2-15/+12
2015-02-14boost::scoped_ptr->std::unique_ptrCaolán McNamara7-63/+59
2015-02-12Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza2-102/+28
2015-02-11coverity#1267649 Logically dead codeCaolán McNamara1-3/+9
2015-02-09Mark it as staticTakeshi Abe1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann2-40/+11
2015-02-06coverity#1267644 Logically dead codeCaolán McNamara1-5/+3
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+5
2015-02-03starmath: Refactor common code inside cfgitemMarcos Paulo de Souza1-138/+82
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-18/+0
2015-01-27Fix a single quote slipped inTakeshi Abe1-1/+1
2015-01-26fix coverity#1266487Caolán McNamara2-8/+8
2015-01-26coverity#1266461 Improper use of negative valueCaolán McNamara1-0/+2
2015-01-26coverity#1266487 Use of untrusted scalar valueCaolán McNamara1-1/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-4/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-7/+7
2015-01-24Typo: syncro->synchroJulien Nabet1-1/+1
2015-01-21Some more loplugin:cstylecast: starmathStephan Bergmann1-9/+8
2015-01-17Drop unused inline functionsTakeshi Abe2-4/+0
2015-01-15remove unnecessary castsNoel Grandin1-287/+286
2015-01-15protected -> privateTakeshi Abe1-1/+0
2015-01-15no need to compare it with trueTakeshi Abe1-1/+1
2015-01-13fdo#70185: starmath: unit test writingTakeshi Abe8-2/+226
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin2-4/+4
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2-4/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-9/+0