office-gobmx/svx
Noel Grandin 5285beeaa4 remove redundant calls to OUString constructor in if expression
Convert code like:
  if( aStr == OUString("xxxx") )
to this:
  if( aStr == "xxxx" )

Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-11-04 10:11:08 +02:00
..
doc
inc fixincludeguards.sh: svx 2013-10-28 15:16:19 +01:00
qa/unoapi
sdi
source remove redundant calls to OUString constructor in if expression 2013-11-04 10:11:08 +02:00
uiconfig/ui
util
workben/msview fixincludeguards.sh: svx 2013-10-28 15:16:19 +01:00
AllLangResTarget_gal.mk
AllLangResTarget_ofa.mk
AllLangResTarget_svx.mk
AllLangResTarget_textconversiondlgs.mk
Executable_gengal.bin.mk
JunitTest_svx_unoapi.mk
Library_svx.mk
Library_svxcore.mk
Library_textconversiondlgs.mk
Makefile
Module_svx.mk
Package_gengal.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
README
UIConfig_svx.mk

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() |
                                   |______________________|