office-gobmx/svx
Noel Grandin f0ae48b684 remove unnecessary NULL parameter passed to UNO Exception
.. now that we have a default value for that parameter

Change-Id: I54d6b0a0a01ce2f2e5168ada0c427424de0477bc
2014-05-29 09:01:40 +02:00
..
doc
inc update_pch 2014-05-28 15:53:10 +02:00
qa/unoapi
sdi
source remove unnecessary NULL parameter passed to UNO Exception 2014-05-29 09:01:40 +02:00
uiconfig/ui convert doc recovery save page to .ui 2014-05-24 18:07:41 +01:00
util
workben
AllLangResTarget_gal.mk
AllLangResTarget_ofa.mk
AllLangResTarget_svx.mk
Executable_gengal.mk
Executable_pixelctl.mk
JunitTest_svx_unoapi.mk
Library_svx.mk
Library_svxcore.mk
Library_textconversiondlgs.mk
Makefile
Module_svx.mk
Package_gengal.mk
README
UIConfig_svx.mk convert doc recovery save page to .ui 2014-05-24 18:07:41 +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() |
                                   |______________________|