summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2015-11-24loplugin:unusedfields in ucb/Noel Grandin20-91/+23
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-11/+2
2015-11-17use unique_ptr for pImpl in ucb/Noel Grandin10-16/+13
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-9/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin11-28/+14
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-11new loplugin: memoryvarNoel Grandin1-18/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann75-372/+372
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin143-3784/+3104
2015-11-06coverity#1338238 Uncaught exceptionCaolán McNamara2-5/+2
2015-11-06coverity#1338237 Uncaught exceptionCaolán McNamara2-3/+5
2015-11-06coverity#1338236 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann15-94/+93
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin34-110/+66
2015-11-04yyyyyNoel Grandin6-67/+37
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin2-9/+6
2015-11-01Remove last stdio.h from ucb moduleJulien Nabet1-2/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-6/+6
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann4-0/+223
2015-10-23ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-26/+27
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-13tdf#91054 cleanup weirdo function prototypeskerem1-33/+17
2015-10-13remove some useless commentsNoel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann105-1273/+1273
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-7/+7
2015-10-12loplugin:mergeclassesNoel Grandin4-72/+13
2015-10-11cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-4/+4
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-05tdf#83531 Opening WebDAV URL WebDav fails if write is restrictedGiuseppe Castagno1-0/+22
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno5-77/+301
2015-10-01remove old standalone Sun bug numbersNoel Grandin6-9/+8
2015-09-30Fix typosAndrea Gelmini4-6/+6
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-11/+0
2015-09-24boost->stdCaolán McNamara4-28/+28
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara9-42/+40
2015-09-17"unnamed namespaces don't work well yet" is no longer trueStephan Bergmann1-6/+3
2015-09-16Related rhbz#1259746: Buffer file content read from GIO UCPStephan Bergmann3-35/+13
2015-09-10ucb: fix another duplicate WeakImplHelper<XInteractionRequest>Michael Stahl3-34/+19
2015-09-10ucb: fix mergedlib duplicate WeakImplHelper<XInteractionRequest>Michael Stahl3-36/+20
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe21-58/+55
2015-09-02ditch gnome-vfs2 supportCaolán McNamara11-3407/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann10-52/+52
2015-08-27Add vnd.sun.star.webdavs URL schemeStephan Bergmann6-3/+40
2015-08-27Apply webdav-neon/ fix to webdav/, tooStephan Bergmann1-3/+7
2015-08-27Missing davs URL scheme handlingStephan Bergmann1-3/+7
2015-08-27Clean up initialization of UcbPropertiesManager::m_pPropsStephan Bergmann2-311/+150
2015-08-21remove last WeakImplHelper8 usesCaolán McNamara2-7/+5
2015-08-21loplugin: defaultparamsNoel Grandin5-8/+7