To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=16776
------- Additional comments from [EMAIL PROTECTED] Wed Jul 25 09:42:07 +0000
2007 -------
I add three new files: tp_PieOptions.src, tp_PieOptions.hxx and
tp_PieOptions.cxx, and show the new option page on the pie charttype case:
// -->>
case OBJECTTYPE_DATA_SERIES:
...
if( m_pParameter->getChartType().equals(CHART2_SERVICE_NAME_CHARTTYPE_PIE))
AddTabPage(TP_PIEOPTIONS, String(SchResId
(STR_PAGE_PIEOPTIONS)),PieOptionsTabPage::Create, NULL);
// <<--
problem: two controls (FixedText FT_STARTING_ANGLE, MetricField
MT_STARTING_ANGLE) can't be show on the new option page.
any hints ? :)
---------------------------------------------------------------------
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]