office-gobmx/oox
Cédric Bosdonnat b399c1a38c n#592908: docx import, fixed handling of w10:wrap
commit f837c4288c moved the handling of
w10:wrap tag in oox, but thus no wrapping was imported any more.

The fix consists in letting the w10:wrap element be handled by writerfilter's
dmapper if the shape has already been retrieved from oox (which is the
case for textboxes). In other cases, make sure that we don't set the
Surround property once again in writerfilter as that would override what
has been done in oox.

(cherry picked from commit 51d5e90b7c)

Conflicts:
	oox/inc/oox/vml/vmlshape.hxx
	sw/qa/extras/ooxmlimport/ooxmlimport.cxx

Change-Id: I8ab158641afcf6b9945c52238e7f5adb9e8b3adf
2013-04-30 09:34:28 +02:00
..
inc/pch update pch 2013-04-25 12:11:53 +02:00
source n#592908: docx import, fixed handling of w10:wrap 2013-04-30 09:34:28 +02:00
util
CustomTarget_generated.mk
Library_oox.mk
Makefile
Module_oox.mk
Package_generated.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]