To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72190
------- Additional comments from [EMAIL PROTECTED] Mon Dec 4 06:31:09 -0800
2006 -------
More easy: use XclExpBoolRecord from xerecord.hxx:
---
class XclRefmode : public XclExpBoolRecord
{
public:
XclRefmode( ScDocument& rDoc );
};
---
XclRefmode::XclRefmode( ScDocument& rDoc ) :
XclExpBoolRecord( 0x000F, rDoc.GetAddressConvention() !=
ScAddress::CONV_XL_R1C1 ) )
{
}
---
---------------------------------------------------------------------
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]