summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/ucbstorage.cxx
AgeCommit message (Expand)Author
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: sotStephan Bergmann
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sotStephan Bergmann
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-03these are file urls, so don't need ucbCaolán McNamara
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15convert RepresentModes to scoped enumNoel Grandin
2017-02-10convert InsertOperation to scoped enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17manage SvRefBase subclass with tools::SvRefNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-11-15loplugin:constantparamNoel Grandin
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-30loplugin:constantparamNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09loplugin:constantparam in sot..svlNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-30Fix typosAndrea Gelmini
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-04-04remove some unnecessary realloc'ingNoel Grandin
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-14loplugin:unusedmethods unused return value in sotNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/sotNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-23loplugin:unusedfields in sot/Noel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-17boost->stdCaolán McNamara