office-gobmx/svx
Marcos Paulo de Souza 7e2b9fa213 Remove some useless tools/debug.hxx includes
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.

Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2014-08-22 16:33:18 -05:00
..
doc
inc Consistency around SfxStringItem in svx/inc/sxonitm.hxx 2014-08-22 15:40:43 +02:00
qa/unoapi
sdi Resolves: fdo#81795 open the font tab via More... languages 2014-08-11 16:56:46 +01:00
source Remove some useless tools/debug.hxx includes 2014-08-22 16:33:18 -05:00
uiconfig/ui add a VclViewport 2014-08-20 14:00:58 +01:00
util
workben These "newly added" record types are publicly documented nowadays 2014-08-21 12:33:19 +03:00
AllLangResTarget_gal.mk
AllLangResTarget_ofa.mk
AllLangResTarget_svx.mk
Executable_gengal.mk
Executable_pixelctl.mk
JunitTest_svx_unoapi.mk
Library_svx.mk improve the inlinesimplememberfunctions clang plugin 2014-06-17 10:55:17 +02:00
Library_svxcore.mk Related: #i124638# Second step of DrawingLayer FillAttributes... 2014-07-01 13:30:09 +02:00
Library_textconversiondlgs.mk
Makefile
Module_svx.mk
Package_gengal.mk
README
UIConfig_svx.mk convert datanavigator sport to .ui 2014-08-15 16:05:39 +01:00

Contains graphics related helper code. Lots of the draw and impress code is in this shared library.

xoutdev
this is where a lot of wht work would happen to move to the canvas. (what does that mean?)

svdraw
transparent gradient stuff.

Drawing Layer Object diagram:

.------- Model ------------.     .------- View -----------------------------------------.
| SdrObject - ViewContact  | 1.* | ViewObjectContact        1.*                         |
|              getChild()  |-----|    getPrimitiveList()  -----> Object(s) ---> SdrView |
|              getVOC()    |     |    getRecPrimitiveList()      Contact                |
|              getViewIn...|     |___________|__________________________________________|
| dependentPrimitiveList() |                 |
|_________________________ |              generates      ______
                                             |          /      |
                                   .----------------------.    |
                                   | basePrimitive        |    |
                                   |   getRange()         |----`
                                   |   getDecomposition() |
                                   |______________________|