summaryrefslogtreecommitdiff
path: root/extensions/source/update
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-08Clean up checks of sal_Bool valuesStephan Bergmann1-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-4/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-4/+2
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-29Also add RenderContext parameter to updatecheckuiTomaž Vajngerl1-2/+2
2015-04-28loplugin:vclwidgets (best guess)Stephan Bergmann1-7/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin3-5/+5
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-12extensions: PVS-Studio V716 Suspicious type conversion: BOOL -> HRESULTMichael Stahl1-2/+2
2015-03-10fix build of updatecheck extensionNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-1/+2
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann2-1/+1
2015-01-31coverity#1267680 Dereference before null checkCaolán McNamara1-2/+2
2015-01-30coverity#707772 Uninitialized scalar fieldCaolán McNamara1-7/+8
2014-12-18extensions: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2014-12-12extensions: Use appropriate OUString functions on string constantsStephan Bergmann2-11/+11
2014-12-09changed timers to idlesTobias Madl1-6/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-4/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-10-31Removed duplicated includesAndrea Gelmini1-8/+9
2014-09-30fdo#82577: Handle RegionNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-09-12extensions: sal_Bool -> boolStephan Bergmann1-9/+9
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler1-8/+8
2014-08-25set names on a bunch more threads...Michael Stahl2-0/+8
2014-08-20rename define tooThomas Arnhold1-1/+1
2014-08-20stray ErrorBox from ResIdThomas Arnhold1-1/+2
2014-07-10use SimpleReferenceObject in extensions/update moduleNoel Grandin5-29/+11
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-30Allow CppunitTest_extensions_test_update direct access to UpdateCheck classStephan Bergmann1-2/+2
2014-06-26clang: Dead initializationCaolán McNamara1-8/+3
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-05extensions: remove SAL_THROW macroNoel Grandin2-4/+4
2014-05-29define->endifCaolán McNamara1-1/+1
2014-05-29fdo#68849: Add header guards to all include filesJens Carl4-0/+18
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-1/+1