/cui/

otropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/osl/w32/file_url.cxx
AgeCommit message (Expand)Author
2022-09-23tdf#151117: Process non-existent long paths correctlyMike Kaganski
2022-09-16OUString::matchIgnoreAsciiCase returns boolStephan Bergmann
2022-08-30Use some more C++ in sal/osl/w32Mike Kaganski
2022-03-24-Werror,-Wunused-functionStephan Bergmann
2022-03-04tdf#98705 Replace GetCaseCorrectPathName with GetLongPathNameWKunal Pawar
2021-04-28loplugin:stringviewparam (clang-cl)Stephan Bergmann
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringMike Kaganski
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski
2021-01-31Fix typosAndrea Gelmini
2021-01-30Reinstate still relevant bits of commentMike Kaganski
2021-01-30Don't change process current directory in osl_getAbsoluteFileURLMike Kaganski
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-27WIN accept single-backslash file URIsJan-Marek Glogowski
2019-08-20Fix typosAndrea Gelmini
2019-08-02Fix typosAndrea Gelmini
2019-08-01Sometimes static checks are enough.Mike Kaganski
2019-05-10an is used before a vowel soundCaolán McNamara
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2018-12-15tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski
2018-12-14tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-16Missing includeStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-11-13IsValidFilePath: fix correction of double path delimitersMike Kaganski
2017-10-27loplugin:includeform: sal (Windows)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann
2017-07-19Followup to 56638d1a6d9ba - fValid -> bValidChris Sherlock
2017-05-17Fix integer typesStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17wchar_t -> sal_UnicodeStephan Bergmann
2017-05-17Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke