summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Resolves: tdf#88819 printing with ps hangsCaolán McNamara1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14coverity#705989 silence Insecure temporary fileCaolán McNamara1-1/+4
2014-11-14coverity#1242860 Unused valueCaolán McNamara1-1/+1
2014-11-01coverity#703954 Unchecked return valueCaolán McNamara1-1/+1
2014-10-30nothing to see here, move alongCaolán McNamara1-1/+1
2014-10-30coverity#735608 Division or modulo by float zeroCaolán McNamara1-2/+6
2014-10-02coverity#1242860 Unused valueCaolán McNamara1-5/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-20/+20
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-5/+5
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin4-13/+13
2014-09-15cppcheck: unpreciseMathCallJulien Nabet1-1/+2
2014-08-25set names on some UNIX-only threadsMichael Stahl1-0/+2
2014-08-18these strings should be translatableCaolán McNamara3-4/+66
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-8/+5
2014-07-01coverity#703955 Unchecked return valueNorbert Thiebaud1-5/+7
2014-06-17coverity#1223093 Uninitialized scalar fieldCaolán McNamara1-0/+10
2014-06-12loplugin:unreffunStephan Bergmann1-10/+1
2014-06-12scn resource file is empty now post ui-ificationCaolán McNamara1-11/+0
2014-06-12more the png into the .ui so it isn't garbage collectedCaolán McNamara1-4/+4
2014-06-12extract gamma grid drawing to standalone widgetCaolán McNamara3-217/+254
2014-06-12don't use raw english stringCaolán McNamara2-22/+5
2014-06-12Convert GRID_DIALOG to .uiPalenik Mihály4-145/+36
2014-06-11Resurrect SaneResId in the place where it is still usedStephan Bergmann1-1/+9
2014-06-11loplugin:unreffunStephan Bergmann1-6/+0
2014-06-11Reset preview boundaries on a new scannerCaolán McNamara1-0/+8
2014-06-11Changing scanners has no effectCaolán McNamara1-10/+8
2014-06-11extract Scan Preview code into a preview widgetCaolán McNamara3-150/+198
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály4-545/+205
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-5/+1
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-6/+6
2014-05-24coverity#983672 Uncaught exceptionCaolán McNamara3-3/+4
2014-05-11coverity#738627 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-09prewin.h includes windows.hThomas Arnhold1-1/+0
2014-05-02extensions: sal_Bool->boolNoel Grandin7-133/+132
2014-04-23coverity#738627 Uninitialized scalar fieldCaolán McNamara1-2/+7
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold4-9/+9
2014-04-02Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe3-33/+22
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-29/+29
2014-03-02coverity#704634 Dereference after null checkCaolán McNamara1-16/+19
2014-03-02unnecessary check before deleteCaolán McNamara1-6/+1
2014-02-27Remove visual noise from extensionsAlexander Wilms1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-27/+27
2014-02-23Remove unneccessary commentsAlexander Wilms3-50/+50
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-01cppcheck: redundant assignmentJulien Nabet1-2/+1