summaryrefslogtreecommitdiff
path: root/framework/source/services/urltransformer.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-08loplugin:ostr in frameworkNoel Grandin1-2/+2
2023-04-12OUString::intern is a relicNoel Grandin1-5/+3
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin1-4/+3
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-05-16use more string_view in URLTransformer::parseStrictNoel Grandin1-1/+1
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin1-26/+26
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-2/+2
2020-10-02loplugin:reducevarscope in frameworkNoel1-4/+2
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-3/+0
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann1-1/+1
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-1/+1
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-41/+38
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-03-31spelling in comments: minmal -> minimalJustin Luth1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+11
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-12/+12
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in frameworkStephan Bergmann1-2/+0
2016-10-14tdf#88205 Adapt uses of css::uno::Sequence to use initialize_list ctorHieronymous1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-15/+15
2016-03-10loplugin:constantparam in toolsNoel Grandin1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-15Remove pointless check for well-formed sal_Bool valueStephan Bergmann1-3/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-5/+5
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann1-10/+3
2014-04-07framework: sal_Bool->boolNoel Grandin1-1/+1
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-3/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-02-26Remove visual noise from frameworkAlexander Wilms1-8/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-4/+2
2014-01-17disambiguate URLTransformerMatúš Kukan1-14/+8
2014-01-17fwk: Use constructor feature for URLTransformer.Matúš Kukan1-36/+59
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-6/+6
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-5/+0
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist1-1/+1
2013-09-09Bin unused remains of framework's own "debug framework"Tor Lillqvist1-1/+0
2013-09-08Use SAL_WARN_IF instead of framework's home-grown LOG_ASSERT(2)Tor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+13