https://issues.apache.org/ooo/show_bug.cgi?id=121161
Priority: P3
Bug ID: 121161
Assignee: [email protected]
Summary: c.s.s.awt.XAnimatedImages attributes are in fact
properties
Severity: normal
Issue Type: DEFECT
Classification: Code
OS: All
Reporter: [email protected]
Hardware: All
Status: CONFIRMED
Version: AOO 3.4.1
Component: documentation
Product: api
Created attachment 79733
--> https://issues.apache.org/ooo/attachment.cgi?id=79733&action=edit
Macro that analyses StepTime, AutoRepeat, ScaleMode
IDL reference says that interface com.sun.star.awt.XAnimatedImages exposes
these attributes :
StepTime
AutoRepeat
ScaleMode
Introspection does not say that. It says they are ordinary properties (they
have PropertyConcept PROPERTYSET).
And indeed they are accessible through setPropertyValue() and
getPropertyValue()
So there is an error somewhere : either they are properties of service
com.sun.star.awt.AnimatedImages, or they are attributes but incorrectly
declared.
The attachment contains a macro as proof.
--
You are receiving this mail because:
You are the assignee for the bug.