To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88878





------- Additional comments from [email protected] Thu May 14 09:23:42 +0000 
2009 -------
Yes, export of that flag to DFF is still missing, please have a look at
sc/source/filter/excel/xeescher.cxx, line 394 ff. The fHidden flag is part of
the second shape flags field (0x03BF, 959). You can add something like

    bool bVisible = aCtrlProp.GetBoolProperty( CREATE_OUSTRING( "EnableVisible" 
) );
    aPropOpt.AddOpt( ESCHER_Prop_fPrint, bVisible ? 0x00080000 : 0x00080002 );

Yes, "fPrint", the property ID needs to be the one of the LSB, which is the
(unused) printable flag with ID 0x03BF (959). The next bit has the ID 0x03BE
(958) and is the "hidden" flag.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to