summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2020-05-08lok: disable ucbgio provider for Online.Michael Meeks1-0/+14
2020-04-15"General Internet Error" dialog appearing on gio mountCaolán McNamara1-1/+3
2019-11-21tdf#128598: Revert "Move dubious file: -> smb: conversion from...Stephan Bergmann2-20/+0
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-1/+1
2019-11-03loplugin:stringaddNoel Grandin2-4/+4
2019-11-02New loplugin:conditionalstringStephan Bergmann4-8/+8
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann3-28/+14
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen89-227/+84
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-4/+2
2019-10-21Silence new Clang 10 trunk -std=c++2a -Wambiguous-reversed-operator for nowStephan Bergmann1-0/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin3-3/+4
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann1-0/+5
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-15new loplugin:bufferaddNoel Grandin3-18/+6
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-2/+2
2019-10-09use cppu::WeakImplHelper in HierarchyDataSourceNoel Grandin2-52/+5
2019-10-08use cppu::WeakImplHelper in FTPContentIdentifierNoel Grandin2-66/+3
2019-10-08use cppu::WeakImplHelper in fileaccess::FileContentIdentifierNoel Grandin2-68/+2
2019-10-08use cppu::WeakImplHelper in UniversalContentBrokerNoel Grandin2-62/+6
2019-10-08use cppu::WeakImplHelper in CachedDynamicResultSetStubFactoryNoel Grandin2-49/+5
2019-10-08use cppu::WeakImplHelper in fileaccess::BaseContentNoel Grandin2-82/+11
2019-10-08use cppu::WeakImplHelper in CachedDynamicResultSetFactoryNoel Grandin2-50/+5
2019-10-08use cppu::WeakImplHelper in CachedContentResultSetStubFactoryNoel Grandin2-50/+5
2019-10-08use cppu::WeakImplHelper in CachedContentResultSetFactoryNoel Grandin2-50/+5
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-2/+2
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin5-48/+26
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen103-124/+141
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin10-14/+14
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin13-43/+28
2019-09-25Use cppu::WeakImplHelperStephan Bergmann2-61/+2
2019-09-25Better use rtl::Reference to hold ref-counted UNO objectsStephan Bergmann1-9/+10
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin3-3/+3
2019-09-06Fixing "...."Andrea Gelmini2-2/+2
2019-09-01Fix '..'Andrea Gelmini1-4/+4
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin13-26/+13
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin2-2/+2
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin2-2/+2
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet5-22/+5
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin2-4/+2
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin10-16/+16
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini8-11/+11
2019-08-12Fix typosAndrea Gelmini5-19/+19
2019-08-09Fix typosAndrea Gelmini7-9/+9
2019-08-05Fix OSL_ENSURE argumentArkadiy Illarionov1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann37-53/+53
2019-07-29Fix typosAndrea Gelmini1-1/+1
2019-07-23dispose() methods should clear their smart pointersNoel Grandin1-0/+1
2019-07-22cid#705118 Using invalid iteratorCaolán McNamara1-40/+38
2019-07-21cid#1448305 silence Out-of-bounds accessCaolán McNamara1-0/+1