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





------- Additional comments from [EMAIL PROTECTED] Tue Oct 30 11:18:24 +0000 
2007 -------
Hmm, If it helps... FWIW GetShadeMode not ShadeModel comes from
E3dScene::GetShadeMode

i.e. 
        // ShadeMode: 0 == FLAT, 1 == PHONG, 2 == SMOOTH, 3 == ForceDraft
        sal_uInt16 GetShadeMode() const
                { return ((const
Svx3DShadeModeItem&)GetObjectItemSet().Get(SDRATTR_3DSCENE_SHADE_MODE)).GetValue();
}

and the enum in question appears to be...

enum ShadeMode
{
    ShadeMode_FLAT = 0,
    ShadeMode_PHONG = 1,
    ShadeMode_SMOOTH = 2,
    ShadeMode_DRAFT = 3,
    ShadeMode_MAKE_FIXED_SIZE = SAL_MAX_ENUM
};

This document is a .sdd and I can see that the value 3 for this property is set
in the xmlimporter from the xmloutput of the binfilter on loading the original
.sdd, so it seems to be coming all the way from the original document, assuming
there is no cock-up in the binfilter

---------------------------------------------------------------------
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