summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2014-07-02coverity#983663 Uncaught exceptionCaolán McNamara2-2/+4
2014-07-02coverity#983661 Uncaught exceptionCaolán McNamara2-2/+4
2014-07-02coverity#983659 Uncaught exceptionCaolán McNamara2-2/+2
2014-07-02coverity#983658 Uncaught exceptionCaolán McNamara1-2/+2
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-07-01coverity#703955 Unchecked return valueNorbert Thiebaud1-5/+7
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-30extensions: MSVC tinderbox wants its InternetGetConnectedStateExMichael Stahl1-0/+1
2014-06-30Allow CppunitTest_extensions_test_update direct access to UpdateCheck classStephan Bergmann2-3/+6
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-37/+0
2014-06-26clang: Dead initializationCaolán McNamara1-8/+3
2014-06-24more mac build fixNoel Grandin1-1/+1
2014-06-24fix mac buildNoel Grandin1-17/+17
2014-06-24new compilerplugin returnbyrefNoel Grandin7-37/+37
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2-2/+2
2014-06-19coverity#706525 Uncaught exceptionCaolán McNamara2-2/+3
2014-06-17coverity#705999 Unintended sign extensionCaolán McNamara2-2/+2
2014-06-17coverity#1223093 Uninitialized scalar fieldCaolán McNamara1-0/+10
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin8-25/+5
2014-06-14we can't use untranslatable strings hereCaolán McNamara4-7/+11
2014-06-14we can now easily re-orient the ok/cancel/help buttonsCaolán McNamara1-2/+2
2014-06-14Convert RID_DLG_MAPPING to .uiPalenik Mihály7-723/+1214
2014-06-13loplugin:staticcallStephan Bergmann11-25/+25
2014-06-13coverity#706514 Uncaught exceptionCaolán McNamara10-49/+64
2014-06-12loplugin:unreffunStephan Bergmann1-10/+1
2014-06-12scn resource file is empty now post ui-ificationCaolán McNamara3-39/+0
2014-06-12more the png into the .ui so it isn't garbage collectedCaolán McNamara2-5/+17
2014-06-12extract gamma grid drawing to standalone widgetCaolán McNamara4-223/+279
2014-06-12don't use raw english stringCaolán McNamara2-22/+5
2014-06-12Convert GRID_DIALOG to .uiPalenik Mihály7-149/+132
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 McNamara4-151/+201
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály8-714/+598
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-06-10Filter out OS not needing -ldlBaptiste Daroussin1-0/+2
2014-06-09extensions: tweak quoting for Win32 makeMichael Stahl1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin6-20/+4
2014-06-06fixincludeguards: fix include guardsThomas Arnhold4-12/+12
2014-06-05extensions: remove SAL_THROW macroNoel Grandin28-183/+180
2014-06-04coverity#705376 Inferred misuse of enumCaolán McNamara1-2/+2
2014-06-04coverity#705375 Mixing enum typesCaolán McNamara1-2/+2
2014-06-04compareToAscii -> equalsAsciiNoel Grandin1-1/+1
2014-06-04DeInitVCL at end of testsStephan Bergmann1-0/+1
2014-05-29define->endifCaolán McNamara1-1/+1
2014-05-29fdo#68849: Add header guards to all include filesJens Carl6-1/+25