summaryrefslogtreecommitdiffstats
path: root/stoc/source/uriproc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:salcall fix functionsNoel Grandin2017-12-115-5/+5
* loplugin:constmethod in vcl and stocNoel Grandin2017-10-303-5/+5
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-131-2/+2
* cleanup unused css/uri/ includesJochen Nitschke2017-05-201-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-073-8/+8
* tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock2017-05-073-8/+8
* Remove dynamic exception specificationsStephan Bergmann2017-01-267-217/+112
* New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann2017-01-191-0/+17
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-135-8/+8
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-191-22/+25
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-135-21/+32
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-3/+3
* loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin2015-12-211-7/+3
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-155-10/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-5/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-2/+1
* com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin2015-10-295-15/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-80/+80
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-075-16/+13
* stocservices.component: The rest of the services + cleanup.Jan Holesovsky2015-02-205-130/+28
* stocservices.component partly refactored to use the "constructor" feature.Ursache Vladimir2015-02-203-0/+21
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* stoc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-2/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Bin unused include files, thanks to Andrea GelminiTor Lillqvist2014-11-064-208/+0
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-072-0/+2
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-4/+1
* stoc: remove SAL_THROW macroNoel Grandin2014-06-059-13/+4
* fdo#68849: Add header guards to all include filesJens Carl2014-06-011-5/+3
* stoc: fix includesThomas Arnhold2014-05-2211-134/+134
* stoc: make use of css aliasThomas Arnhold2014-05-227-67/+67
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-154-8/+8
* stoc: sal_Bool->boolNoel Grandin2014-04-302-12/+12
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-8/+8
* Use boost::noncopyableStephan Bergmann2014-04-035-37/+33
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-265-80/+80
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-265-103/+103
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-072-19/+19
* remove unnecessary castsNoel Grandin2013-12-121-1/+1
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-3/+1
* Catching std::bad_alloc in UNO implementations no longer necessaryStephan Bergmann2013-11-285-37/+5
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-5/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-203-3/+3
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* remove unnecessary use of OUString constructor in STOC moduleNoel Grandin2013-11-083-3/+3
* Clean up stoc::uriproc::supportsServiceStephan Bergmann2013-10-207-96/+10