summaryrefslogtreecommitdiff
path: root/ucb/source/ucp
AgeCommit message (Expand)Author
2021-10-19Related: tdf#145169 use of freed pointer in gio create folderCaolán McNamara
2021-10-19Related: tdf#145169 append null on unknown propertyCaolán McNamara
2021-10-19related tdf#145190 gio_mount: show username when requesting passwordJustin Luth
2021-10-16Simplify vector initialization in ucbJulien Nabet
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-14Finish merging two identical conditional branchesMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11loplugin:moveparam in ucbNoel Grandin
2021-10-06loplugin:moveparam in ucbhelperNoel Grandin
2021-10-06loplugin:moveparam in connectivityNoel Grandin
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet
2021-10-01loplugin:constmethodNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: ucbStephan Bergmann
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03cid#1490899 Unchecked return valueCaolán McNamara
2021-08-10Use boost::make_sharedStephan Bergmann
2021-08-09can pass PropertyChangeNotifier around by valueNoel Grandin
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-08-06osl::Mutex->std::mutex in DAVSessionFactoryNoel Grandin
2021-08-06osl::Mutex->std::mutex in ParentStorageHolderNoel Grandin
2021-08-05osl::Mutex->std::mutex in InteractionSupplyPasswordNoel Grandin
2021-08-05osl::Mutex->std::mutex in OfficeDocumentsManagerNoel Grandin
2021-08-05osl::Mutex->std::mutex in fileaccess::FileProviderNoel Grandin
2021-08-05osl::Mutex->std::mutex in StdInputStreamNoel Grandin
2021-08-05osl::Mutex->std::mutex in StdOutputStreamNoel Grandin
2021-08-05osl::Mutex->std::mutex in fileaccess::XStream_implNoel Grandin
2021-08-05osl::Mutex->std::mutex in HierarchyDataAccessNoel Grandin
2021-08-05osl::Mutex->std::mutex in fileaccess:XRow_implNoel Grandin
2021-08-05remove pimpl in hierarchy_ucp::HierarchyResultSetDataSupplierNoel Grandin
2021-08-05remove pimpl in ucb::ucp::ext::DataSupplierNoel Grandin
2021-08-05remove pimpl in package_ucp::package_ucpNoel Grandin
2021-08-04osl::Mutex->std::mutex in PropertyNamesCacheNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier
2021-07-20no need for a pimpl in ResultSetDataSupplierNoel Grandin
2021-07-20no need for pimpl in HierarchyEntry::iteratorNoel Grandin
2021-07-20no need to allocate Sequence separately in DataSupplier_ImplNoel Grandin
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann
2021-06-28loplugin:indentation improve checks for brace alignmentNoel 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-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22handle properly missing URI components for webdav/serfLuboš Luňák
2021-04-22fix component handling for ucpdav1 when --with-webdav=serfLuboš Luňák
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet