summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-6/+6
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin3-7/+6
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-1/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-24coverity#983672 Uncaught exceptionCaolán McNamara3-3/+4
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin4-98/+40
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet11-56/+52
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold8-49/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2-4/+4
2014-05-13Related fdo#60338: do not call umask(3) in a MT programStephan Bergmann1-1/+0