summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc/UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx
AgeCommit message (Expand)Author
2024-05-13loplugin:ostr in stocNoel Grandin
2023-05-25merge some stringaddsNoel Grandin
2022-04-26Two more uses of rtl::createUriCharClassStephan Bergmann
2022-04-10use more string_viewNoel Grandin
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2021-12-24Use rtl functions instead of own surrogate checking/combiningMike Kaganski
2021-08-03osl::Mutex->std::mutex in UriReferenceNoel Grandin
2021-01-28simplify code, use more subView()Noel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-02-20stocservices.component: The rest of the services + cleanup.Jan Holesovsky
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-06-05stoc: remove SAL_THROW macroNoel Grandin
2014-05-22stoc: fix includesThomas Arnhold
2014-05-22stoc: make use of css aliasThomas Arnhold
2014-04-03Use boost::noncopyableStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-12remove unnecessary castsNoel Grandin
2013-11-28Catching std::bad_alloc in UNO implementations no longer necessaryStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin
2013-10-20Clean up stoc::uriproc::supportsServiceStephan Bergmann
2013-10-20Clean-up std::bad_alloc handlingStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens