summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-16/+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-24Typo: syncro->synchroJulien Nabet1-1/+1
2015-01-15remove unnecessary castsNoel Grandin1-287/+286
2015-01-15no need to compare it with trueTakeshi Abe1-1/+1
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-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2-9/+9
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin2-5/+5
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2-3/+3
2015-01-03drop unused includesTakeshi Abe1-3/+0
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann4-7/+7
2014-12-17RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxxCaolán McNamara2-26/+6
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-1/+1
2014-12-17implement loading docking windows from .ui formatCaolán McNamara2-54/+35
2014-12-15starmath: Use appropriate OUString functions on string constantsStephan Bergmann2-7/+7
2014-12-09changed timers to idlesTobias Madl1-18/+18
2014-12-09capitalize Infinite tooltip in Elements panel of MathStanislav Horacek1-1/+1
2014-12-03loplugin: cstylecastNoel Grandin17-75/+75
2014-11-28recycle SmVisitorTest for unit testTakeshi Abe1-183/+0
2014-11-26fdo#70185: Correct and reenable SmNodeToTextVisitor's test caseTakeshi Abe1-12/+12
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida1-0/+1
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara1-4/+0
2014-11-25We now only need one bit of information hereCaolán McNamara3-3/+3
2014-11-24these were just ids, shouldn't be backed by actual string resourcesCaolán McNamara1-5/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-1/+1
2014-11-23fix typo in color nameStanislav Horacek1-1/+1
2014-11-21Use boost::signal in SmElementsControlMarcos Paulo de Souza1-6/+4
2014-11-20fix memory leaks caused with SmNodeStackTakeshi Abe2-100/+96
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl2-8/+0
2014-11-17assert that no other types than TGOPER can happen in SmParser::Oper()Takeshi Abe1-6/+1
2014-11-16Mark as noncopyableTakeshi Abe1-11/+3
2014-11-15Math: Remove aqua and fuchsia from the Elements DockMarcos Paulo de Souza1-6/+1
2014-11-16Avoid possible memory leaks in case of exceptionsTakeshi Abe1-6/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-35/+35
2014-11-13Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11stop duplicate definition of lcl_popOrZero()Takeshi Abe3-91/+61
2014-11-09separate parse.hxx into smaller partsTakeshi Abe2-3/+0
2014-11-06Avoid possible memory leaks in case of exceptionTakeshi Abe1-6/+3
2014-11-04Math: Add new colors in the SidebarMarcos Paulo de Souza3-1/+118
2014-11-03fix memory leak of pointers contained in m_aErrDescListTakeshi Abe1-10/+6
2014-11-02unused includes in RTF filter and related filesMiklos Vajna2-3/+0
2014-10-31Resolves: #i118191# Red is not red enoughRegina Henschel5-18/+100