office-gobmx/embeddedobj
Noel Grandin b6b26421a1 split Point/Size/Rectangle into AbsoluteScreenPixel* types
to attempt to make it obvious in code what kind of coordinate
system we are dealing with.

The idea is that by doing this, the compile-time type checking
will flush out inconsistencies between different code.

I started with vcl::Window::OutputToAbsoluteScreenPixel
and worked outwards from there.

Change-Id: Ia967d7a0bb38886695f3a761b85c8b9340ddb1c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154676
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-08-02 08:13:15 +02:00
..
qa XmlTestTools: factor out common code 2023-03-16 07:21:08 +00:00
source split Point/Size/Rectangle into AbsoluteScreenPixel* types 2023-08-02 08:13:15 +02:00
test Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker) 2021-06-08 17:08:06 +02:00
util
CppunitTest_embeddedobj_general.mk move password handling from SwModelTestBase to UnoApiTest 2022-11-11 20:09:41 +01:00
CppunitTest_embeddedobj_msole.mk CppunitTest_embeddedobj_msole: inherit from UnoApiXmlTest 2022-11-04 08:52:57 +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 Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Makefile
Module_embeddedobj.mk embeddedobj: handle getting the visible area on a thread 2021-05-07 14:21:40 +02:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Embedding Objects Into LibreOffice

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