summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-21loplugin:referencecasting in ucbNoel Grandin7-43/+23
2019-07-19loplugin:constantparamNoel Grandin3-9/+2
2019-07-19cid#1448426 Unchecked return valueCaolán McNamara1-1/+1
2019-07-19cid#1448437 Unchecked return valueCaolán McNamara1-2/+2
2019-07-18cid#1448431 Using invalid iteratorCaolán McNamara1-11/+14
2019-07-09Use constexpr ctor to simplify TimeValue initializationMike Kaganski1-5/+2
2019-07-08tdf#126279 related: remove locks from NeonLockStore after NE_AUTH errorMike Kaganski3-1/+15
2019-07-08tdf#39593 Reduce copy-paste in XRow_impl::get* some moreArkadiy Illarionov1-29/+8
2019-07-08tdf#126279: reinitialize session after NE_AUTH errors in (UN)LOCKMike Kaganski1-2/+14
2019-07-08Simplify lastChanceToSendRefreshRequest calculationMike Kaganski1-2/+1
2019-07-06no need for XResultSet_impl to extend NotifierNoel Grandin3-35/+6
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov29-508/+326
2019-06-30tdf#39593 Reduce copy-paste in XRow_impl::get*Arkadiy Illarionov2-74/+48
2019-06-29Flatten TaskManager::erasePersistentSet and TaskManager::copyPersistentSetArkadiy Illarionov2-75/+73
2019-06-29Use proper index in loop bodyArkadiy Illarionov1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-6/+3
2019-06-18loplugin:logexceptionnicely in toolkit..unoxmlNoel Grandin1-2/+3
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part1Noel Grandin1-4/+4
2019-05-21tdf#125424: properly reset temporarily cleared guardMike Kaganski1-1/+2
2019-05-09tdf#124962: Reduce risk of g_main_loop_run from within gio MountOperationStephan Bergmann3-4/+65
2019-05-09Remove unhelpful "using namespace com::sun::star;" from ucb/source/ucp/gio/Stephan Bergmann7-297/+283
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov19-25/+25
2019-04-29tdf#123472: Propagate getGFileInfo failure less aggressivelyStephan Bergmann2-23/+38
2019-04-23tdf#124635 MountOperation::Mount can be called with SolarMutex unlockedStephan Bergmann1-2/+9
2019-04-19optimise find/insert patternNoel Grandin3-16/+3
2019-04-15ucb: xmlns typoMichael Stahl1-1/+1
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin12-33/+16
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 4Noel Grandin3-40/+30
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-3/+4
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin1-2/+2
2019-04-03add more append methods to *StringBufferNoel Grandin1-2/+2