office-gobmx/svx
Caolán McNamara 8bdf8dc075 error C2872: 'accessibility' : ambiguous symbol
Change-Id: Ibff922712e25a846bab1628e87d0d322d1ff0a33
Reviewed-on: https://gerrit.libreoffice.org/6836
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-27 11:02:30 -06:00
..
doc
inc
qa/unoapi
sdi
source error C2872: 'accessibility' : ambiguous symbol 2013-11-27 11:02:30 -06:00
uiconfig/ui convert link warning dialog to .ui 2013-11-27 09:45:16 +00:00
util
workben/msview remove unnecessary use of OUString constructor when assigning 2013-11-19 10:29:31 +02:00
AllLangResTarget_gal.mk
AllLangResTarget_ofa.mk
AllLangResTarget_svx.mk convert link warning dialog to .ui 2013-11-27 09:45:16 +00:00
AllLangResTarget_textconversiondlgs.mk
Executable_gengal.bin.mk
JunitTest_svx_unoapi.mk
Library_svx.mk Integrate branch of IAccessible2 2013-11-27 15:38:59 +00:00
Library_svxcore.mk
Library_textconversiondlgs.mk
Makefile
Module_svx.mk
Package_gengal.mk
README
UIConfig_svx.mk convert link warning dialog to .ui 2013-11-27 09:45:16 +00: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.

svdraw
transparent gradient stuff.

Lots of the draw and impress code is in this shared library.


Drawing Layer Object diagram:

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