Home
last modified time | relevance | path

Searched defs:WW8_PIC_SHADOW (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx385 struct WW8_PIC_SHADOW struct
387 … following picture data which may be a Window's metafile, a bitmap, or the filename of a TIFF file.
388 SVBT16 cbHeader; // 0x4 number of bytes in the PIC (to allow for future expansion).
389 struct {
394 }MFP;
396 SVBT8 rcWinMF[14]; // 0xe rc (rectangle - 8 bytes) rect for window origin
398 … // 0x1c horizontal measurement in twips of the rectangle the picture should be imaged within.
399 …; // 0x1e vertical measurement in twips of the rectangle the picture should be imaged within.
400 SVBT16 mx; // 0x20 horizontal scaling factor supplied by user in .1% units.
401 SVBT16 my; // 0x22 vertical scaling factor supplied by user in .1% units.
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx411 struct WW8_PIC_SHADOW struct
413 … following picture data which may be a Window's metafile, a bitmap, or the filename of a TIFF file.
414 SVBT16 cbHeader; // 0x4 number of bytes in the PIC (to allow for future expansion).
415 struct {
420 }MFP;
422 SVBT8 rcWinMF[14]; // 0xe rc (rectangle - 8 bytes) rect for window origin
424 … // 0x1c horizontal measurement in twips of the rectangle the picture should be imaged within.
425 …; // 0x1e vertical measurement in twips of the rectangle the picture should be imaged within.
426 SVBT16 mx; // 0x20 horizontal scaling factor supplied by user in .1% units.
427 SVBT16 my; // 0x22 vertical scaling factor supplied by user in .1% units.
[all …]