summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobexecutor.cxx
AgeCommit message (Expand)Author
2016-11-07loplugin:oncevar in frameworkNoel Grandin
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-22Fix typosAndrea Gelmini
2016-07-12new loplugin fragiledestructorNoel Grandin
2016-04-07Resolve OUStringList typedefStephan Bergmann
2016-04-01sequence->vector in frameworkNoel Grandin
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-02-03Clean up some weird loggingTor Lillqvist
2015-01-07fdo#75757: Remove inheritance from std::vector.Matthew Pottage
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-13cosmeticsMatúš Kukan
2014-02-10Simplify string literal usageStephan Bergmann
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-20fwk: Use constructor feature for JobExecutor.Matúš Kukan
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-09-26typo fixes in commentsAndras Timar
2013-07-23Convert the easy cases in framework to WeakImplHelperNoel Grandin
2013-05-31fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
2013-05-28fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin
2012-10-29Improve previous commit slightlyStephan Bergmann
2012-10-29inline #define that is only used in one placeNoel Grandin
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-04-09s/pathes/paths/Tor Lillqvist
2012-03-23overly static lingering OUStringsCaolán McNamara
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot
2011-12-14catch exception by constant referenceTakeshi Abe