summaryrefslogtreecommitdiff
path: root/framework/source/uielement/toolbarsmenucontroller.cxx
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-07-23use officecfg to retrieve DisableUICustomizationNoel Grandin
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze
2021-04-10Fix typo in codeAndrea Gelmini
2021-01-28simplify code, use more subView()Noel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-10-02loplugin:reducevarscope in frameworkNoel
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-09clean up macro usageNoel Grandin
2020-07-07framework: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann
2020-06-04Upcoming loplugin:elidestringvar: frameworkStephan Bergmann
2020-05-21use for-range on Sequence in f*Noel Grandin
2020-04-08loplugin:flatten in frameworkNoel Grandin
2020-01-13loplugin:unusedfieldsNoel Grandin
2020-01-09tdf#129600 Delete "Formula bar" item from View-ToolbarsRoman Kuznetsov
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-16tdf#92083 Move Color bar item from View->Toolbars Roman Kuznetsov
2019-06-14tdf#124642 Delete Formula item from View->Toolbars in WriterRoman Kuznetsov
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-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-11-13loplugin singlevalfields improvementNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-17Use for-range loops in frameworkJulien Nabet
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin
2017-10-23loplugin:includeform: frameworkStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-05tdf#96505 Get rid of cargo cult long integer literalsudareechk
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in frameworkNoel Grandin
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin
2017-05-17FwkResId and FwlResId are the sameCaolán McNamara
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-04-23tdf#95845 Use CommandInfoProviderMaxim Monastirsky