summaryrefslogtreecommitdiff
path: root/embedserv/README.md
blob: cbdaebed110d5a902048ebbb6ba08dd6b5ff974c (plain)
1
2
3
# LibreOffice Embeddable Objects

To embed LibreOffice via OLE2.
c/autoform.hxx?id=10d8682e4cf77361e0ebf68a4ea1b565f05e91a9'>Adapt AutoFormatHelper to std::unique_ptrArmin Le Grand 2019-05-09loplugin:unusedmethodsNoel Grandin 2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand 2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen 2019-01-25loplugin:unusedmethodsNoel Grandin 2019-01-16pass ScAutoFormatData around with unique_ptrNoel Grandin 2018-06-25loplugin:useuniqueptr in AutoFormatSwBlobNoel Grandin 2018-02-03TypedWhichId in scNoel Grandin 2017-08-23loplugin:constparam in sc part2Noel Grandin 2017-07-13loplugin:useuniqueptr in scNoel Grandin 2017-04-06move ScAutoFormat::Save out of dtorCaolán McNamara 2017-02-15Translate German commentsJohnny_M 2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl 2016-09-01remove some unnecessary global.hxx includesJochen Nitschke 2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo 2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin 2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-09-30tdf#94173: Calc doesn't save your own created autoformat presetsJulien Nabet 2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson 2015-07-22loplugin:unusedmethods scripting,scNoel Grandin 2014-06-25remove whitespaceMarkus Mohrhard 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-02-03Remove SC_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann 2014-01-17sal_Bool->boolNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida 2012-12-04re-base on ALv2 code. Includes:Michael Meeks