summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
AgeCommit message (Expand)AuthorFilesLines
2019-10-29remove unnecessary includesCaolán McNamara1-0/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin1-2/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+2
2019-02-07loplugin:flatten in sfx2Noel Grandin1-57/+57
2018-09-05loplugin:useuniqueptr in sfx2Noel Grandin1-10/+9
2018-01-15More loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-1/+1
2017-07-21loplugin:constparams in sfx2Noel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+0
2016-10-11loplugin:unnecessaryoverride in sfx2Noel Grandin1-6/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin1-16/+0
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-7/+7
2016-02-09Remove excess newlinesChris Sherlock1-16/+0
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-29com::sun::star->css in sfx2Noel Grandin1-7/+7
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-30/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt1-4/+4
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-3/+3
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-9/+8
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-05-06Remove C11ismJulien Nabet1-1/+1
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet1-4/+4
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-1/+1