summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin4-15/+3
2021-09-03cid#1490899 Unchecked return valueCaolán McNamara1-1/+1
2021-08-10Use boost::make_sharedStephan Bergmann2-12/+18
2021-08-09can pass PropertyChangeNotifier around by valueNoel Grandin6-138/+124
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin8-30/+32
2021-08-07no need to use UNO_QUERY hereNoel Grandin3-32/+8
2021-08-06osl::Mutex->std::mutex in DAVSessionFactoryNoel Grandin2-4/+4
2021-08-06osl::Mutex->std::mutex in ParentStorageHolderNoel Grandin1-11/+9
2021-08-05osl::Mutex->std::mutex in InteractionSupplyPasswordNoel Grandin1-5/+5
2021-08-05osl::Mutex->std::mutex in OfficeDocumentsManagerNoel Grandin2-17/+17
2021-08-05osl::Mutex->std::mutex in fileaccess::FileProviderNoel Grandin2-3/+3
2021-08-05osl::Mutex->std::mutex in StdInputStreamNoel Grandin2-7/+7
2021-08-05osl::Mutex->std::mutex in StdOutputStreamNoel Grandin2-5/+5
2021-08-05osl::Mutex->std::mutex in fileaccess::XStream_implNoel Grandin2-6/+6
2021-08-05osl::Mutex->std::mutex in HierarchyDataAccessNoel Grandin1-2/+3
2021-08-05osl::Mutex->std::mutex in fileaccess:XRow_implNoel Grandin2-3/+4
2021-08-05remove pimpl in hierarchy_ucp::HierarchyResultSetDataSupplierNoel Grandin2-113/+78
2021-08-05remove pimpl in ucb::ucp::ext::DataSupplierNoel Grandin2-74/+50
2021-08-05remove pimpl in package_ucp::package_ucpNoel Grandin2-106/+76
2021-08-05osl::Mutex->std::mutex in UcbContentProviderProxyNoel Grandin2-10/+5
2021-08-04osl::Mutex->std::mutex in PropertyNamesCacheNoel Grandin2-5/+5
2021-08-02convert #defines to OUStringLiteralNoel Grandin8-34/+32
2021-07-28tdf#101630 - gdrive support w/oAuth and Drive API v3Christian Lohmaier4-50/+113
2021-07-20no need for a pimpl in ResultSetDataSupplierNoel Grandin2-84/+75
2021-07-20no need for pimpl in HierarchyEntry::iteratorNoel Grandin2-63/+41
2021-07-20no need to allocate Sequence separately in DataSupplier_ImplNoel Grandin1-10/+10
2021-07-19no need to allocate Sequence separately in CommandProcessorInfoNoel Grandin1-12/+13
2021-07-19no need for pimpl in PersistentPropertySetNoel Grandin2-109/+92
2021-07-19no need for pimpl in PropertySetRegistryNoel Grandin2-69/+56
2021-07-19no need to allocate FetchResult separately in CCRS_CacheNoel Grandin2-3/+2
2021-07-19no need to allocate Sequence separately in CCRS_CacheNoel Grandin2-8/+9
2021-07-19no need to allocate Sequence separately in CCRS_PropertySetInfoNoel Grandin1-17/+16
2021-07-19no need to allocate separately in PropertySetInfo_ImplNoel Grandin1-12/+11
2021-07-19no need for pimpl in UcbStoreNoel Grandin2-24/+11
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-3/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin4-5/+5
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet11-153/+74
2021-05-28no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-27flatten EventList data a littleNoel Grandin3-21/+21
2021-05-27no need to allocate ListenerMap on the heapNoel Grandin3-8/+8
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann60-132/+132
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-3/+5
2021-04-22handle properly missing URI components for webdav/serfLuboš Luňák1-3/+3
2021-04-22fix component handling for ucpdav1 when --with-webdav=serfLuboš Luňák5-108/+21
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin3-6/+6
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-13/+13
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-01Use isEmpty instead of comparing getLength to 0 (ucb)Julien Nabet2-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski4-9/+9
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0