Issue 73993 - API: svx.SvxGraphicObject::com::sun::star::style::ParagraphProperties::NumberingRules
Summary: API: svx.SvxGraphicObject::com::sun::star::style::ParagraphProperties::Number...
Status: CONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Solaris
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-29 20:03 UTC by chne
Modified: 2017-05-20 11:27 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2007-01-29 20:03:04 UTC
The NumberingRules does not contain all mandatory properties.
The NumberingRules is a XIndexReplace which contains css.text.NumberingLevel.
But the property does not support all mandatory properties.
Missing properties are:

'GraphicURL'
'HeadingStyleName'
'BulletFontName'

This properties are not optional.

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o svx.SvxGraphicObject::com::sun::star::style::ParagraphProperties

Note: same for:
svx.SvxShape::com::sun::star::style::ParagraphProperties
svx.SvxShapeCircle::com::sun::star::style::ParagraphProperties
svx.SvxShapeConnector::com::sun::star::style::ParagraphProperties
svx.SvxShapeDimensioning::com::sun::star::style::ParagraphProperties
svx.SvxShapePolyPolygonBezier::com::sun::star::style::ParagraphProperties
svx.SvxUnoTextContent::com::sun::star::style::ParagraphProperties
svx.SvxUnoTextCursor::com::sun::star::style::ParagraphProperties
svx.SvxUnoTextRange::com::sun::star::style::ParagraphProperties
Comment 1 clippka 2007-09-12 13:29:24 UTC
retargeted
Comment 2 clippka 2009-02-05 16:49:40 UTC
I think this is a documentation issue. The properties in question are all
documented that they are only 'valid' under certain conditions. So I think they
should be optional at the first place.

cl->os: I think you are more 'educated' on such text focused services...
Comment 3 Marcus 2017-05-20 11:27:42 UTC
Reset assigne to the default "issues@openoffice.apache.org".