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