office-gobmx/svx
Caolán McNamara 4bd317f845 Resolves: fdo#77516 sub-grid shouldn't be allowed as 0
regression from

commit 3cb6587abb
Author: Csikós Tamás <csks.tomi@gmail.com>
Date:   Sun Jul 7 13:40:53 2013 +0200
    modern .ui widgetlayout for optgrid

Change-Id: I9e998ce203c16c2303e00347ce6a2992c92cc8dc
2014-08-28 09:50:33 +01:00
..
doc
inc callcatcher: update unused code 2014-08-27 10:18:31 +01:00
qa/unoapi
sdi fdo#73151 Make better use of the sidebar 2014-08-24 06:26:17 -05:00
source Resolves: fdo#83062 infinite recursion 2014-08-27 16:41:06 +01:00
uiconfig/ui Resolves: fdo#77516 sub-grid shouldn't be allowed as 0 2014-08-28 09:50:33 +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
Library_svxcore.mk callcatcher: update unused code 2014-08-27 10:18:31 +01:00
Library_textconversiondlgs.mk
Makefile
Module_svx.mk
Package_gengal.mk
README
UIConfig_svx.mk convert MessBox with custom buttons to .ui 2014-08-25 16:45:32 +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() |
                                   |______________________|