summaryrefslogtreecommitdiff
path: root/stoc/source/uriproc
AgeCommit message (Expand)AuthorFilesLines
2019-08-23Clean up OSL_ASSERT in stoc/source/uriproc/Stephan Bergmann3-8/+15
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann5-148/+248
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann5-5/+5
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen7-26/+14
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-5/+10
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin1-6/+6
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov1-7/+7
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-5/+5
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov1-6/+3
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
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