Issue 85566 - API: sc.ScStyleObj::com::sun::star::style::Style
Summary: API: sc.ScStyleObj::com::sun::star::style::Style
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: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 21:08 UTC by chne
Modified: 2013-02-24 21:08 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 2008-01-24 21:08:36 UTC
The property "DisplayName" is void but is has not attribute MAYBEVOID.

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 sc.ScStyleObj::com::sun::star::style::Style
Comment 1 niklas.nebel 2008-05-23 11:28:43 UTC
Broken with the change for TableBorder in xmlfilter02. The code for
SC_UNONAME_DISPNAME isn't reached because GetStyleItemSet_Impl now returns a
SfxItemPropertyMap.
Comment 2 daniel.rentz 2008-05-23 12:14:16 UTC
taking over
Comment 3 daniel.rentz 2008-05-23 12:14:47 UTC
started
Comment 4 daniel.rentz 2008-05-26 17:08:31 UTC
fixed in CWS DEV300/dr61

to verify this isssue, the following macro must show the current name of the
default cell style:

Sub Main
  MsgBox
ThisComponent.StyleFamilies.getByName("CellStyles").getByName("Default").DisplayName
End Sub
Comment 5 daniel.rentz 2008-06-04 11:58:56 UTC
back to QA
Comment 6 oc 2008-06-12 12:32:49 UTC
oc=>cn: Could you please verify
Comment 7 chne 2008-06-16 14:04:06 UTC
ok in cws => verified
Comment 8 chne 2008-08-25 16:39:52 UTC
ok in master => close