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