summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc
AgeCommit message (Expand)AuthorFilesLines
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-4/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin5-5/+5
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin3-5/+5
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-2/+2
2017-05-20cleanup unused css/uri/ includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock3-8/+8
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock3-8/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann7-217/+112
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann1-0/+17
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann5-8/+8
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-22/+25
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke5-21/+32
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-3/+3
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-7/+3
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-10/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-5/+5
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin5-15/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-80/+80
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe5-16/+13
2015-02-20stocservices.component: The rest of the services + cleanup.Jan Holesovsky5-130/+28
2015-02-20stocservices.component partly refactored to use the "constructor" feature.Ursache Vladimir3-0/+21
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-06Bin unused include files, thanks to Andrea GelminiTor Lillqvist4-208/+0
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2-0/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-4/+1
2014-06-05stoc: remove SAL_THROW macroNoel Grandin9-13/+4
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-5/+3
2014-05-22stoc: fix includesThomas Arnhold11-134/+134
2014-05-22stoc: make use of css aliasThomas Arnhold7-67/+67
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold4-8/+8
2014-04-30stoc: sal_Bool->boolNoel Grandin2-12/+12
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-8/+8
2014-04-03Use boost::noncopyableStephan Bergmann5-37/+33
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-80/+80
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann5-103/+103
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2-19/+19
2013-12-12remove unnecessary castsNoel Grandin1-1/+1
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-3/+1
2013-11-28Catching std::bad_alloc in UNO implementations no longer necessaryStephan Bergmann5-37/+5
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-5/+3
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-3/+3
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin3-3/+3