summaryrefslogtreecommitdiff
path: root/sal/osl/w32/file_dirvol.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Simplify a bitMike Kaganski1-128/+77
2024-02-20Move some stuff from path_helper to file_dirvol, and simplifyMike Kaganski1-41/+65
2024-02-19Drop obsolete commentsMike Kaganski1-3/+0
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann1-1/+1
2023-09-26tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is setMike Kaganski1-0/+4
2022-08-30Use some more C++ in sal/osl/w32Mike Kaganski1-52/+33
2022-03-05Fix typosAndrea Gelmini1-2/+2
2022-03-04Remove useless comment on a commented line since always (sal/w32/file_dirvol)Julien Nabet1-3/+0
2022-03-04tdf#98705 Replace GetCaseCorrectPathName with GetLongPathNameWKunal Pawar1-5/+13
2021-04-27loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2021-04-19flatten some codeNoel Grandin1-160/+145
2021-04-17use OUString in dir handling operationsNoel Grandin1-113/+39
2021-04-16set path to fully normalized in osl_getNextFileItemNoel Grandin1-1/+1
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski1-2/+2
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann1-3/+3
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-3/+15
2019-11-26loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann1-11/+11
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-18/+18
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski1-9/+19
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann1-7/+7
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-19/+19
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin1-17/+17
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann1-1/+1
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt1-4/+12
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-5/+5
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-7/+7
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-36/+37
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski1-3/+3
2017-09-27SAL: use more Unicode on WindowsMike Kaganski1-2/+2
2017-09-18Put back some #include (needed for e.g. --disable-pch)Stephan Bergmann1-0/+1
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski1-51/+41
2017-07-22osl: remove extraneous comments from w32/file_dirvold.cxxChris Sherlock1-18/+4
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann1-2/+2
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-31/+31
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann1-3/+3
2017-02-10Remove MinGW supportStephan Bergmann1-3/+0
2016-10-04clang-cl loplugin: salStephan Bergmann1-83/+85
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2015-11-12-Werror,-Wunused-functionStephan Bergmann1-6/+0
2015-11-12Windows header sanitizationAshod Nakashian1-82/+82
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin1-3/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1