Issue 39212 - API: sc.ScDataPilotItemObj::com::sun::star::sheet::DataPilotItem
Summary: API: sc.ScDataPilotItemObj::com::sun::star::sheet::DataPilotItem
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
: 41544 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-12-17 13:24 UTC by stephan.wunderlich
Modified: 2013-02-24 21:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
document with sample macro (6.93 KB, application/vnd.sun.xml.calc)
2004-12-17 13:25 UTC, stephan.wunderlich
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description stephan.wunderlich 2004-12-17 13:24:21 UTC
According to the idl-decsription there should be a property IsHidden, but this
isn't supported by the component. Just execute the macro in the attached
document to reproduce the bahaviour.
Comment 1 stephan.wunderlich 2004-12-17 13:25:12 UTC
Created attachment 20611 [details]
document with sample macro
Comment 2 sascha.ballach 2004-12-21 12:31:05 UTC
fixed
Comment 3 niklas.nebel 2005-01-31 13:22:20 UTC
*** Issue 41544 has been marked as a duplicate of this issue. ***
Comment 4 stephan.wunderlich 2005-03-23 09:14:00 UTC
The property IsHidden is now available in cws-groupingapi, but with that the
other property "ShowDetail" changed from boolean to void any :-(

Just replace
	msgbox oDataPilotItem.dbg_properties
with
	msgbox oDataPilotItem.ShowDetail
to reproduce the behaviour.
The messagebox used to display "true" or "false" and now produces a DataTypeMismatch

re-open issue and reassign to sab@openoffice.org
Comment 5 stephan.wunderlich 2005-03-23 09:14:07 UTC
reassign to sab@openoffice.org
Comment 6 stephan.wunderlich 2005-03-23 09:14:12 UTC
reset resolution to FIXED
Comment 7 stephan.wunderlich 2005-03-23 09:15:32 UTC
reopening
Comment 8 sascha.ballach 2005-03-23 19:09:38 UTC
fixed
Comment 9 sascha.ballach 2005-03-23 19:10:18 UTC
please verify

re-open issue and reassign to sw@openoffice.org
Comment 10 sascha.ballach 2005-03-23 19:10:23 UTC
reassign to sw@openoffice.org
Comment 11 sascha.ballach 2005-03-23 19:10:29 UTC
reset resolution to FIXED
Comment 12 stephan.wunderlich 2005-03-24 10:48:00 UTC
ok in cws_groupingapi => verified
Comment 13 stephan.wunderlich 2005-04-01 10:52:13 UTC
ok in src680_m90 => closed