office-gobmx/embeddedobj
Mike Kaganski a6a6921123 Use good old string literals in assertXPath and friends
These are only sent to an external API expecting char*-like strings,
or for comparison. Having every assertXPath having three of _[ou]str
is too much syntactic noise, making the unit tests almost unreadable.

Change-Id: Ic004a36ea75e7bfe0b96f405c40f926a957b51cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174416
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
2024-10-05 10:06:44 +02:00
..
qa Use good old string literals in assertXPath and friends 2024-10-05 10:06:44 +02:00
source Avoid deadlock 2024-09-04 16:56:07 +02:00
test
util
CppunitTest_embeddedobj_general.mk move password handling from SwModelTestBase to UnoApiTest 2022-11-11 20:09:41 +01:00
CppunitTest_embeddedobj_msole.mk Only run test dependent on MS Paint OLE class, if Paint is installed 2023-12-11 22:10:18 +01:00
IwyuFilter_embeddedobj.yaml
Library_embobj.mk tdf#147590 update OLE object after document refresh 2022-05-10 09:02:01 +02:00
Library_emboleobj.mk Link to oledlg, and use OleUIInsertObjectW directly 2024-02-26 04:18:07 +01:00
Makefile
Module_embeddedobj.mk
README.md

Embedding Objects Into LibreOffice

Code for embedding objects into LibreOffice (reverse of embedserv module).