summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailviewacc.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-13loplugin:unusedmethodsNoel Grandin1-4/+0
2023-01-17XUnoTunnel->dynamic_cast in ThumbnailViewItemAccNoel Grandin1-6/+1
2023-01-17XUnoTunnel->dynamic_cast in ThumbnailViewAccNoel Grandin1-7/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-11/+11
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-2/+2
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen1-1/+0
2021-12-27use comphelper::WeakComponentImplHelper in ThumbnailViewAccNoel Grandin1-6/+3
2021-08-01osl::Mutex->std::mutex in ThumbnailViewItemAccNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2020-11-03loplugin:unusedfieldsNoel1-2/+0
2020-10-22rename SfxThumbnailView back to ThumbnailViewCaolán McNamara1-6/+6
2020-10-22drop newly unused ThumbnailViewCaolán McNamara1-96/+5
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin1-1/+1
2019-12-03tdf#42949 Fix IWYU warnings in sfx2/*/*hxxGabor Kelemen1-1/+0
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-6/+3
2019-05-09loplugin:unusedmethodsNoel Grandin1-4/+0
2019-05-09loplugin:unusedfieldsNoel Grandin1-2/+0
2019-04-12loplugin:unusedmethodsNoel Grandin1-14/+0
2019-03-28weld SfxTemplateManagerDlgCaolán McNamara1-0/+112
2018-11-19loplugin:constantparamNoel Grandin1-2/+1
2018-11-17loplugin:unusedmethodsNoel Grandin1-4/+0
2018-10-09loplugin:constfields in sfx2Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-55/+54
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sfx2Stephan Bergmann1-0/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-2/+2
2015-10-29com::sun::star->css in sfx2Noel Grandin1-78/+78
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-54/+54
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+4
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-2/+0
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+2
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-5/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-2/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-57/+57
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-56/+56
2014-01-21fdo#72639: send proper ACTIVE_DESCENDANT_CHANGED eventsJacobo Aragunde Pérez1-0/+6
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2012-12-17callcatcher: update unusedcode code listCaolán McNamara1-1/+0
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-4/+4
2012-09-24callcatcher: update unused code listsCaolán McNamara1-2/+0
2012-07-12warning C4099: type name first seen using 'struct' now seen using 'class'Michael Stahl1-1/+1
2012-06-10Remove window style WB_NONEFIELD.Rafael Dominguez1-8/+0