summaryrefslogtreecommitdiff
path: root/framework/source/services
AgeCommit message (Expand)Author
2021-11-22osl::Mutex->std::mutex in XFrameImpl::windowShownNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-10-29simplify framework::TitleHelperNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-01else branch doesn't make sense, dereferences nullCaolán McNamara
2021-09-28gives names to all the Idles and TasksNoel Grandin
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-15Fix typosAndrea Gelmini
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
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-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-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin
2021-04-28framework: allow loading a component on the main thread, using XDesktopMiklos Vajna
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin
2021-03-22use single-use attribute for PathSettingsNoel Grandin
2021-03-22use single-use attribute for AutoRecoveryNoel Grandin
2021-03-21use single-use attribute for TaskCreatorServiceNoel Grandin
2021-03-21use single-use attribute for ModuleManagerNoel Grandin
2021-03-21use single-use attribute for SubstitutePathVariablesNoel Grandin
2021-03-02Fix null-pointer-useStephan Bergmann
2021-02-21loplugin:refcounting in frameworkNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-01-26loplugin:passstuffbyrefNoel
2021-01-11tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorVishwas
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-10-14tdf#137356 framework: fix opening the same document twice for long loadsMiklos Vajna
2020-10-02loplugin:reducevarscope in frameworkNoel
2020-09-24Fix typoAndrea Gelmini
2020-09-24framework: lock the solar mutex in loadComponentFromURL() with OnMainThreadMiklos Vajna
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-30terminate XDesktop properly in unit testsNoel Grandin
2020-07-09clean up macro usageNoel Grandin
2020-07-08framework: create instances with uno constructorsNoel Grandin
2020-07-07framework: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: frameworkStephan Bergmann
2020-06-29Call framework::Desktop::shutdown directlyStephan Bergmann