summaryrefslogtreecommitdiff
path: root/tools/source/fsys
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-3/+5
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann1-1/+1
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin1-10/+10
2019-12-23sal_Char->char in toolsNoel Grandin1-5/+5
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-4/+4
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-3/+4
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-11/+14
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-10/+6
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann1-171/+0
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-06-28tdf#126121: WebDAV redirection detectionMike Kaganski1-8/+26
2019-06-21Extend INetURLObject::setName and drop INetURLObject::SetNameMike Kaganski1-14/+3
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen2-3/+1
2019-04-30improve loplugin:stringconstantNoel Grandin1-2/+1
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-5/+4
2019-02-05Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann1-11/+0
2019-01-11o3tl::string_view -> std::string_view (in tools)Stephan Bergmann1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-4/+4
2018-11-22convert INetURLObject::PrefixInfo::Kind to scoped enumNoel Grandin1-50/+50
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-27loplugin:constfields in toolsNoel Grandin1-10/+10
2018-08-21tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin1-9/+0
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin1-3/+2
2018-04-20loplugin:constantparamNoel Grandin1-63/+58
2018-04-18tdf#116420: Windows: Test if a filepath redirects to a WebDAV resourceMike Kaganski1-0/+78
2018-03-14loplugin:constantparamNoel Grandin1-3/+3
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin1-12/+12
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-1/+2
2018-03-04Remove unnecessary INetProtocol::Webdav[s] againStephan Bergmann1-14/+2
2018-03-04Remove unnecessary INetProtocol::VndSunStarWebdavs againStephan Bergmann1-7/+1
2018-03-04Improve commentStephan Bergmann1-1/+4
2018-03-04Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann1-2/+2
2018-02-01Support for webdav:// and webdavs:// schemes from command lineVasily Melenchuk1-4/+29
2017-10-30loplugin:constantparam in toolsNoel Grandin1-42/+40
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-2/+2
2017-09-15Fix INetURLObject::operator==() when comparing pathsEike Rathke1-1/+1
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-4/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-07-10simplify some OUString compareTo callsNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert tools from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-28loplugin:salunicodeliteral: toolsStephan Bergmann1-5/+5
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-21Move INetMIME::getHexDigit(int to its only place of useStephan Bergmann1-2/+16
2017-02-15tdf#103221 recoded clear if-else sequenceFakabbir Amin1-13/+22
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-2/+1
2016-12-05convert EscapeType to scoped enumNoel Grandin1-22/+22