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





------- Additional comments from [EMAIL PROTECTED] Fri Jun 22 08:47:30 +0000 
2007 -------
Now there is the problem left, that the scale tabpage is only available for
value axes so far. Thus the user cannot set the reverse setting for category
axes (x axis in most charts except xy). I think we should show the scale page
also for category axes but then we need to hide and reorganize some controls.

Which pages are shown in the properties dialog for chart objects is managed by
the class ObjectPropertiesDialogParameter. We have a method HasScaleProperties()
there so far. This method should be replaced by two new methods to distinguish a
scale page for value axes from a scale page for category axes:
HasValueScaleProperties()
HasCategoryScaleProperties()

I think in a first step we can try to reuse the SchScaleYAxisTabPage for both
scenarios and make it dependent on a new parameter.

Then we need new factory methods to create the different scale pages:
replace static SfxTabPage* SchScaleYAxisTabPage::Create( Window* pParent, const
SfxItemSet& rInAttrs );
by twi new methods CreateValueScalePage and CreateCategroyScalePage.

If this is working we can cleanup the scale page for case of category axes thus
only those controls are shown that fit this case.

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