office-gobmx/oox
Miklos Vajna 7877638814 n#792778 oox: implement import of v:line inside v:group
The problem was that in ShapeBase::convertAndInsert(), the rectangle
calculated for a line was zero, that's why it wasn't imported. Fix this
by overriding the get*Rectangle() methods in LineShape, instead of doing
so with implConvertAndInsert().

Change-Id: Ie4bb2f7964b438cb56e4f5ee7a4ebe9f8f8eb734
2013-01-30 17:19:31 +01:00
..
inc n#792778 oox: implement import of v:line inside v:group 2013-01-30 17:19:31 +01:00
prj
source n#792778 oox: implement import of v:line inside v:group 2013-01-30 17:19:31 +01:00
util
CustomTarget_generated.mk
Library_oox.mk gbuild: do not copy boost headers around 2013-01-26 22:20:06 +01:00
Makefile
Module_oox.mk
Package_generated.mk
Package_inc.mk
Package_tokens.mk
README

Support for Office Open XML, the office XML-format designed by Microsoft.

See also:
[http://wiki.services.openoffice.org/wiki/OOX]