summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)Author
2021-09-07Guard Orcus detection shortcutMike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-16Resolves: tdf#142980 Special-case the very first listener added during actionEike Rathke
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-15Fix typosAndrea Gelmini
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-08-12tdf#88205: Adapt uses of css::uno::Sequence to use initialize_list ctorZeynep Yavuz
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-07no need to use UNO_QUERY hereNoel Grandin
2021-08-05drop unneeded forward declareCaolán McNamara
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-30osl::Mutex->std::mutex in DispatchHelperNoel Grandin
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin
2021-07-26use officecfg for menu optionsNoel Grandin
2021-07-23use officecfg to retrieve DisableUICustomizationNoel Grandin
2021-07-22osl::Mutex->std::mutex in StatusIndicatorFactoryNoel Grandin
2021-07-20framework: fix multiple-free in VclToolBarManager::Destroy()Michael Stahl
2021-07-19merge ModuleImageManager into ImageManagerNoel Grandin
2021-07-15lok: include the label of the status indicatorHenry Castro
2021-07-13framework, sfx2: catch more exceptions when the object is already disposedMiklos Vajna
2021-07-08make SetParentToDefaultWindow available from vcl onlyCaolán McNamara
2021-07-08SolarMutexGuard::clear called twice where the 2nd call site should undo the 1stCaolán McNamara
2021-07-07tdf#132740 improve TagWindowAsModifiedNoel Grandin
2021-06-30sfx2: try to fix lifecycle of SfxOfficeDispatchMichael Stahl
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-26loplugin:finalclasses in frameworkNoel Grandin
2021-06-25tdf#143047: When no properties for command, use those from item containerMike Kaganski
2021-06-18hold SvtSysLocale for lifetime of returned GetUILanguageTag referenceCaolán McNamara
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-15remove some unnecessary LanguageType copiesNoel Grandin
2021-06-15vcl: outdevmap.hxx -> rendercontext/ImplMapRes.hxxChris Sherlock
2021-06-10loplugin:unnecessaryreturn AddonsOptions_ImplNoel Grandin
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara
2021-06-08Resolves tdf#131817 - Option to globally switch toolbar locking on/offHeiko Tietze
2021-06-01fix leak in CppunitTest_framework_servicesNoel Grandin
2021-05-31no need to allocate these separatelyNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-28framework: allow loading a component on the main thread, using XDesktopMiklos Vajna
2021-04-28use string_view in INetURLObject::encodeNoel Grandin