Kaydet (Commit) cfade6de authored tarafından Caolán McNamara's avatar Caolán McNamara

rtf spec better describes the mysterious bx and by values

Change-Id: Ic89bfcb13515ba3e9ce4410e84813d4e953ee603
üst 33f03572
......@@ -697,6 +697,20 @@ struct WW8_DO
SVBT16 cb; // 2 size (count of bytes) of the entire DO
sal_uInt8 bx; // 4 x position relative to anchor CP
sal_uInt8 by; // 5 y position relative to anchor CP
/*
bx and by above are apparently better described by this info from the rtf standard...
\dobxpage The drawing object is page relative in the x-direction.
\dobxcolumn The drawing object is column relative in the x-direction.
\dobxmargin The drawing object is margin relative in the x-direction.
\dobypage The drawing object is page relative in the y-direction.
\dobypara The drawing object is paragraph relative in the y-direction.
\dobymargin The drawing object is margin relative in the y-direction.
*/
SVBT16 dhgt; // 6 height of DO
SVBT16 aBits1;
// sal_uInt16 fAnchorLock : 1; // 8 1 if the DO anchor is locked
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment