summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updatecheck.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-09loplugin:sallogareasMichael Stahl1-1/+1
2016-08-08it is possible that Sources is emptyMarkus Mohrhard1-0/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-03-30loplugin:staticanonymousStephan Bergmann1-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-6/+6
2016-02-09Remove excess newlinesChris Sherlock1-54/+0
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-12-23loplugin:unusedfields in extensionsNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-13/+13
2015-08-21loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+2
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-01-30coverity#707772 Uninitialized scalar fieldCaolán McNamara1-7/+8
2014-12-15fdo#39440 reduce scope of local variablesMichael Weghorn1-3/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+6
2014-07-10use SimpleReferenceObject in extensions/update moduleNoel Grandin1-16/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-05extensions: remove SAL_THROW macroNoel Grandin1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-1/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-13/+13
2014-03-17No need for SAL_CALL hereStephan Bergmann1-4/+4
2014-02-27Remove visual noise from extensionsAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-63/+63
2014-02-21-Werror,-Wunused-functionStephan Bergmann1-0/+2
2014-01-27bool improvementsStephan Bergmann1-2/+2
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2013-08-21valueOf() -> number()Luboš Luňák1-1/+1
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+2
2013-06-03fdo#46808, Convert office::Quickstart service to new styleNoel Grandin1-27/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-50/+50
2013-03-27-Werror,-Wunused-macrosStephan Bergmann1-3/+0
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-28/+26
2012-12-21Fixes for my UNO commitsNoel Grandin1-1/+1
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-6/+3
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-24fdo#46808, use service constructor for system::SystemShellExecuteNoel Grandin1-20/+15
2012-09-03fdo#46808, Adapt system::SystemShellExecute UNO service to new styleNoel Grandin1-6/+3
2012-06-01nuke unused namespaceTakeshi Abe1-3/+0
2012-03-16logical || -> binary |Luboš Luňák1-1/+1
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-01-09Export from UpdateCheck only what is needed in test_update.cxx.Stephan Bergmann1-0/+6
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley1-11/+11
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot1-11/+11