To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=18907
User dyf changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jul 20 04:57:54 +0000
2007 -------
Hi,Mr Frank:
:)Maybe I havn't understood your ideas.I think OCopyTable is only a page of
OCopyTableWizard, so setCreateStyleAction is only used to set the check
boxes's state in OCopyTable,and SetAppendDataRadio is also only used to set
the check boxs's state interrelated with append style.
so I had altered some of the following in OCopyTable:
void OCopyTable::setCreateStyleAction()//const
OCopyTableWizard::Wizard_Create_Style& _eStyle
{
// reselect the last action before
switch(m_pParent->getCreateStyle())
{
...
case OCopyTableWizard::WIZARD_APPEND_DATA:
m_aRB_AppendData.Check(sal_True);
//m_pParent->EnableButton(OCopyTableWizard::WIZARD_NEXT,sal_False);
SetAppendDataRadio();
...
},
in tablecopyhelper.cxx Changes are as follows :
aWizard.fillTypeInfo();
aWizard.loadData();
if(GetIsSelectCopytable())
{
aWizard.ResetsName( GetDefaultTableName());
aWizard.setCreateStyle(OCopyTableWizard::WIZARD_APPEND_DATA);
}
OCopyTable* pPage1;
pPage1 = new OCopyTable(&aWizard,COPY, bIsView);
pPage1->setCreateStyleAction();
,
and I changed *SetAppendDataRadio* protected.
---------------------------------------------------------------------
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]