summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* boost::scoped_array->std::vectorCaolán McNamara2015-02-152-15/+12
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-02-147-63/+59
* Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza2015-02-122-102/+28
* coverity#1267649 Logically dead codeCaolán McNamara2015-02-111-3/+9
* Mark it as staticTakeshi Abe2015-02-091-1/+1
* loplugin:deletedspecialStephan Bergmann2015-02-072-40/+11
* coverity#1267644 Logically dead codeCaolán McNamara2015-02-061-5/+3
* Updated all precompiled headers.Ashod Nakashian2015-02-051-1/+5
* starmath: Refactor common code inside cfgitemMarcos Paulo de Souza2015-02-031-138/+82
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-294-18/+0
* Fix a single quote slipped inTakeshi Abe2015-01-271-1/+1
* fix coverity#1266487Caolán McNamara2015-01-262-8/+8
* coverity#1266461 Improper use of negative valueCaolán McNamara2015-01-261-0/+2
* coverity#1266487 Use of untrusted scalar valueCaolán McNamara2015-01-261-1/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-4/+4
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-7/+7
* Typo: syncro->synchroJulien Nabet2015-01-241-1/+1
* Some more loplugin:cstylecast: starmathStephan Bergmann2015-01-211-9/+8
* Drop unused inline functionsTakeshi Abe2015-01-172-4/+0
* remove unnecessary castsNoel Grandin2015-01-151-287/+286
* protected -> privateTakeshi Abe2015-01-151-1/+0
* no need to compare it with trueTakeshi Abe2015-01-151-1/+1
* fdo#70185: starmath: unit test writingTakeshi Abe2015-01-138-2/+226
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-122-4/+4
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-122-4/+4
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-082-9/+0
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-073-3/+3
* fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2015-01-062-9/+9
* fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2015-01-062-5/+5
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-052-3/+3
* drop unused includesTakeshi Abe2015-01-032-4/+0
* starmath: boost::shared_ptr to std::shared_ptrTakeshi Abe2015-01-012-3/+4
* drop an unused defineTakeshi Abe2014-12-301-1/+0
* kill unused CMD_SID_* definesTakeshi Abe2014-12-281-4/+0
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-231-1/+1
* prefer constant to macroTakeshi Abe2014-12-221-3/+3
* starmath: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-184-7/+7
* RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxxCaolán McNamara2014-12-172-26/+6
* try to get reasonable sizes for docking windowsCaolán McNamara2014-12-171-1/+1
* implement loading docking windows from .ui formatCaolán McNamara2014-12-176-58/+94
* Omit unused default valueTakeshi Abe2014-12-161-1/+1
* starmath: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-7/+7
* Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky2014-12-112-2/+0
* Typo: postion(s)=>position(s)Julien Nabet2014-12-101-1/+1
* changed timers to idlesTobias Madl2014-12-092-20/+20
* capitalize Infinite tooltip in Elements panel of MathStanislav Horacek2014-12-091-1/+1
* -Wunused-macrosTakeshi Abe2014-12-041-2/+0
* loplugin: cstylecastNoel Grandin2014-12-0320-79/+80
* fix the order of arguments: expected and actualTakeshi Abe2014-12-011-28/+28