summaryrefslogtreecommitdiff
path: root/tools/source/stream/strmwnt.cxx
AgeCommit message (Expand)Author
2022-01-10use less SvStream::Flush()Noel Grandin
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2019-12-12SvFileStream::Lock/UnlockRange are only called from within SvFileStream itselfStephan Bergmann
2019-12-03remove some useless comment linesNoel Grandin
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2016-10-15clang-cl loplugin: toolsStephan Bergmann
2016-09-15tools: SvFileStream::LockRange/UnlockRange take 64 bit positionsMichael Stahl
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin
2015-11-28-Werror,-Wunused-variableStephan Bergmann
2015-07-31tools: prefix members of SvStreamMichael Stahl
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-01-07fix windows buildNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-02-24make the implementation use the same type than the declarationNorbert Thiebaud
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-04remove useless commentsAndras Timar
2013-03-25remove unnecessary tools/fsys.hxx headerAndras Timar
2013-03-21The private SvFileStream::GetFileHandle() was used only on UNXTor Lillqvist
2012-08-19cleanup files in tools/sourcePhilipp Riemer
2012-08-19fdo#39468: Translated German comments in core/tools/sourceOliver Günther
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-02-21fdo#44993: Remove obsolete FSysRedirectorElton Chung
2012-01-23fdo#44988: Remove obsolete BOOTSTRAP defines.Thomas Collerton
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-27remove include of pch header from toolsNorbert Thiebaud
2011-11-25ByteString->rtl::OStringCaolán McNamara
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-04callcatcher: remove unused methodsCaolán McNamara
2011-03-25Fix Windows build of toolsFridrich Štrba
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky