summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2021-10-19Related: tdf#145169 missing path separator in gio create folderCaolán McNamara1-1/+5
2021-10-19Related: tdf#145169 use of freed pointer in gio create folderCaolán McNamara1-6/+3
2021-10-19Related: tdf#145169 append null on unknown propertyCaolán McNamara1-0/+1
2021-10-19related tdf#145190 gio_mount: show username when requesting passwordJustin Luth1-4/+5
2021-10-16Simplify vector initialization in ucbJulien Nabet5-24/+8
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski6-11/+11
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+2
2021-10-14Finish merging two identical conditional branchesMike Kaganski1-17/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski10-31/+31
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann3-14/+15
2021-10-11loplugin:moveparam in ucbNoel Grandin11-42/+42
2021-10-06loplugin:moveparam in ucbhelperNoel Grandin1-1/+1
2021-10-06loplugin:moveparam in connectivityNoel Grandin2-2/+2
2021-10-04drop 'using namespace std' in sd + ucbJulien Nabet8-92/+83
2021-10-01loplugin:constmethodNoel Grandin13-19/+19
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: ucbStephan Bergmann8-26/+41
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