summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobexecutor.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-17Use for-range loops in frameworkJulien Nabet1-5/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+15
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-8/+4
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-22Fix typosAndrea Gelmini1-1/+1
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-04-07Resolve OUStringList typedefStephan Bergmann1-3/+3
2016-04-01sequence->vector in frameworkNoel Grandin1-3/+3
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-10-01loplugin:unusedmethodsNoel Grandin1-6/+6
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-0/+4
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-02-03Clean up some weird loggingTor Lillqvist1-1/+1
2015-01-07fdo#75757: Remove inheritance from std::vector.Matthew Pottage1-8/+8
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-3/+3
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-8/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-15/+15
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-13cosmeticsMatúš Kukan1-3/+2
2014-02-10Simplify string literal usageStephan Bergmann1-1/+1
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan1-56/+78
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-8/+8
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-8/+9
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-4/+4
2014-01-20fwk: Use constructor feature for JobExecutor.Matúš Kukan1-51/+131
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-4/+4
2013-09-26typo fixes in commentsAndras Timar1-2/+2
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin1-20/+0
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-2/+1
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-18/+18
2013-04-15fdo#60724 informations -> informationThomas Arnhold1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-7/+7
2012-10-29Improve previous commit slightlyStephan Bergmann1-1/+1
2012-10-29inline #define that is only used in one placeNoel Grandin1-1/+1
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin1-4/+2