summaryrefslogtreecommitdiff
path: root/odk/README
blob: 8af3eed6ef2e36522b780c9b18e8c5dc7c257413 (plain)
1
2
3
Office development kit - implements the first step on the way to the LibreOffice SDK tarball.

Part of the SDK; to build you need to add --enable-odk.
31eabef0'>loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-05-12loplugin:passstuffbyrefStephan Bergmann 2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke 2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann 2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro 2015-11-28Work around clang-cl PR25641Stephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-14boost->stdCaolán McNamara 2014-06-04cppuhelper: fix includesThomas Arnhold 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-03-18Find places where OUString and OString are passed by value.Noel Grandin