summaryrefslogtreecommitdiff
path: root/framework/source/services
AgeCommit message (Expand)Author
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-09-14Fix typo signes->signsAndrea Gelmini
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-16No need to use throwing Reference ctor from 'this'Mike Kaganski
2022-08-16Drop redundant warning after throwing checkMike Kaganski
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-05-25elide temporary vector in PathSettings::impl_convertPath2OldStyleNoel Grandin
2022-05-23tdf#149176 tdf#149178 fix Save autorecovery information.. optionTünde Tóth
2022-05-17tdf#123877 sc XLSX: don't freeze during saving recoveryLászló Németh
2022-05-16use more string_view in URLTransformer::parseStrictNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-22Drop a bit more special-casing for Chart's sidebar property deckMike Kaganski
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-03-22Solve exception in implts_flushConfigItemJuergen Funk
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-03-01Fix typosAndrea Gelmini
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-12-26use comphelper::WeakComponentImplHelper in SubstitutePathVariablesNoel Grandin
2021-12-26use comphelper::WeakComponentImplHelper in TaskCreatorServiceNoel Grandin
2021-12-25use comphelper::WeakComponentImplHelper in ContextChangeEventMultiplexerNoel Grandin
2021-12-21Fix typoAndrea Gelmini
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin
2021-12-03use OMultiTypeInterfaceContainerHelperVar3 in frameworkNoel Grandin
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