summaryrefslogtreecommitdiff
path: root/ucb/source/core/FileAccess.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-09ucb/core: create instances with uno constructorsNoel Grandin1-12/+8
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-3/+0
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann1-1/+1
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-10/+2
2019-02-28remove some unused typedefsNoel Grandin1-2/+0
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-2/+2
2018-12-20use unique_ptr in ucbNoel Grandin1-21/+4
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+5
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-21loplugin:subtlezeroinit: ucbStephan Bergmann1-4/+4
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-69/+31
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann1-0/+4
2017-01-17use rtl::Reference OFileAccessNoel Grandin1-31/+29
2016-12-12coverity#1397041 Unchecked return valueCaolán McNamara1-6/+6
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-23/+23
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-6/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-28/+28
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-28/+28
2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-08-03inline some use-once typedefsNoel Grandin1-6/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-18/+18
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-18/+18
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-2/+17
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-4/+2
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith1-2/+2
2014-04-30ucb: sal_Bool->boolNoel Grandin1-10/+10
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-25/+25
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-50/+50
2014-02-26Remove visual noise from ucbAlexander Wilms1-1/+1
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-1/+1