summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailviewacc.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-24suppress more IndexHint accessibility warningNoel Grandin1-0/+1
2023-09-13loplugin:unusedmethodsNoel Grandin1-12/+0
2023-04-30Use getXWeak in sfx2Mike Kaganski1-2/+2
2023-04-15a11y: Report focusable and focused state for ThumbnailViewItemMichael Weghorn1-4/+3
2023-01-17XUnoTunnel->dynamic_cast in ThumbnailViewItemAccNoel Grandin1-19/+1
2023-01-17XUnoTunnel->dynamic_cast in ThumbnailViewAccNoel Grandin1-19/+1
2023-01-06Fix copy/paste typosStephan Bergmann1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-18/+33
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-20/+19
2021-12-27use comphelper::WeakComponentImplHelper in ThumbnailViewAccNoel Grandin1-9/+13
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-16/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-6/+6
2021-09-09Resolves: tdf#144389 get_accessible_parent should only be called on vcl implsCaolán McNamara1-16/+5
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-3/+3
2021-08-01osl::Mutex->std::mutex in ThumbnailViewItemAccNoel Grandin1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-12/+4
2021-02-20loplugin:refcounting in sfx2Noel1-2/+2
2020-11-03loplugin:unusedfieldsNoel1-6/+1
2020-10-22rename SfxThumbnailView back to ThumbnailViewCaolán McNamara1-44/+44
2020-10-22drop newly unused ThumbnailViewCaolán McNamara1-507/+56
2020-08-25move thumbnailviewitem.hxxCaolán McNamara1-1/+1
2020-02-16move some headers inside sfx2/Noel Grandin1-1/+1
2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+2
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+1
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-7/+2
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann1-2/+2
2019-07-29Fix typosAndrea Gelmini1-1/+1
2019-05-09loplugin:unusedmethodsNoel Grandin1-25/+0
2019-05-09loplugin:unusedfieldsNoel Grandin1-4/+1
2019-04-12loplugin:unusedmethodsNoel Grandin1-38/+0
2019-03-28weld SfxTemplateManagerDlgCaolán McNamara1-5/+555
2019-02-07loplugin:flatten in sfx2Noel Grandin1-40/+40
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-19loplugin:constantparamNoel Grandin1-10/+6
2018-11-17loplugin:unusedmethodsNoel Grandin1-25/+0
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-07use more Color in sfx2..svtoolsNoel Grandin1-4/+4
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-07Use for-range loops in sfx2 (part1)Julien Nabet1-22/+16
2017-10-31sfx2: Kill useless mutex guardTakeshi Abe1-1/+0
2017-09-23loplugin:flatten in sdext..stocNoel Grandin1-14/+7
2017-07-02loplugin:casttovoid: sfx2Stephan Bergmann1-2/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: sfx2Stephan Bergmann1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1