summaryrefslogtreecommitdiff
path: root/tools/source/fsys
AgeCommit message (Expand)Author
2023-03-30loplugin:stringadd in test..toolsNoel Grandin
2023-03-01Teach INetURLObject about RFC 7230 URLs with no path but queryStephan Bergmann
2022-08-18cid#1500387 alternative silence Resource leakCaolán McNamara
2022-08-17cid#1500387 silence Resource leakCaolán McNamara
2022-07-18tools: try to work around DavGetHTTPFromUNCPath() not URL-encoding pathMichael Stahl
2022-06-20elide some makeStringAndClear() callsNoel Grandin
2022-06-18o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl
2022-05-24no need to call makeStringAndClear hereNoel Grandin
2022-05-24no need to call makeStringAndClear hereNoel Grandin
2022-05-20elide temporary OUStringBuffer in INetURLObjectNoel Grandin
2022-05-03Adapt Base64::decodeSomeChars to change from OUString to std::u16string_viewStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin
2022-03-31tdf#148253: fix matching algorithmMike Kaganski
2022-03-12no need to temporary OUString hereNoel Grandin
2022-03-12tdf#147921 Filesave DOC: wrong layout and then all missing from 7.3Noel Grandin
2022-01-15tdf#146754: consider xyz:123 as host:port when parsing URLs smartMike Kaganski
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-12-25Simplify INetURLObject::parseHostOrNetBiosName a bit moreMike Kaganski
2021-12-24Simplify INetURLObject::parseHostOrNetBiosNameMike Kaganski
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin
2021-11-26tdf#133835 speedup calc autofilter (10)Noel Grandin
2021-11-23Use proper type for OUString length variablesStephan Bergmann
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-23avoid OUString temporary in INetURLObject::changeSchemeNoel Grandin
2021-11-23tools: fix INetURLObject::changeScheme()Michael Stahl
2021-11-22tdf#133835 speedup calc autofilter (9)Noel Grandin
2021-11-22tdf#133835 speedup calc autofilter (8)Noel Grandin
2021-11-22tdf#133835 speedup calc autofilter (6)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (5)Noel Grandin
2021-11-21tdf#133835 speedup calc autofilter (4)Noel Grandin
2021-11-20tdf#133835 speedup calc autofilter (3)Noel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-06-22simplify and improve WildcardNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2020-03-15Revert "loplugin:constfields in tools"Noel Grandin
2019-12-23sal_Char->char in toolsNoel Grandin
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann