summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-142-3/+3
* Fix typoAndrea Gelmini2021-10-121-2/+2
* loplugin:unusedfieldsNoel Grandin2021-10-122-3/+0
* loplugin:moveparam in frameworkNoel Grandin2021-10-115-7/+7
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-4/+1
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-1/+1
* drop 'using namespace std' in desktop, e*, f*Julien Nabet2021-10-031-3/+1
* tdf#127543 add saveacopy to Save dropdown menuJustin Luth2021-10-011-0/+1
* else branch doesn't make sense, dereferences nullCaolán McNamara2021-10-011-11/+0
* gives names to all the Idles and TasksNoel Grandin2021-09-284-5/+5
* vcl: rename OutDevState to StackChris Sherlock2021-09-281-5/+9
* Extend loplugin:stringviewparam to starts/endsWith: frameworkStephan Bergmann2021-09-233-22/+29
* Remove some "Attention" comments of little valueStephan Bergmann2021-09-216-17/+12
* vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock2021-09-211-3/+1
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-201-12/+12
* Add sal/config.h in preparation for patchChris Sherlock2021-09-201-0/+2
* vcl: create FontMetric from PhysicalFontFaceChris Sherlock2021-09-181-1/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2021-09-151-12/+8
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-157-23/+11
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-1519-41/+41
* clang:optin.performance.PaddingNoel Grandin2021-09-111-1/+1
* Guard Orcus detection shortcutMike Kaganski2021-09-071-0/+4
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-0119-55/+8
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-2340-190/+147
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-201-1/+1
* loplugin:passstuffbyrefNoel Grandin2021-08-181-1/+1
* Resolves: tdf#142980 Special-case the very first listener added during actionEike Rathke2021-08-161-3/+14
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-164-17/+3
* Fix typosAndrea Gelmini2021-08-151-2/+2
* rtl::Static -> thread-safe static localNoel Grandin2021-08-136-54/+14
* tdf#88205: Adapt uses of css::uno::Sequence to use initialize_list ctorZeynep Yavuz2021-08-121-2/+1
* create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2021-08-083-8/+8
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-0713-36/+40
* no need to use UNO_QUERY hereNoel Grandin2021-08-072-12/+6
* drop unneeded forward declareCaolán McNamara2021-08-051-1/+0
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-054-6/+5
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-032-21/+21
* convert #defines to OUStringLiteralNoel Grandin2021-08-0217-94/+92
* osl::Mutex->std::mutex in DispatchHelperNoel Grandin2021-07-301-11/+17
* use officecfg for SvtHistoryOptionsNoel Grandin2021-07-271-16/+5
* simplify SvtDynamicMenuOptionsNoel Grandin2021-07-261-1/+1
* use officecfg for menu optionsNoel Grandin2021-07-262-5/+2
* use officecfg to retrieve DisableUICustomizationNoel Grandin2021-07-233-4/+5
* osl::Mutex->std::mutex in StatusIndicatorFactoryNoel Grandin2021-07-222-91/+108
* framework: fix multiple-free in VclToolBarManager::Destroy()Michael Stahl2021-07-203-5/+7
* merge ModuleImageManager into ImageManagerNoel Grandin2021-07-197-252/+15
* lok: include the label of the status indicatorHenry Castro2021-07-151-1/+1
* framework, sfx2: catch more exceptions when the object is already disposedMiklos Vajna2021-07-131-1/+16
* make SetParentToDefaultWindow available from vcl onlyCaolán McNamara2021-07-081-3/+0
* SolarMutexGuard::clear called twice where the 2nd call site should undo the 1stCaolán McNamara2021-07-081-2/+2