summaryrefslogtreecommitdiff
path: root/extensions/source/update/ui/updatecheckui.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-05convert SHOW constants to scoped enumNoel Grandin1-2/+2
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-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-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
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-01-31coverity#1267680 Dereference before null checkCaolán McNamara1-2/+2
2014-12-09changed timers to idlesTobias Madl1-6/+6
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-20rename define tooThomas Arnhold1-1/+1
2014-08-20stray ErrorBox from ResIdThomas Arnhold1-1/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-04-14typo: positon -> positionThomas Arnhold1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-15/+15
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-24/+24
2014-02-23Remove unneccessary commentsAlexander Wilms1-49/+49
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-19/+2
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin1-1/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-8/+2
2013-08-14make extensions XubString freeCaolán McNamara1-16/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-31/+31
2013-03-20Assume that this shall check full string equalityStephan Bergmann1-1/+1
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Thomas Arnhold1-1/+1
2013-03-18extensions: remove RTL_CONSTASCII_STRINGPARAM in macrosMiklos Vajna1-18/+18
2013-02-14Fix compilation error with older GCCTor Lillqvist1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-6/+4
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-01Use prefixTor Lillqvist1-1/+1
2012-09-27fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin1-10/+2
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-07-01Remove unused definesThomas Arnhold1-2/+0
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-16/+11
2012-05-29targeted string re-workNorbert Thiebaud1-3/+3
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-8/+8
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot1-4/+4
2011-12-10catch exception by constant referenceTakeshi Abe1-1/+1
2011-11-27remove include of pch header in extensionsNorbert Thiebaud1-2/+0