summaryrefslogtreecommitdiff
path: root/svl/source/misc/urihelper.cxx
AgeCommit message (Expand)Author
2020-02-12tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin
2016-02-09UIDNA_CHECK_CONTEXTO is only available in ICU >= 49Stephan Bergmann
2015-12-21crashtesting: post NPAPI removal crash fixingCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20duplicate surrogate codeCaolán McNamara
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante
2014-05-15fix-includes.pl: svlThomas Arnhold
2014-02-25Remove visual noise from svlAlexander Wilms
2014-01-07Fix typo in my commitNoel Grandin
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-06-24fdo#43460 svl: use isEmpty()Jelle van der Waa
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-27String=>OUString of svl's urihelperNorbert Thiebaud
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin
2012-07-03Get rid of RTL_CONSTASCII_USTRINGPARAM in svl/Olivier Hallot
2012-07-02re-base on ALv2 code.Michael Meeks
2012-03-26readUnicodeString can just return the stringCaolán McNamara
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-12-01Remove uses of charAtAugust Sodora
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L...Stephan Bergmann
2011-07-18callcatcher: remove unused methodsCaolán McNamara