summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper/ucblockbytes.cxx
AgeCommit message (Expand)Author
2017-03-31use actual UNO enums in unotoolsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-09convert ResultType to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, unotoolsStephan Bergmann
2016-11-24loplugin:unnecessaryoverride (dtors) in unotoolsStephan Bergmann
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-19loplugin:unusedmethods in unotoolsNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in unotoolsNoel Grandin
2016-03-10Avoid reserved identifierStephan Bergmann
2016-01-13loplugin:unusedmethods unused return value unotools/Noel Grandin
2015-12-21loplugin:unusedfields unotools,unoxmlNoel Grandin
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-09unotools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-27Add vnd.sun.star.webdavs URL schemeStephan Bergmann
2015-07-06loplugin:unusedmethods unotoolsNoel Grandin
2015-06-18Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10This shall apparently check that aScheme is neither http nor httpsStephan Bergmann
2014-11-24unotools: Internalize ucblockbytes.hxx headerMatúš Kukan
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-08-25set names on a bunch more threads...Michael Stahl
2014-06-04compareToAscii -> equalsAsciiNoel Grandin