summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/popupmenudispatcher.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin1-2/+3
2021-11-05flatten PopupMenuDispatcher::queryDispatchNoel Grandin1-46/+46
2021-11-05[-Werror=nonnull] ‘this’ pointer is nullNoel Grandin1-1/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski1-1/+2
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-3/+2
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-11-11loplugin:stringviewNoel1-2/+2
2020-10-02loplugin:reducevarscope in frameworkNoel1-2/+1
2020-07-07framework: create instances with uno constructorsNoel Grandin1-48/+10
2020-04-08loplugin:flatten in frameworkNoel Grandin1-38/+38
2020-01-17m_aListenerContainer is effectively unused hereNoel Grandin1-13/+4
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-13/+1
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen1-0/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann1-1/+1
2019-04-13loplugin:sequentialassign in frameworkNoel Grandin1-2/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+2
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin1-9/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-02fix buildNoel Grandin1-1/+1
2015-11-02loplugin:stringconstantNoel Grandin1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-3/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-04-07framework: sal_Bool->boolNoel Grandin1-6/+6
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-11/+11
2014-03-18Use SolarMutexGuard directlyStephan Bergmann1-23/+10
2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann1-6/+5
2014-03-17Consolidate framework::{Read,Write}GuardStephan Bergmann1-3/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-02-02fdo#54938 Convert framework to cppu::supportsServiceAlexandre Vicenzi1-50/+12
2014-01-17fwk: Use constructor feature for Frame.Matúš Kukan1-0/+5
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist1-1/+1
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-1/+0
2013-07-23convert more services in framework module to WeakImplHelperNoel Grandin1-25/+0
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-05-28fdo#46808, Convert frame::LayoutManager service to new sty;eNoel Grandin1-1/+1
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-1/+1
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-4/+1
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-10/+10
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin1-1/+0
2012-10-23fdo#46808, use service constructor for uri::UriReferenceFactoryNoel Grandin1-14/+61
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-15/+0