office-gobmx/oox
Pierre-Eric Pelloux-Prayer 64dc5a0c6d Improve vml path parsing to handle repeated commands
Previously commands were executed only when the parser found a
 new command in the stream. Some vml path commands can
handle repeated set of parameters, like this :
   lx1,y1,x2,y2,x3,y3,x1,y1
This patch adds support for this by executing commands when
required parameters count has been met.

Change-Id: Iab31fd267842755b81a3e228e45a8de63505fbd0
Reviewed-on: https://gerrit.libreoffice.org/774
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2012-10-18 11:50:33 +00:00
..
inc/oox callcatcher: update unused code list 2012-10-11 09:21:41 +01:00
prj
source Improve vml path parsing to handle repeated commands 2012-10-18 11:50:33 +00:00
util Use prefix 2012-10-02 11:46:17 +03:00
CustomTarget_generated.mk
Library_oox.mk
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]