summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.cxx
AgeCommit message (Expand)Author
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: starmathStephan Bergmann
2017-02-10starmath: Kill redundant checkTakeshi Abe
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-05-03starmath: Avoid C-style castTakeshi Abe
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe
2016-03-22starmath: Use initialization list for some ctorsTakeshi Abe
2016-02-19starmath: Avoid C-style castTakeshi Abe
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-02starmath: Avoid C-style castTakeshi Abe
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin
2015-03-11Adapt std::unique_ptr to SmMathConfigTakeshi Abe
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-03-02cppcheck: cstyleCastCaolán McNamara
2015-02-12Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza
2015-02-06coverity#1267644 Logically dead codeCaolán McNamara
2015-02-03starmath: Refactor common code inside cfgitemMarcos Paulo de Souza
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-05-09coverity#705478 Dereference null return valueCaolán McNamara
2014-04-30starmath: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from starmathAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-10-18random OUString to String conversionsNoel Grandin
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold
2013-09-04String to OUStringThomas Arnhold
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-04-10remove commented out codeThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-22AllSettings with LanguageTagEike Rathke
2012-10-12XubString->OUStringCaolán McNamara
2012-07-06re-base on ALv2 code. Includes:Michael Meeks