summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file
AgeCommit message (Expand)Author
2022-08-01clang-tidy modernize-pass-by-value in ucbNoel Grandin
2022-05-23std::unordered_set->o3tl::sorted_vector in TaskManagerNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-19add utl::ByteReader pure classNoel Grandin
2022-05-14pass-by-value in TaskManager::MyProperty::setValueNoel Grandin
2022-05-10osl::Mutex->std::mutex in ucb::BaseContentNoel Grandin
2022-05-10osl::Mutex->std::mutex in ucb::XResultSet_implNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann
2022-04-14use more string_view in ucbNoel Grandin
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2021-12-05remove OMultiTypeInterfaceContainerHelperVar2Noel Grandin
2021-11-30use more OInterfaceContainerHelper3 in PropertyListenersNoel Grandin
2021-11-30use more OInterfaceContainerHelper2 in ucbNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in ucbNoel Grandin
2021-10-06loplugin:moveparam in ucbhelperNoel Grandin
2021-10-06loplugin:moveparam in connectivityNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-09-03cid#1490899 Unchecked return valueCaolán McNamara
2021-08-09can pass PropertyChangeNotifier around by valueNoel Grandin
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-08-05osl::Mutex->std::mutex in fileaccess::FileProviderNoel Grandin
2021-08-05osl::Mutex->std::mutex in fileaccess::XStream_implNoel Grandin
2021-08-05osl::Mutex->std::mutex in fileaccess:XRow_implNoel Grandin
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet
2021-05-27no need to allocate ListenerMap on the heapNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2021-02-19loplugin:refcounting in ucbNoel
2021-02-15loplugin:referencecasting in ucbNoel
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-15Extend loplugin:stringviewparen: subViewStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-03loplugin:flatten in ucbNoel Grandin
2020-07-22ucb/file: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbStephan Bergmann
2020-06-02inline some use-once typedefsNoel Grandin
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin