Issue 73982 - API: sw.SwXTextCursor::com::sun::star::style::ParagraphProperties::NumberingRules
Summary: API: sw.SwXTextCursor::com::sun::star::style::ParagraphProperties::NumberingR...
Status: ACCEPTED
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: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-29 15:03 UTC by chne
Modified: 2013-02-24 21:09 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 15:03:24 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'
'BulletChar'
'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
sw.SwXTextCursor::com::sun::star::style::ParagraphProperties::NumberingRules

Note: same for:
sw.SwXTextPortion::com::sun::star::style::ParagraphProperties
sw.SwXTextRange::com::sun::star::style::ParagraphProperties
sw.SwXTextViewCursor::com::sun::star::style::ParagraphProperties
Comment 1 Martin Hollmichel 2007-11-09 17:27:49 UTC
set target from 2.x to 3.x according to
http://wiki.services.openoffice.org/wiki/Target_3x
Comment 2 thomas.lange 2008-04-14 11:26:53 UTC
.