summaryrefslogtreecommitdiff
path: root/svtools/source/uno/popupmenucontrollerbase.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-03tdf#153926 crash when trying to change language for selectionNoel Grandin1-2/+9
2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin1-51/+45
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin1-1/+3
2022-09-21use more string_view in svtoolsNoel Grandin1-10/+9
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin1-2/+3
2022-07-14loplugin:moveitNoel Grandin1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-2/+2
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet1-2/+2
2020-11-11loplugin:stringviewNoel1-2/+2
2020-10-04loplugin:reducevarscope in store..svtoolsNoel1-2/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen1-4/+0
2019-07-15Simplify Sequence iterations in svtoolsArkadiy Illarionov1-8/+5
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-6/+8
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-22loplugin:flatten in svtoolsNoel Grandin1-36/+36
2017-07-19loplugin:constparams in svtoolsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-15/+11
2016-11-06NewMenuController: Remove duplicate async dispatch handlingMaxim Monastirsky1-2/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-08Fix property name: ModuleName -> ModuleIdentifierMaxim Monastirsky1-1/+1
2015-10-30com::sun::star->css in svtoolsNoel Grandin1-12/+12
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+2
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-8/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2014-05-11fix-includes.pl: svtoolsThomas Arnhold1-1/+1
2014-05-08svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-15/+2
2013-07-25fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-1/+0
2013-06-23Resolves: #i121542# Unify the Menu APIAriel Constenla-Haile1-16/+7
2013-06-05fdo#46808, Convert some XMultiservice in framework moduleNoel Grandin1-6/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-11/+10
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-02-12Some cppcheck cleaningJulien Nabet1-2/+1
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-08-08remove include comments and boxesThomas Arnhold1-12/+0