summaryrefslogtreecommitdiff
path: root/tools/qa/cppunit/test_urlobj.cxx
AgeCommit message (Expand)Author
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin
2021-11-24Fix typos and translationsAndrea Gelmini
2021-11-23Add test for INetURLObject::changeSchemeStephan Bergmann
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann
2019-06-21Add test clarifying behavior of INetURLObject::setName on empty pathStephan Bergmann
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann
2018-08-21tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin
2018-03-04Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann
2017-10-23loplugin:includeform: toolsStephan Bergmann
2017-04-28loplugin:cppunitassertequals: toolsStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-24Clarify some INetURLObject::setExtension behaviorStephan Bergmann
2016-12-09CppunitTest_tools_test: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-15clang-cl loplugin: toolsStephan Bergmann
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15tools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl
2014-06-06Various INetURLObject::getData() fixesStephan Bergmann
2014-05-22cppcheck: add missing braketThomas Arnhold
2014-05-22fix-includes.pl: toolsThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-07-26fdo#33605: Handle http etc. URLs with no path but fragmentStephan Bergmann
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-16Remove STRINGPARAM in tools (qa)Chr. Rossmanith
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat
2012-02-23merge cppunit test dirs togetherCaolán McNamara