xref: /aoo41x/main/oox/source/dump/dffdumper.ini (revision d71964d5)
1*d71964d5SAndrew Rist# *************************************************************
2*d71964d5SAndrew Rist#
3*d71964d5SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*d71964d5SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*d71964d5SAndrew Rist#  distributed with this work for additional information
6*d71964d5SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*d71964d5SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*d71964d5SAndrew Rist#  "License"); you may not use this file except in compliance
9*d71964d5SAndrew Rist#  with the License.  You may obtain a copy of the License at
10*d71964d5SAndrew Rist#
11*d71964d5SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*d71964d5SAndrew Rist#
13*d71964d5SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*d71964d5SAndrew Rist#  software distributed under the License is distributed on an
15*d71964d5SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*d71964d5SAndrew Rist#  KIND, either express or implied.  See the License for the
17*d71964d5SAndrew Rist#  specific language governing permissions and limitations
18*d71964d5SAndrew Rist#  under the License.
19*d71964d5SAndrew Rist#
20*d71964d5SAndrew Rist# *************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweir# dumper settings ============================================================
23cdf0e10cSrcweir
24cdf0e10cSrcweir# Path to additional configuration data, relative to this file.
25cdf0e10cSrcweirinclude-config-file=dumperbase.ini
26cdf0e10cSrcweir
27cdf0e10cSrcweir# name lists =================================================================
28cdf0e10cSrcweir
29cdf0e10cSrcweirmultilist=DFF-RECORD-NAMES
30cdf0e10cSrcweir  0xF000=DFFDGGCONTAINER,DFFBSTORECONTAINER,DFFDGCONTAINER,DFFSPGRCONTAINER,DFFSPCONTAINER,DFFSOLVERCONTAINER,DFFDGG,DFFBSE
31cdf0e10cSrcweir  0xF008=DFFDG,DFFSPGR,DFFSP,DFFOPT,DFFTEXTBOX,DFFCLIENTTEXTBOX,DFFANCHOR,DFFCHILDANCHOR
32cdf0e10cSrcweir  0xF010=DFFCLIENTANCHOR,DFFCLIENTDATA,DFFCONNECTORRULE,DFFALIGNRULE,DFFARCRULE,DFFCLIENTRULE,DFFCLASSID,DFFCALLOUTRULE
33cdf0e10cSrcweir  # 0xF018-0xF117 reserved for pictures
34cdf0e10cSrcweir  0xF118=DFFREGROUPITEM,DFFSELECTION,DFFCOLORMRU,,,DFFDELETEDPSPL,DFFSPLITMENUCOLORS,DFFOLEOBJECT
35cdf0e10cSrcweir  0xF120=DFFCOLORSCHEME,DFFOPT2,DFFOPT3
36cdf0e10cSrcweirend
37cdf0e10cSrcweir
38cdf0e10cSrcweircombilist=DFF-RECORD-INST
39cdf0e10cSrcweir  0x000F=uint8,hex,version,DFF-RECORD-VERSION
40cdf0e10cSrcweir  0xFFF0=uint16,dec,instance
41cdf0e10cSrcweirend
42cdf0e10cSrcweir
43cdf0e10cSrcweirconstlist=DFF-RECORD-VERSION
44cdf0e10cSrcweir  default=
45cdf0e10cSrcweir  15=container
46cdf0e10cSrcweirend
47cdf0e10cSrcweir
48cdf0e10cSrcweircombilist=DFF-SIMPLE-COLOR
49cdf0e10cSrcweir  0x000000FF=uint8,dec,red,,filter=0x10000000~0x00000000
50cdf0e10cSrcweir  0x0000FF00=uint8,dec,green,,filter=0x10000000~0x00000000
51cdf0e10cSrcweir  0x00FF0000=uint8,dec,blue,,filter=0x10000000~0x00000000
52cdf0e10cSrcweir  0x000000FF=uint8,dec,scheme-idx,,filter=0x10000000~0x10000000
53cdf0e10cSrcweir  0x10000000=!rgb!scheme
54cdf0e10cSrcweir  ignore=0x08000000
55cdf0e10cSrcweirend
56cdf0e10cSrcweir
57cdf0e10cSrcweircombilist=DFF-COLOR
58cdf0e10cSrcweir  0x0000FFFF=uint16,dec,palette-idx,,filter=0xFF000000~0x01000000
59cdf0e10cSrcweir  0x000000FF=uint8,dec,red,,filter=0xF9000000~0x00000000
60cdf0e10cSrcweir  0x0000FF00=uint8,dec,green,,filter=0xF9000000~0x00000000
61cdf0e10cSrcweir  0x00FF0000=uint8,dec,blue,,filter=0xF9000000~0x00000000
62cdf0e10cSrcweir  0x000000FF=uint8,dec,scheme-idx,,filter=0xFF000000~0x08000000
63cdf0e10cSrcweir  0x0000FFFF=uint16,dec,system-idx,DFF-SYSTEMCOLOR,filter=0xFF000000~0x10000000
64cdf0e10cSrcweir  0x00FF0000=uint16,dec,mod-by,,filter=0xFF000000~0x10000000
65cdf0e10cSrcweir  0x01000000=palette-idx
66cdf0e10cSrcweir  0x02000000=palette-rgb
67cdf0e10cSrcweir  0x04000000=system-rgb
68cdf0e10cSrcweir  0x08000000=scheme-idx
69cdf0e10cSrcweir  0x10000000=system-idx
70cdf0e10cSrcweirend
71cdf0e10cSrcweir
72cdf0e10cSrcweircombilist=DFF-SYSTEMCOLOR
73cdf0e10cSrcweir  0x00FF=uint8,dec,color-id,DFF-SYSTEMCOLOR-ID
74cdf0e10cSrcweir  0x0F00=uint8,dec,mod,DFF-SYSTEMCOLOR-MOD
75cdf0e10cSrcweir  0x2000=invert-after
76cdf0e10cSrcweir  0x4000=half-invert-after
77cdf0e10cSrcweir  0x8000=grey-before
78cdf0e10cSrcweirend
79cdf0e10cSrcweir
80cdf0e10cSrcweirconstlist=DFF-SYSTEMCOLOR-ID
81cdf0e10cSrcweir  include=SYSTEMCOLOR
82cdf0e10cSrcweir  0xF0=shape-fill
83cdf0e10cSrcweir  0xF1=shape-line-or-fill
84cdf0e10cSrcweir  0xF2=shape-line
85cdf0e10cSrcweir  0xF3=shape-shadow
86cdf0e10cSrcweir  0xF4=current-or-last-used
87cdf0e10cSrcweir  0xF5=shape-fill-back
88cdf0e10cSrcweir  0xF6=shape-line-back
89cdf0e10cSrcweir  0xF7=shape-fill-or-line
90cdf0e10cSrcweirend
91cdf0e10cSrcweir
92cdf0e10cSrcweirshortlist=DFF-SYSTEMCOLOR-MOD,0,none,darken-by,lighten-by,add-grey-by,sub-grey-by,reverse-sub-grey-by,monochrome-by
93cdf0e10cSrcweir
94cdf0e10cSrcweircombilist=DFF-COLORMOD
95cdf0e10cSrcweir  0x00000300=uint8,dec,type,DFF-COLORMOD-TYPE
96cdf0e10cSrcweir  0x00FF0000=uint8,dec,level
97cdf0e10cSrcweir  ignore=0x200000FF
98cdf0e10cSrcweirend
99cdf0e10cSrcweir
100cdf0e10cSrcweirshortlist=DFF-COLORMOD-TYPE,0,none,shade,tint
101cdf0e10cSrcweir
102cdf0e10cSrcweirunitconverter=DFF-OPACITY,/655.36,%
103cdf0e10cSrcweirunitconverter=DFF-DEGREES,/65536,°
104cdf0e10cSrcweir
105cdf0e10cSrcweir# DFFBSE ---------------------------------------------------------------------
106cdf0e10cSrcweir
107cdf0e10cSrcweircombilist=DFFBSE-RECORD-INST
108cdf0e10cSrcweir  include=DFF-RECORD-INST
109cdf0e10cSrcweir  0xFFF0=uint16,dec,blip-type,DFFBSE-TYPE
110cdf0e10cSrcweirend
111cdf0e10cSrcweir
112cdf0e10cSrcweirmultilist=DFFBSE-TYPE
113cdf0e10cSrcweir  0=error,unknown,emf,wmf,pict,jpeg,png,dib
114cdf0e10cSrcweir  17=tiff,cmyk-jpeg
115cdf0e10cSrcweirend
116cdf0e10cSrcweir
117cdf0e10cSrcweirshortlist=DFFBSE-USAGE,0,default,texture
118cdf0e10cSrcweir
119cdf0e10cSrcweir# DFFBSTORECONTAINER ---------------------------------------------------------
120cdf0e10cSrcweir
121cdf0e10cSrcweircombilist=DFFBSTORECONT-RECORD-INST
122cdf0e10cSrcweir  include=DFF-RECORD-INST
123cdf0e10cSrcweir  0xFFF0=uint16,dec,blip-count
124cdf0e10cSrcweirend
125cdf0e10cSrcweir
126cdf0e10cSrcweir# DFFDG ----------------------------------------------------------------------
127cdf0e10cSrcweir
128cdf0e10cSrcweircombilist=DFFDG-RECORD-INST
129cdf0e10cSrcweir  include=DFF-RECORD-INST
130cdf0e10cSrcweir  0xFFF0=uint16,dec,drawing-id
131cdf0e10cSrcweirend
132cdf0e10cSrcweir
133cdf0e10cSrcweir# DFFOPT ---------------------------------------------------------------------
134cdf0e10cSrcweir
135cdf0e10cSrcweircombilist=DFFOPT-RECORD-INST
136cdf0e10cSrcweir  include=DFF-RECORD-INST
137cdf0e10cSrcweir  0xFFF0=uint16,dec,property-count
138cdf0e10cSrcweirend
139cdf0e10cSrcweir
140cdf0e10cSrcweircombilist=DFFOPT-PROPERTY-ID
141cdf0e10cSrcweir  0x3FFF=uint16,dec,id,DFFOPT-PROPERTY-NAMES
142cdf0e10cSrcweir  0x4000=picture
143cdf0e10cSrcweir  0x8000=complex
144cdf0e10cSrcweirend
145cdf0e10cSrcweir
146cdf0e10cSrcweirmultilist=DFFOPT-PROPERTY-NAMES
147cdf0e10cSrcweir  # 0x0000-0x003F: transformation
148cdf0e10cSrcweir  0x0000=transf-left,transf-top,transf-right,transf-bottom,transf-rotation,transf-page
149cdf0e10cSrcweir  0x003F=transf-flags
150cdf0e10cSrcweir  # 0x0040-0x007F: protection
151cdf0e10cSrcweir  0x007F=prot-flags
152cdf0e10cSrcweir  # 0x0080-0x00BF: text
153cdf0e10cSrcweir  0x0080=text-id,text-left,text-top,text-right,text-bottom,text-wrap-mode,text-scale,text-anchor-mode
154cdf0e10cSrcweir  0x0088=text-flow,text-font-orient,text-next-shape,text-bidi
155cdf0e10cSrcweir  0x00BF=text-flags
156cdf0e10cSrcweir  # 0x00C0-0x00FF: text geometry
157cdf0e10cSrcweir  0x00C0=textgeo-unicode-string,textgeo-rtf-string,textgeo-curve-align,textgeo-def-size,textgeo-spacing,textgeo-font,textgeo-css-font
158cdf0e10cSrcweir  0x00FF=textgeo-flags
159cdf0e10cSrcweir  # 0x0100-0x013F: picture (BLIP)
160cdf0e10cSrcweir  0x0100=blip-crop-top,blip-crop-bottom,blip-crop-left,blip-crop-right,blip-id,blip-name,blip-opt,blip-transparency-color
161cdf0e10cSrcweir  0x0108=blip-contrast,blip-brightness,blip-gamma,blip-ole-id,blip-double-cr-mod,blip-fill-cr-mod,blip-line-cr-mod,blip-print-id
162cdf0e10cSrcweir  0x0110=blip-print-name,blip-print-opt,blip-movie,,,blip-transparency-color-ext,reserved,blip-transparency-color-ext-mod
163cdf0e10cSrcweir  0x0118=reserved,reserved,blip-recolor,blip-recolor-ext,reserved,blip-recolor-ext-mod,reserved,reserved
164cdf0e10cSrcweir  0x013F=blip-flags
165cdf0e10cSrcweir  # 0x0140-0x017F: shape geometry
166cdf0e10cSrcweir  0x0140=geo-left,geo-top,geo-right,geo-bottom,geo-shape-path,geo-vertices,geo-segment-info,geo-adjust-1
167cdf0e10cSrcweir  0x0148=geo-adjust-2,geo-adjust-3,geo-adjust-4,geo-adjust-5,geo-adjust-6,geo-adjust-7,geo-adjust-8,
168cdf0e10cSrcweir  0x0150=,geo-connect-sites,geo-connect-sites-dir,geo-stretch-x,geo-stretch-y,geo-handles,geo-guides,geo-inscribe
169cdf0e10cSrcweir  0x0158=geo-connect-points
170cdf0e10cSrcweir  0x017F=geo-flags
171cdf0e10cSrcweir  # 0x0180-0x01BF: fill style
172cdf0e10cSrcweir  0x0180=fill-type,fill-color,fill-opacity,fill-back-color,fill-back-opacity,fill-cr-mod,fill-blip,fill-blip-name
173cdf0e10cSrcweir  0x0188=fill-blip-opt,fill-width,fill-height,fill-angle,fill-focus,fill-to-left,fill-to-top,fill-to-right
174cdf0e10cSrcweir  0x0190=fill-to-bottom,fill-rect-left,fill-rect-top,fill-rect-right,fill-rect-bottom,fill-dz-type,fill-shade-preset,fill-shade-colors
175cdf0e10cSrcweir  0x0198=fill-origin-x,fill-origin-y,fill-shape-origin-x,fill-shape-origin-y,fill-shade-type,,fill-color-ext,reserved
176cdf0e10cSrcweir  0x01A0=fill-color-ext-mod,reserved,fill-back-color-ext,reserved,fill-back-color-ext-mod,reserved,reserved,reserved
177cdf0e10cSrcweir  0x01BF=fill-flags
178cdf0e10cSrcweir  # 0x01C0-0x01FF: line style
179cdf0e10cSrcweir  0x01C0=line-color,line-opacity,line-back-color,line-cr-mod,line-type,line-fill-blip,line-fill-blip-name,line-fill-blip-opt
180cdf0e10cSrcweir  0x01C8=line-fill-width,line-fill-height,line-fill-dz-type,line-width,line-miter-limit,line-style,line-dash,line-dash-style
181cdf0e10cSrcweir  0x01D0=line-start-arrow-head,line-end-arrow-head,line-start-arrow-width,line-start-arrow-length,line-end-arrow-width,line-end-arrow-length,line-join-style,line-end-cap-style
182cdf0e10cSrcweir  0x01D8=,line-color-ext,reserved,line-color-ext-mod,reserved,line-back-color-ext,reserved,line-back-color-ext-mod
183cdf0e10cSrcweir  0x01E0=reserved,reserved,reserved
184cdf0e10cSrcweir  0x01FF=line-flags
185cdf0e10cSrcweir  # 0x0200-0x023F: shadow style
186cdf0e10cSrcweir  0x0200=shadow-type,shadow-color,shadow-highlight,shadow-cr-mod,shadow-opacity,shadow-offset-x,shadow-offset-y,shadow-2nd-offset-x
187cdf0e10cSrcweir  0x0208=shadow-2nd-offset-y,,,,,,,
188cdf0e10cSrcweir  0x0210=shadow-origin-x,shadow-origin-y,shadow-color-ext,reserved,shadow-color-ext-mod,reserved,shadow-highlight-ext,reserved
189cdf0e10cSrcweir  0x0218=shadow-highlight-ext-mod,reserved,reserved,reserved
190cdf0e10cSrcweir  0x023F=shadow-flags
191cdf0e10cSrcweir  # 0x0240-0x027F: perspective
192cdf0e10cSrcweir  0x0240=persp-type,persp-offset-x,persp-offsety,persp-scale-x-to-x,persp-scale-y-to-x,persp-scale-x-to-y,persp-scale-y-to-y,persp-persp-x
193cdf0e10cSrcweir  0x0248=persp-persp-y,persp-weight,persp-origin-x,persp-origin-y
194cdf0e10cSrcweir  0x027F=persp-flags
195cdf0e10cSrcweir  # 0x0280-0x02BF: 3d object
196cdf0e10cSrcweir  0x0280=3dobj-specular-amt,3dobj-diffuse-amt,3dobj-shininess,3dobj-edge-thickness,3dobj-extrude-forward,3dobj-extrude-backward,3dobj-extrude-plane,3dobj-extrusion-color
197cdf0e10cSrcweir  0x0288=3dobj-cr-mod,3dobj-extrusion-color-ext,reserved,3dobj-extrusion-color-ext-mod,reserved,reserved
198cdf0e10cSrcweir  0x02BF=3dobj-flags
199cdf0e10cSrcweir  # 0x02C0-0x02FF: 3d style
200cdf0e10cSrcweir  0x02C0=3dstyle-y-rotation,3dstyle-x-rotation,3dstyle-rotation-axis-x,3dstyle-rotation-axis-y,3dstyle-rotation-axis-z,3dstyle-rotation,3dstyle-rotation-center-x,3dstyle-rotation-center-y
201cdf0e10cSrcweir  0x02C8=3dstyle-rotation-center-z,3dstyle-render-mode,3dstyle-tolerance,3dstyle-view-point-x,3dstyle-view-point-y,3dstyle-view-point-z,3dstyle-origin-x,3dstyle-origin-y
202cdf0e10cSrcweir  0x02D0=3dstyle-skew-angle,3dstyle-skew-amount,3dstyle-ambient-intensity,3dstyle-key-light-x,3dstyle-key-light-y,3dstyle-key-light-z,3dstyle-key-light-intensity,3dstyle-fill-light-x
203cdf0e10cSrcweir  0x02D8=3dstyle-fill-light-y,3dstyle-fill-light-z,3dstyle-fill-light-intensity
204cdf0e10cSrcweir  0x02FF=3dstyle-flags
205cdf0e10cSrcweir  # 0x0300-0x033F: shape
206cdf0e10cSrcweir  0x0300=,shape-master,,shape-connect-style,shape-bw-mod,shape-bw-mode-pure-bw,shape-bw-mode-bw,shape-discuss-anchor-id
207cdf0e10cSrcweir  0x0308=,shape-dia-layout,shape-dia-node-kind,shape-dia-layout-mru,shape-equation-xml
208cdf0e10cSrcweir  0x033F=shape-flags
209cdf0e10cSrcweir  # 0x0340-0x037F: callout
210cdf0e10cSrcweir  0x0340=callout-type,callout-box-distance,callout-angle,callout-drop-type,callout-drop-pos,callout-length
211cdf0e10cSrcweir  0x037F=callout-flags
212cdf0e10cSrcweir  # 0x0380-0x03BF: group or shape
213cdf0e10cSrcweir  0x0380=group-name,group-description,group-hyperlink,group-wrap-polygon-vertices,group-wrap-left,group-wrap-top,group-wrap-right,group-wrap-bottom
214cdf0e10cSrcweir  0x0388=group-regroup-id,,,,,group-tooltip,group-script,group-pos-h
215cdf0e10cSrcweir  0x0390=group-pos-rel-h,group-pos-v,group-pos-rel-v,group-rel-width-hr,group-align-hr,group-height-hr,group-width-hr,group-script-ext-attr
216cdf0e10cSrcweir  0x0398=group-script-lang,,group-script-lang-attr,group-border-top-color,group-border-left-color,group-border-bottom-color,group-border-right-color,group-table-props
217cdf0e10cSrcweir  0x03A0=group-table-row-props,,,,,group-web-bot,,
218cdf0e10cSrcweir  0x03A8=,group-metro-blob,group-rel-z-order,
219cdf0e10cSrcweir  0x03BF=group-flags
220cdf0e10cSrcweir  # 0x03C0-0x03FF: relative transformation
221cdf0e10cSrcweir  0x03C0=reltransf-left,reltransf-top,reltransf-right,reltransf-bottom,reltransf-rotation,reltransf-page
222cdf0e10cSrcweir  0x03FF=reltransf-flags
223cdf0e10cSrcweir  # 0x0400-0x043F: unknown HTML
224cdf0e10cSrcweir  0x0400=,,uhtml-line-id,uhtml-fill-id,uhtml-pic-id,uhtml-path-id,uhtml-shadow-id,uhtml-persp-id
225cdf0e10cSrcweir  0x0408=uhtml-text-path-id,uhtml-formulae-id,uhtml-handles-id,uhtml-callout-id,uhtml-lock-id,uhtml-text-id,uhtml-3d-id
226cdf0e10cSrcweir  0x043F=uhtml-flags
227cdf0e10cSrcweir  # 0x0500-0x053F: diagram
228cdf0e10cSrcweir  0x0500=dia-type,dia-style,,,dia-rel-table,dia-scale-x,dia-scale-y,dia-def-fontsize
229cdf0e10cSrcweir  0x0508=dia-constrain-bounds,dia-base-text-scale
230cdf0e10cSrcweir  0x053F=dia-flags
231cdf0e10cSrcweir  # 0x0540-0x057F: left line style
232cdf0e10cSrcweir  0x0540=lline-color,lline-opacity,lline-back-color,lline-cr-mod,lline-type,lline-fill-blip,lline-fill-blip-name,lline-fill-blip-opt
233cdf0e10cSrcweir  0x0548=lline-fill-width,lline-fill-height,lline-fill-dz-type,lline-width,lline-miter-limit,lline-style,lline-dash,lline-dash-style
234cdf0e10cSrcweir  0x0550=lline-start-arrow-head,lline-end-arrow-head,lline-start-arrow-width,lline-start-arrow-length,lline-end-arrow-width,lline-end-arrow-length,lline-join-style,lline-end-cap-style
235cdf0e10cSrcweir  0x0558=,lline-color-ext,reserved,lline-color-ext-mod,reserved,lline-back-color-ext,reserved,lline-back-color-ext-mod
236cdf0e10cSrcweir  0x0560=reserved,reserved,reserved
237cdf0e10cSrcweir  0x057F=lline-flags
238cdf0e10cSrcweir  # 0x0580-0x05BF: top line style
239cdf0e10cSrcweir  0x0580=tline-color,tline-opacity,tline-back-color,tline-cr-mod,tline-type,tline-fill-blip,tline-fill-blip-name,tline-fill-blip-opt
240cdf0e10cSrcweir  0x0588=tline-fill-width,tline-fill-height,tline-fill-dz-type,tline-width,tline-miter-limit,tline-style,tline-dash,tline-dash-style
241cdf0e10cSrcweir  0x0590=tline-start-arrow-head,tline-end-arrow-head,tline-start-arrow-width,tline-start-arrow-length,tline-end-arrow-width,tline-end-arrow-length,tline-join-style,tline-end-cap-style
242cdf0e10cSrcweir  0x0598=,tline-color-ext,reserved,tline-color-ext-mod,reserved,tline-back-color-ext,reserved,tline-back-color-ext-mod
243cdf0e10cSrcweir  0x05A0=reserved,reserved,reserved
244cdf0e10cSrcweir  0x05BF=tline-flags
245cdf0e10cSrcweir  # 0x05C0-0x05FF: right line style
246cdf0e10cSrcweir  0x05C0=rline-color,rline-opacity,rline-back-color,rline-cr-mod,rline-type,rline-fill-blip,rline-fill-blip-name,rline-fill-blip-opt
247cdf0e10cSrcweir  0x05C8=rline-fill-width,rline-fill-height,rline-fill-dz-type,rline-width,rline-miter-limit,rline-style,rline-dash,rline-dash-style
248cdf0e10cSrcweir  0x05D0=rline-start-arrow-head,rline-end-arrow-head,rline-start-arrow-width,rline-start-arrow-length,rline-end-arrow-width,rline-end-arrow-length,rline-join-style,rline-end-cap-style
249cdf0e10cSrcweir  0x05D8=,rline-color-ext,reserved,rline-color-ext-mod,reserved,rline-back-color-ext,reserved,rline-back-color-ext-mod
250cdf0e10cSrcweir  0x05E0=reserved,reserved,reserved
251cdf0e10cSrcweir  0x05FF=rline-flags
252cdf0e10cSrcweir  # 0x0600-0x063F: bottom line style
253cdf0e10cSrcweir  0x0600=bline-color,bline-opacity,bline-back-color,bline-cr-mod,bline-type,bline-fill-blip,bline-fill-blip-name,bline-fill-blip-opt
254cdf0e10cSrcweir  0x0608=bline-fill-width,bline-fill-height,bline-fill-dz-type,bline-width,bline-miter-limit,bline-style,bline-dash,bline-dash-style
255cdf0e10cSrcweir  0x0610=bline-start-arrow-head,bline-end-arrow-head,bline-start-arrow-width,bline-start-arrow-length,bline-end-arrow-width,bline-end-arrow-length,bline-join-style,bline-end-cap-style
256cdf0e10cSrcweir  0x0618=,bline-color-ext,reserved,bline-color-ext-mod,reserved,bline-back-color-ext,reserved,bline-back-color-ext-mod
257cdf0e10cSrcweir  0x0620=reserved,reserved,reserved
258cdf0e10cSrcweir  0x063F=bline-flags
259cdf0e10cSrcweir  # 0x0680-0x06BF: web component
260cdf0e10cSrcweir  0x0680=webcomp-html,webcomp-name,webcomp-url
261cdf0e10cSrcweir  0x06BF=webcomp-flags
262cdf0e10cSrcweir  # 0x0700-0x073F: ink data
263cdf0e10cSrcweir  0x0700=ink-data
264cdf0e10cSrcweir  0x073F=ink-flags
265cdf0e10cSrcweir  # 0x0780-0x07BF: signature line
266cdf0e10cSrcweir  0x0780=,sigline-guid,sigline-provider-guid,sigline-suggested-signer,sigline-suggested-signer-info,sigline-suggested-signer-email,sigline-sign-instruction,sigline-add-xml
267cdf0e10cSrcweir  0x0788=sigline-provider-url
268cdf0e10cSrcweir  0x07BF=sigline-flags
269cdf0e10cSrcweir  # 0x07C0-0x07FF: group or shape #2
270cdf0e10cSrcweir  0x07C0=group2-rel-width,group2-rel-height,group2-rel-pos-x,group2-rel-pos-y,group2-size-rel-h,group2-size-rel-v
271cdf0e10cSrcweirend
272cdf0e10cSrcweir
273cdf0e10cSrcweirconstlist=DFFOPT-SIMPLE-PROPERTIES
274cdf0e10cSrcweir  # transformation
275cdf0e10cSrcweir  0x003F=uint32,hex,flags,DFFOPT-TRANSFORM-FLAGS
276cdf0e10cSrcweir  # protection
277cdf0e10cSrcweir  0x007F=uint32,hex,flags,DFFOPT-PROTECTION-FLAGS
278cdf0e10cSrcweir  # text
279cdf0e10cSrcweir  0x00BF=uint32,hex,flags,DFFOPT-TEXT-FLAGS
280cdf0e10cSrcweir  # text geometry
281cdf0e10cSrcweir  0x00FF=uint32,hex,flags,DFFOPT-TEXTGEO-FLAGS
282cdf0e10cSrcweir  # picture (BLIP)
283cdf0e10cSrcweir  0x013F=uint32,hex,flags,DFFOPT-BLIP-FLAGS
284cdf0e10cSrcweir  # shape geometry
285cdf0e10cSrcweir  0x017F=uint32,hex,flags,DFFOPT-GEO-FLAGS
286cdf0e10cSrcweir  # fill style
287cdf0e10cSrcweir  0x0180=uint32,dec,type,DFFOPT-FILL-TYPE
288cdf0e10cSrcweir  0x0181=uint32,hex,color,DFF-COLOR
289cdf0e10cSrcweir  0x0182=int32,fix,opacity,DFF-OPACITY
290cdf0e10cSrcweir  0x0183=uint32,hex,color,DFF-COLOR
291cdf0e10cSrcweir  0x0184=int32,fix,opacity,DFF-OPACITY
292cdf0e10cSrcweir  0x0185=uint32,hex,color,DFF-COLOR
293cdf0e10cSrcweir  0x0186=uint32,dec,blip-id
294cdf0e10cSrcweir  0x0188=uint32,dec,blip-opt,DFFOPT-BLIPOPT
295cdf0e10cSrcweir  0x0189=int32,dec,width
296cdf0e10cSrcweir  0x018A=int32,dec,height
297cdf0e10cSrcweir  0x018B=int32,fix,angle,DFF-DEGREES
298cdf0e10cSrcweir  0x018C=int32,dec,focus,CONV-PERCENT
299cdf0e10cSrcweir  0x018D=int32,fix,size,DFF-OPACITY
300cdf0e10cSrcweir  0x018E=int32,fix,size,DFF-OPACITY
301cdf0e10cSrcweir  0x018F=int32,fix,size,DFF-OPACITY
302cdf0e10cSrcweir  0x0190=int32,fix,size,DFF-OPACITY
303cdf0e10cSrcweir  0x0191=int32,fix,size,CONV-EMU-TO-CM
304cdf0e10cSrcweir  0x0192=int32,fix,size,CONV-EMU-TO-CM
305cdf0e10cSrcweir  0x0193=int32,fix,size,CONV-EMU-TO-CM
306cdf0e10cSrcweir  0x0194=int32,fix,size,CONV-EMU-TO-CM
307cdf0e10cSrcweir  0x0195=uint32,dec,type,DFFOPT-FILL-DZTYPE
308cdf0e10cSrcweir  0x0196=int32,dec,preset
309cdf0e10cSrcweir  0x0198=int32,fix,pos,DFF-OPACITY
310cdf0e10cSrcweir  0x0199=int32,fix,pos,DFF-OPACITY
311cdf0e10cSrcweir  0x019A=int32,fix,pos,DFF-OPACITY
312cdf0e10cSrcweir  0x019B=int32,fix,pos,DFF-OPACITY
313cdf0e10cSrcweir  0x019C=uint32,hex,type,DFFOPT-FILL-SHADETYPE
314cdf0e10cSrcweir  0x019E=uint32,hex,color,DFF-COLOR
315cdf0e10cSrcweir  0x01A0=uint32,hex,color-mod,DFF-COLORMOD
316cdf0e10cSrcweir  0x01A2=uint32,hex,color,DFF-COLOR
317cdf0e10cSrcweir  0x01A4=uint32,hex,color-mod,DFF-COLORMOD
318cdf0e10cSrcweir  0x01BF=uint32,hex,flags,DFFOPT-FILL-FLAGS
319cdf0e10cSrcweir  # line style
320cdf0e10cSrcweir  0x01C0=uint32,hex,color,DFF-COLOR
321cdf0e10cSrcweir  0x01C2=uint32,hex,color,DFF-COLOR
322cdf0e10cSrcweir  0x01FF=uint32,hex,flags,DFFOPT-LINE-FLAGS
323cdf0e10cSrcweir  # shadow style
324cdf0e10cSrcweir  0x0201=uint32,hex,color,DFF-COLOR
325cdf0e10cSrcweir  0x023F=uint32,hex,flags,DFFOPT-SHADOW-FLAGS
326cdf0e10cSrcweir  # perspective
327cdf0e10cSrcweir  0x027F=uint32,hex,flags,DFFOPT-PERSP-FLAGS
328cdf0e10cSrcweir  # 3d object
329cdf0e10cSrcweir  0x02BF=uint32,hex,flags,DFFOPT-3DOBJ-FLAGS
330cdf0e10cSrcweir  # 3d style
331cdf0e10cSrcweir  0x02FF=uint32,hex,flags,DFFOPT-3DSTYLE-FLAGS
332cdf0e10cSrcweir  # shape
333cdf0e10cSrcweir  0x033F=uint32,hex,flags,DFFOPT-SHAPE-FLAGS
334cdf0e10cSrcweir  # callout
335cdf0e10cSrcweir  0x037F=uint32,hex,flags,DFFOPT-CALLOUT-FLAGS
336cdf0e10cSrcweir  # group or shape
337cdf0e10cSrcweir  0x03BF=uint32,hex,flags,DFFOPT-GROUP-FLAGS
338cdf0e10cSrcweir  # relative transformation
339cdf0e10cSrcweir  0x03FF=uint32,hex,flags,DFFOPT-TRANSFORM-FLAGS
340cdf0e10cSrcweir  # unknown HTML
341cdf0e10cSrcweir  0x043F=uint32,hex,flags,DFFOPT-UHTML-FLAGS
342cdf0e10cSrcweir  # diagram
343cdf0e10cSrcweir  0x053F=uint32,hex,flags,DFFOPT-DIAGRAM-FLAGS
344cdf0e10cSrcweir  # left line style
345cdf0e10cSrcweir  0x0540=uint32,hex,color,DFF-COLOR
346cdf0e10cSrcweir  0x0542=uint32,hex,color,DFF-COLOR
347cdf0e10cSrcweir  0x057F=uint32,hex,flags,DFFOPT-LINE-FLAGS
348cdf0e10cSrcweir  # top line style
349cdf0e10cSrcweir  0x0580=uint32,hex,color,DFF-COLOR
350cdf0e10cSrcweir  0x0582=uint32,hex,color,DFF-COLOR
351cdf0e10cSrcweir  0x05BF=uint32,hex,flags,DFFOPT-LINE-FLAGS
352cdf0e10cSrcweir  # right line style
353cdf0e10cSrcweir  0x05C0=uint32,hex,color,DFF-COLOR
354cdf0e10cSrcweir  0x05C2=uint32,hex,color,DFF-COLOR
355cdf0e10cSrcweir  0x05FF=uint32,hex,flags,DFFOPT-LINE-FLAGS
356cdf0e10cSrcweir  # bottom line style
357cdf0e10cSrcweir  0x0600=uint32,hex,color,DFF-COLOR
358cdf0e10cSrcweir  0x0602=uint32,hex,color,DFF-COLOR
359cdf0e10cSrcweir  0x063F=uint32,hex,flags,DFFOPT-LINE-FLAGS
360cdf0e10cSrcweir  # web component
361cdf0e10cSrcweir  0x06BF=uint32,hex,flags,DFFOPT-WEBCOMP-FLAGS
362cdf0e10cSrcweir  # ink data
363cdf0e10cSrcweir  0x073F=uint32,hex,flags,DFFOPT-INK-FLAGS
364cdf0e10cSrcweir  # signature line
365cdf0e10cSrcweir  0x07BF=uint32,hex,flags,DFFOPT-SIGLINE-FLAGS
366cdf0e10cSrcweir  # group or shape #2
367cdf0e10cSrcweirend
368cdf0e10cSrcweir
369cdf0e10cSrcweirconstlist=DFFOPT-COMPLEX-PROPERTIES
370cdf0e10cSrcweir  0x0186=uint32,hex,blip,blip
371cdf0e10cSrcweir  0x0187=uint32,hex,blip-name,string
372cdf0e10cSrcweir  0x0197=uint32,hex,shade-colors,colorarray
373cdf0e10cSrcweir  0x0380=uint32,hex,shape-name,string
374cdf0e10cSrcweirend
375cdf0e10cSrcweir
376cdf0e10cSrcweir# common
377cdf0e10cSrcweir
378cdf0e10cSrcweircombilist=DFFOPT-BLIPOPT
379cdf0e10cSrcweir  0x00000003=uint8,dec,type,DFFOPT-BLIPOPT-TYPE
380cdf0e10cSrcweir  0x00000004=do-not-save
381cdf0e10cSrcweir  0x00000008=linked
382cdf0e10cSrcweirend
383cdf0e10cSrcweir
384cdf0e10cSrcweirshortlist=DFFOPT-BLIPOPT-TYPE,0,comment,file,url
385cdf0e10cSrcweir
386cdf0e10cSrcweir# transformation
387cdf0e10cSrcweir
388cdf0e10cSrcweirflagslist=DFFOPT-TRANSFORM-FLAGS
389cdf0e10cSrcweir  0x0001=:flip-h
390cdf0e10cSrcweir  0x0002=:flip-v
391cdf0e10cSrcweirend
392cdf0e10cSrcweir
393cdf0e10cSrcweir# protection
394cdf0e10cSrcweir
395cdf0e10cSrcweirflagslist=DFFOPT-PROTECTION-FLAGS
396cdf0e10cSrcweir  0x0001=:lock-against-grouping
397cdf0e10cSrcweir  0x0002=:lock-adjust-handles
398cdf0e10cSrcweir  0x0004=:lock-text
399cdf0e10cSrcweir  0x0008=:lock-vertices
400cdf0e10cSrcweir  0x0010=:lock-cropping
401cdf0e10cSrcweir  0x0020=:lock-against-select
402cdf0e10cSrcweir  0x0040=:lock-position
403cdf0e10cSrcweir  0x0080=:lock-aspect-ratio
404cdf0e10cSrcweir  0x0100=:lock-rotation
405cdf0e10cSrcweir  0x0200=:lock-against-ungrouping
406cdf0e10cSrcweirend
407cdf0e10cSrcweir
408cdf0e10cSrcweir# text
409cdf0e10cSrcweir
410cdf0e10cSrcweirflagslist=DFFOPT-TEXT-FLAGS
411cdf0e10cSrcweir  0x0002=:fit-shape-to-text
412cdf0e10cSrcweir  0x0008=:auto-text-margin
413cdf0e10cSrcweir  0x0010=:select-text
414cdf0e10cSrcweir  ignore=0x0005
415cdf0e10cSrcweirend
416cdf0e10cSrcweir
417cdf0e10cSrcweir# text geometry
418cdf0e10cSrcweir
419cdf0e10cSrcweirflagslist=DFFOPT-TEXTGEO-FLAGS
420cdf0e10cSrcweir  0x0001=:strike-through
421cdf0e10cSrcweir  0x0002=:small-caps
422cdf0e10cSrcweir  0x0004=:shadow
423cdf0e10cSrcweir  0x0008=:underline
424cdf0e10cSrcweir  0x0010=:italic
425cdf0e10cSrcweir  0x0020=:bold
426cdf0e10cSrcweir  0x0040=:no-measure-along-path
427cdf0e10cSrcweir  0x0080=:normalize
428cdf0e10cSrcweir  0x0100=:best-fit
429cdf0e10cSrcweir  0x0200=:shrink-to-fit
430cdf0e10cSrcweir  0x0400=:stretch-to-fit
431cdf0e10cSrcweir  0x0800=:tightening
432cdf0e10cSrcweir  0x1000=:kerning
433cdf0e10cSrcweir  0x2000=:vertical
434cdf0e10cSrcweir  0x4000=:has-effect
435cdf0e10cSrcweir  0x8000=:reverse-rows
436cdf0e10cSrcweirend
437cdf0e10cSrcweir
438cdf0e10cSrcweir# picture (BLIP)
439cdf0e10cSrcweir
440cdf0e10cSrcweirflagslist=DFFOPT-BLIP-FLAGS
441cdf0e10cSrcweir  0x0001=:ole-alive
442cdf0e10cSrcweir  0x0002=:bi-level-display
443cdf0e10cSrcweir  0x0004=:grayscale
444cdf0e10cSrcweir  0x0008=:no-hit-test
445cdf0e10cSrcweir  0x0010=:loop-anim
446cdf0e10cSrcweir  0x0020=:rewind-anim
447cdf0e10cSrcweir  0x0040=:preserve-gray
448cdf0e10cSrcweirend
449cdf0e10cSrcweir
450cdf0e10cSrcweir# shape geometry
451cdf0e10cSrcweir
452cdf0e10cSrcweirflagslist=DFFOPT-GEO-FLAGS
453cdf0e10cSrcweir  0x0001=:fill-support
454cdf0e10cSrcweir  0x0002=:fill-shade-shape-support
455cdf0e10cSrcweir  0x0004=:fontwork-support
456cdf0e10cSrcweir  0x0008=:line-support
457cdf0e10cSrcweir  0x0010=:3d-support
458cdf0e10cSrcweir  0x0020=:shadow-support
459cdf0e10cSrcweirend
460cdf0e10cSrcweir
461cdf0e10cSrcweir# fill style
462cdf0e10cSrcweir
463cdf0e10cSrcweirshortlist=DFFOPT-FILL-TYPE,0,solid,pattern,texture,picture,edge-shade,linear-shade,shape-shade,point-shade,title-shade,background
464cdf0e10cSrcweir
465cdf0e10cSrcweircombilist=DFFOPT-FILL-DZTYPE
466cdf0e10cSrcweir  0x00000003=uint8,dec,unit,DFFOPT-FILL-DZTYPE-UNIT
467cdf0e10cSrcweir  0x0000000C=uint8,dec,aspect,DFFOPT-FILL-DZTYPE-ASPECT
468cdf0e10cSrcweirend
469cdf0e10cSrcweir
470cdf0e10cSrcweirshortlist=DFFOPT-FILL-DZTYPE-UNIT,0,unused,emu,pixel,shape-size-rel
471cdf0e10cSrcweirshortlist=DFFOPT-FILL-DZTYPE-ASPECT,0,none,fixed,prefer-largest
472cdf0e10cSrcweir
473cdf0e10cSrcweirflagslist=DFFOPT-FILL-SHADETYPE
474cdf0e10cSrcweir  ignore=0x40000000
475cdf0e10cSrcweir  0x00000001=none
476cdf0e10cSrcweir  0x00000002=gamma
477cdf0e10cSrcweir  0x00000004=sigma-transfer
478cdf0e10cSrcweir  0x00000008=flat-band
479cdf0e10cSrcweir  0x00000010=one-color
480cdf0e10cSrcweirend
481cdf0e10cSrcweir
482cdf0e10cSrcweirflagslist=DFFOPT-FILL-FLAGS
483cdf0e10cSrcweir  0x0001=:no-fill-hit-test
484cdf0e10cSrcweir  0x0002=:fill-to-rect
485cdf0e10cSrcweir  0x0004=:fill-rel-to-shape
486cdf0e10cSrcweir  0x0008=:hit-test-fill
487cdf0e10cSrcweir  0x0010=:has-fill
488cdf0e10cSrcweir  0x0020=:shape-anchor
489cdf0e10cSrcweir  0x0040=:recolor-as-pic
490cdf0e10cSrcweirend
491cdf0e10cSrcweir
492cdf0e10cSrcweir# line style
493cdf0e10cSrcweir
494cdf0e10cSrcweirflagslist=DFFOPT-LINE-FLAGS
495cdf0e10cSrcweir  0x0001=:draw-dash-for-invisible
496cdf0e10cSrcweir  0x0002=:fill-rel-to-shape
497cdf0e10cSrcweir  0x0004=:hit-test-line
498cdf0e10cSrcweir  0x0008=:has-line
499cdf0e10cSrcweir  0x0010=:arrowhead-support
500cdf0e10cSrcweir  0x0020=:inset-pen-support
501cdf0e10cSrcweir  0x0040=:inset-pen
502cdf0e10cSrcweir  0x0200=:opaque-back-line
503cdf0e10cSrcweirend
504cdf0e10cSrcweir
505cdf0e10cSrcweir# shadow style
506cdf0e10cSrcweir
507cdf0e10cSrcweirflagslist=DFFOPT-SHADOW-FLAGS
508cdf0e10cSrcweir  0x0001=:obscured-shadow
509cdf0e10cSrcweir  0x0002=:has-shadow
510cdf0e10cSrcweirend
511cdf0e10cSrcweir
512cdf0e10cSrcweir# perspective
513cdf0e10cSrcweir
514cdf0e10cSrcweirflagslist=DFFOPT-PERSP-FLAGS
515cdf0e10cSrcweir  0x0001=:has-perspective
516cdf0e10cSrcweirend
517cdf0e10cSrcweir
518cdf0e10cSrcweir# 3d object
519cdf0e10cSrcweir
520cdf0e10cSrcweirflagslist=DFFOPT-3DOBJ-FLAGS
521cdf0e10cSrcweir  0x0001=:light-face
522cdf0e10cSrcweir  0x0002=:extrusion-color
523cdf0e10cSrcweir  0x0004=:metallic
524cdf0e10cSrcweir  0x0008=:has-3d
525cdf0e10cSrcweirend
526cdf0e10cSrcweir
527cdf0e10cSrcweir# 3d style
528cdf0e10cSrcweir
529cdf0e10cSrcweirflagslist=DFFOPT-3DSTYLE-FLAGS
530cdf0e10cSrcweir  0x0001=:fill-color-harsh
531cdf0e10cSrcweir  0x0002=:key-color-harsh
532cdf0e10cSrcweir  0x0004=:parallel
533cdf0e10cSrcweir  0x0008=:rotation-center-auto
534cdf0e10cSrcweir  0x0010=:constrain-rotation
535cdf0e10cSrcweirend
536cdf0e10cSrcweir
537cdf0e10cSrcweir# shape
538cdf0e10cSrcweir
539cdf0e10cSrcweirflagslist=DFFOPT-SHAPE-FLAGS
540cdf0e10cSrcweir  0x0001=:background
541cdf0e10cSrcweir  0x0004=:initiator
542cdf0e10cSrcweir  0x0008=:lock-shape-type
543cdf0e10cSrcweir  0x0010=:prefer-rel-resize
544cdf0e10cSrcweir  0x0020=:ole-iconified
545cdf0e10cSrcweir  0x0040=:flip-v-override
546cdf0e10cSrcweir  0x0080=:flip-h-override
547cdf0e10cSrcweir  0x0100=:policy-barcode
548cdf0e10cSrcweir  0x0200=:policy-label
549cdf0e10cSrcweirend
550cdf0e10cSrcweir
551cdf0e10cSrcweir# callout
552cdf0e10cSrcweir
553cdf0e10cSrcweirflagslist=DFFOPT-CALLOUT-FLAGS
554cdf0e10cSrcweir  0x0001=:length-specified
555cdf0e10cSrcweir  0x0002=:drop-auto
556cdf0e10cSrcweir  0x0004=:minus-y
557cdf0e10cSrcweir  0x0008=:minus-x
558cdf0e10cSrcweir  0x0010=:has-text-border
559cdf0e10cSrcweir  0x0020=:has-accent-bar
560cdf0e10cSrcweir  0x0040=:is-callout
561cdf0e10cSrcweirend
562cdf0e10cSrcweir
563cdf0e10cSrcweir# group or shape
564cdf0e10cSrcweir
565cdf0e10cSrcweirflagslist=DFFOPT-GROUP-FLAGS
566cdf0e10cSrcweir  0x0001=:print
567cdf0e10cSrcweir  0x0002=:hidden
568cdf0e10cSrcweir  0x0004=:1d-adjustment
569cdf0e10cSrcweir  0x0008=:is-button
570cdf0e10cSrcweir  0x0010=:notify-double-click
571cdf0e10cSrcweir  0x0020=:behind-doc
572cdf0e10cSrcweir  0x0040=:wrap-edited
573cdf0e10cSrcweir  0x0080=:script-anchor
574cdf0e10cSrcweir  0x0100=:really-hidden
575cdf0e10cSrcweir  0x0200=:allow-overlap
576cdf0e10cSrcweir  0x0400=:user-drawn
577cdf0e10cSrcweir  0x0800=:is-hr
578cdf0e10cSrcweir  0x1000=:no-shade-hr
579cdf0e10cSrcweir  0x2000=:standard-hr
580cdf0e10cSrcweir  0x4000=:is-bullet
581cdf0e10cSrcweir  0x8000=:layout-in-cell
582cdf0e10cSrcweirend
583cdf0e10cSrcweir
584cdf0e10cSrcweir# unknown HTML
585cdf0e10cSrcweir
586cdf0e10cSrcweirflagslist=DFFOPT-UHTML-FLAGS
587cdf0e10cSrcweir  0x0002=:fake-master
588cdf0e10cSrcweir  0x0004=:ole-from-html
589cdf0e10cSrcweirend
590cdf0e10cSrcweir
591cdf0e10cSrcweir# diagram
592cdf0e10cSrcweir
593cdf0e10cSrcweirflagslist=DFFOPT-DIAGRAM-FLAGS
594cdf0e10cSrcweir  0x0001=:pseudo-inline
595cdf0e10cSrcweir  0x0002=:do-layout
596cdf0e10cSrcweir  0x0004=:reverse
597cdf0e10cSrcweir  0x0008=:do-format
598cdf0e10cSrcweirend
599cdf0e10cSrcweir
600cdf0e10cSrcweir# web component
601cdf0e10cSrcweir
602cdf0e10cSrcweirflagslist=DFFOPT-WEBCOMP-FLAGS
603cdf0e10cSrcweir  0x0001=:is-web-component
604cdf0e10cSrcweirend
605cdf0e10cSrcweir
606cdf0e10cSrcweir# ink data
607cdf0e10cSrcweir
608cdf0e10cSrcweirflagslist=DFFOPT-INK-FLAGS
609cdf0e10cSrcweir  0x0001=:render-ink
610cdf0e10cSrcweir  0x0002=:render-shape
611cdf0e10cSrcweir  0x0004=:hit-test-ink
612cdf0e10cSrcweir  0x0008=:ink-annotation
613cdf0e10cSrcweirend
614cdf0e10cSrcweir
615cdf0e10cSrcweir# signature line
616cdf0e10cSrcweir
617cdf0e10cSrcweirflagslist=DFFOPT-SIGLINE-FLAGS
618cdf0e10cSrcweir  0x0001=:is-signature-line
619cdf0e10cSrcweir  0x0002=:show-sign-instruction
620cdf0e10cSrcweir  0x0004=:show-sign-comment
621cdf0e10cSrcweir  0x0008=:show-sign-date
622cdf0e10cSrcweirend
623cdf0e10cSrcweir
624cdf0e10cSrcweir# group or shape #2
625cdf0e10cSrcweir
626cdf0e10cSrcweir# DFFSP ----------------------------------------------------------------------
627cdf0e10cSrcweir
628cdf0e10cSrcweircombilist=DFFSP-RECORD-INST
629cdf0e10cSrcweir  include=DFF-RECORD-INST
630cdf0e10cSrcweir  0xFFF0=uint16,dec,shape-type,DFFSP-TYPE
631cdf0e10cSrcweirend
632cdf0e10cSrcweir
633cdf0e10cSrcweirmultilist=DFFSP-TYPE
634cdf0e10cSrcweir  0=not-primitive,rectangle,round-rectangle,ellipse,diamond,isoceles-triangle,right-triangle,parallelogram,trapezoid,hexagon
635cdf0e10cSrcweir  10=octagon,plus,star,arrow,thick-arrow,home-plate,cube,balloon,seal,arc
636cdf0e10cSrcweir  20=line,plaque,can,donut,text-simple,text-octagon,text-hexagon,text-curve,text-wave,text-ring
637cdf0e10cSrcweir  30=text-on-curve,text-on-ring,straight-connector-1,bent-connector-2,bent-connector-3,bent-connector-4,bent-connector-5,curved-connector-2,curved-connector-3,curved-connector-4
638cdf0e10cSrcweir  40=curved-connector-5,callout-1,callout-2,callout-3,accent-callout-1,accent-callout-2,accent-callout-3,border-callout-1,border-callout-2,border-callout-3
639cdf0e10cSrcweir  50=accent-border-callout-1,accent-border-callout-2,accent-border-callout-3,ribbon,ribbon-2,chevron,pentagon,no-smoking,seal-8,seal-16
640cdf0e10cSrcweir  60=seal-32,wedge-rect-callout,wedge-rrect-callout,wedge-ellipse-callout,wave,folded-corner,left-arrow,down-arrow,up-arrow,left-right-arrow
641cdf0e10cSrcweir  70=up-down-arrow,irregular-seal-1,irregular-seal-2,lightning-bolt,heart,picture-frame,quad-arrow,left-arrow-callout,right-arrow-callout,up-arrow-callout
642cdf0e10cSrcweir  80=down-arrow-callout,left-right-arrow-callout,up-down-arrow-callout,quad-arrow-callout,bevel,left-bracket,right-bracket,left-brace,right-brace,left-up-arrow
643cdf0e10cSrcweir  90=bent-up-arrow,bent-arrow,seal-24,striped-right-arrow,notched-right-arrow,block-arc,smiley-face,vertical-scroll,horizontal-scroll,circular-arrow
644cdf0e10cSrcweir  100=notched-circular-arrow,uturn-arrow,curved-right-arrow,curved-left-arrow,curved-up-arrow,curved-down-arrow,cloud-callout,ellipse-ribbon,ellipse-ribbon-2,flow-chart-process
645cdf0e10cSrcweir  110=flow-chart-decision,flow-chart-input-output,flow-chart-predefined-process,flow-chart-internal-storage,flow-chart-document,flow-chart-multidocument,flow-chart-terminator,flow-chart-preparation,flow-chart-manual-input,flow-chart-manual-operation
646cdf0e10cSrcweir  120=flow-chart-connector,flow-chart-punched-card,flow-chart-punched-tape,flow-chart-summing-junction,flow-chart-or,flow-chart-collate,flow-chart-sort,flow-chart-extract,flow-chart-merge,flow-chart-offline-storage
647cdf0e10cSrcweir  130=flow-chart-online-storage,flow-chart-magnetic-tape,flow-chart-magnetic-disk,flow-chart-magnetic-drum,flow-chart-display,flow-chart-delay,text-plain-text,text-stop,text-triangle,text-triangle-inverted
648cdf0e10cSrcweir  140=text-chevron,text-chevron-inverted,text-ring-inside,text-ring-outside,text-arch-up-curve,text-arch-down-curve,text-circle-curve,text-button-curve,text-arch-up-pour,text-arch-down-pour
649cdf0e10cSrcweir  150=text-circle-pour,text-button-pour,text-curve-up,text-curve-down,text-cascade-up,text-cascade-down,text-wave-1,text-wave-2,text-wave-3,text-wave-4
650cdf0e10cSrcweir  160=text-inflate,text-deflate,text-inflate-bottom,text-deflate-bottom,text-inflate-top,text-deflate-top,text-deflate-inflate,text-deflate-inflate-deflate,text-fade-right,text-fade-left
651cdf0e10cSrcweir  170=text-fade-up,text-fade-down,text-slant-up,text-slant-down,text-can-up,text-can-down,flow-chart-alternate-process,flow-chart-offpage-connector,callout-90,accent-callout-90
652cdf0e10cSrcweir  180=border-callout-90,accent-border-callout-90,left-right-up-arrow,sun,moon,bracket-pair,brace-pair,seal-4,double-wave,action-button-blank
653cdf0e10cSrcweir  190=action-button-home,action-button-help,action-button-information,action-button-forward-next,action-button-back-previous,action-button-end,action-button-beginning,action-button-return,action-button-document,action-button-sound
654cdf0e10cSrcweir  200=action-button-movie,host-control,text-box
655cdf0e10cSrcweirend
656cdf0e10cSrcweir
657cdf0e10cSrcweirflagslist=DFFSP-FLAGS
658cdf0e10cSrcweir  0x00000001=group
659cdf0e10cSrcweir  0x00000002=child
660cdf0e10cSrcweir  0x00000004=patriarch
661cdf0e10cSrcweir  0x00000008=deleted
662cdf0e10cSrcweir  0x00000010=ole
663cdf0e10cSrcweir  0x00000020=has-master
664cdf0e10cSrcweir  0x00000040=flip-horizontal
665cdf0e10cSrcweir  0x00000080=flip-vertical
666cdf0e10cSrcweir  0x00000100=connector
667cdf0e10cSrcweir  0x00000200=has-anchor
668cdf0e10cSrcweir  0x00000400=background
669cdf0e10cSrcweir  0x00000800=has-shape-type
670cdf0e10cSrcweirend
671cdf0e10cSrcweir
672cdf0e10cSrcweir# DFFSPLITMENUCOLORS ---------------------------------------------------------
673cdf0e10cSrcweir
674cdf0e10cSrcweircombilist=DFFSPLITMENUC-RECORD-INST
675cdf0e10cSrcweir  include=DFF-RECORD-INST
676cdf0e10cSrcweir  0xFFF0=uint16,dec,color-count
677cdf0e10cSrcweirend
678cdf0e10cSrcweir
679cdf0e10cSrcweir# ============================================================================
680