summaryrefslogtreecommitdiffstats
path: root/starmath/inc
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* convert SFXMODEL_ to scoped enumNoel Grandin2015-04-101-1/+1
* Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe2015-04-021-10/+12
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-264-5/+5
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* convert SFX_PRINTER constants to enum classNoel Grandin2015-03-241-1/+1
* loplugin:constantfunction: sotNoel Grandin2015-03-191-1/+0
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-1/+1
* use std::unique_ptr for Sm*DialogTakeshi Abe2015-03-161-2/+3
* Spare extra call stackTakeshi Abe2015-03-101-3/+0
* Replace boost::noncopyable with use of SAL_DELETED_FUNCTIONTakeshi Abe2015-03-101-3/+4
* Idle and Timer are now completely independentTobias Madl2015-03-061-2/+2
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-061-0/+1
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* V813: Decreased performanceCaolán McNamara2015-03-021-1/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-2/+2
* boost::scoped_array->std::vectorCaolán McNamara2015-02-151-1/+0
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-02-142-3/+1
* Updated all precompiled headers.Ashod Nakashian2015-02-051-1/+5
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-2/+0
* 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
* Some more loplugin:cstylecast: starmathStephan Bergmann2015-01-211-9/+8
* Drop unused inline functionsTakeshi Abe2015-01-172-4/+0
* protected -> privateTakeshi Abe2015-01-151-1/+0
* fdo#70185: starmath: unit test writingTakeshi Abe2015-01-133-2/+28
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-082-9/+0
* drop unused includesTakeshi Abe2015-01-031-1/+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
* prefer constant to macroTakeshi Abe2014-12-221-3/+3
* implement loading docking windows from .ui formatCaolán McNamara2014-12-172-4/+5
* Omit unused default valueTakeshi Abe2014-12-161-1/+1
* Typo: postion(s)=>position(s)Julien Nabet2014-12-101-1/+1
* changed timers to idlesTobias Madl2014-12-091-2/+2
* -Wunused-macrosTakeshi Abe2014-12-041-2/+0
* loplugin: cstylecastNoel Grandin2014-12-033-4/+5
* recycle SmVisitorTest for unit testTakeshi Abe2014-11-281-39/+0
* Use boost::signal in SmElementsControlMarcos Paulo de Souza2014-11-211-5/+4
* fix memory leaks caused with SmNodeStackTakeshi Abe2014-11-201-6/+5
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* stop duplicate definition of lcl_popOrZero()Takeshi Abe2014-11-111-2/+9
* separate parse.hxx into smaller partsTakeshi Abe2014-11-094-144/+197
* Math: Add new colors in the SidebarMarcos Paulo de Souza2014-11-041-0/+31
* mark as noncopyableTakeshi Abe2014-11-041-5/+2
* include <list> where neededTakeshi Abe2014-11-042-1/+2
* fix memory leak of pointers contained in m_aErrDescListTakeshi Abe2014-11-031-2/+2
* Resolves: #i118191# Red is not red enoughRegina Henschel2014-10-311-2/+3