64dc5a0c6d
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> |
||
---|---|---|
.. | ||
inc/oox | ||
prj | ||
source | ||
util | ||
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]