summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/scanwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann1-1/+1
2020-03-20Silence -Werror,-Wvoid-pointer-to-int-cast (LLVM 10 trunk clang-cl)Stephan Bergmann1-1/+1
2020-03-06tdf#42949 Fix IWYU warnings in extensions/source/*/*hxxGabor Kelemen1-0/+1
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara1-5/+3
2019-10-14Use default initialization instead of memset hereMike Kaganski1-5/+2
2019-10-01Silence -Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-1/+7
2019-01-30-Werror,-Wenum-compare (clang-cl)Stephan Bergmann1-1/+1
2019-01-30loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2019-01-30loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2018-12-30tdf#42075: Perform scan after selecting a scanner on WindowsMike Kaganski1-39/+67
2018-12-30tdf#114635: Scan operations are modalMike Kaganski1-59/+100
2018-12-29Use correct message filters in MsgWaitForMultipleObjectsMike Kaganski1-2/+1
2018-12-29tdf#114635: reimplement TWAIN-based scan using 32-bit shim on WindowsMike Kaganski1-676/+334
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-1/+3
2018-02-01extensions: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-7/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-2/+2
2018-01-09Various loplugin (clang-cl)Stephan Bergmann1-4/+4
2017-12-22tdf#114635: fix TWAIN on Windows 64 bitMike Kaganski1-2/+8
2017-10-27loplugin:includeform: extensions (Windows)Stephan Bergmann1-1/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-5/+5
2017-07-04tdf#96505 Get rid of cargo cult "long" integer literalsJens Carl1-1/+1
2017-02-08Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-13/+9
2016-10-16clang-cl loplugin: extensionsStephan Bergmann1-111/+112
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-6/+6
2016-07-07Related: tdf#92478 speculative win64 scanning fixCaolán McNamara1-3/+5
2016-06-12Resolves: tdf#92478 avoid crash on using scanner on windows x64Caolán McNamara1-1/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-17/+17
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2015-11-28-Werror,-Wmicrosoft-exception-specStephan Bergmann1-6/+6
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-4/+4
2015-10-19convert Link<> to typedNoel Grandin1-11/+9
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-8/+4
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-05-24coverity#983672 Uncaught exceptionCaolán McNamara1-1/+1
2014-05-09prewin.h includes windows.hThomas Arnhold1-1/+0
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-4/+4
2013-10-22extensions: try to fix WNT StringMichael Stahl1-1/+2
2013-10-22stray String in extensionsCaolán McNamara1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-10mingw64: cast to pointer from integer of different size in extensionsFridrich Štrba1-8/+8
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba1-5/+5
2013-04-17-Werror=unused-macros (MinGW, extensions)Stephan Bergmann1-4/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9