summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+2
2019-01-31loplugin:flatten in starmathNoel Grandin1-175/+175
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov1-8/+3
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): starmathStephan Bergmann1-5/+5
2018-02-01starmath: Put GetDefaultFontName() in an unnamed namespaceTakeshi Abe1-1/+70
2018-01-08starmath: Replace confusing sal_uIntPtr with sal_Int32Takeshi Abe1-2/+2
2017-10-23loplugin:includeform: starmathStephan Bergmann1-4/+4
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-4/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-07-02loplugin:casttovoid: starmathStephan Bergmann1-1/+0
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin1-2/+1
2017-05-19loplugin:stringcopy: starmathStephan Bergmann1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: starmathStephan Bergmann1-2/+2
2017-02-10starmath: Kill redundant checkTakeshi Abe1-4/+0
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-3/+1
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin1-8/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-6/+6
2016-05-03starmath: Avoid C-style castTakeshi Abe1-1/+1
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe1-3/+4
2016-03-22starmath: Use initialization list for some ctorsTakeshi Abe1-20/+24
2016-02-19starmath: Avoid C-style castTakeshi Abe1-22/+22
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-02starmath: Avoid C-style castTakeshi Abe1-2/+2
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe1-1/+0
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-2/+2
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-3/+3
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza1-1/+27
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-1/+1
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin1-0/+70
2015-03-11Adapt std::unique_ptr to SmMathConfigTakeshi Abe1-18/+12
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-03-02cppcheck: cstyleCastCaolán McNamara1-13/+13
2015-02-12Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza1-101/+24
2015-02-06coverity#1267644 Logically dead codeCaolán McNamara1-5/+3
2015-02-03starmath: Refactor common code inside cfgitemMarcos Paulo de Souza1-138/+82
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5