summaryrefslogtreecommitdiff
path: root/framework/source/uielement/controlmenucontroller.cxx
AgeCommit message (Expand)Author
2024-05-08loplugin:ostr in frameworkNoel Grandin
2024-05-03replace createFromAscii with OUString literals in frameworkNoel Grandin
2024-04-01tdf#146619 Drop unused 'using namespace' in: framework/Gabor Kelemen
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-09-04tdf#147021 use std::size instead of SAL_N_ELEMENTSAdam Seskunas
2023-02-28tdf#153857 Writer hangs right-clicking on form fieldNoel Grandin
2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-11-26loplugin:stringliteraldefine in frameworkNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-02-23fill convert menu via the css::awt::XPopupMenu apisCaolán McNamara
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-08loplugin:flatten in frameworkNoel Grandin
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-02-09loplugin:indentation in frameworkNoel Grandin
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: frameworkStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in frameworkNoel Grandin
2017-07-13unused ResMgrCaolán McNamara
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-04-27remove svx bitmaps from .src filesCaolán McNamara
2017-04-19convert over weird hidden RID_FMSHELL_CONVERSIONMENU use to new .uiCaolán McNamara
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-30hidden use of removed RID_SVXIMGLIST_FMEXPL resourceCaolán McNamara
2016-12-30include header instead of duplicating definesCaolán McNamara
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin