Issue 12940 - oRange.setPropertyToDefault("CellBackColor") does not work in OO
Summary: oRange.setPropertyToDefault("CellBackColor") does not work in OO
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: code (show other issues)
Version: 644
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: niklas.nebel
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-02 07:56 UTC by Oliver Brinzing
Modified: 2013-08-07 15:12 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 Oliver Brinzing 2003-04-02 07:56:06 UTC
I tried to set the CellBackColor to the default value of the
cell style ( -> remove the hard cell color formating).

It works in SO 5.2 but not in OO

oRanges = oSheet.CellFormatRanges.createEnumeration

While oRanges.hasMoreElements
  oRange = oRanges.NextElement
  oRange.setPropertyToDefault("CellBackColor")
Wend 

Ciao

Oliver
Comment 1 frank 2003-04-02 08:34:07 UTC
Hi Stephan,

please have a look on this one.

Frank
Comment 2 niklas.nebel 2003-04-02 09:37:14 UTC
I've seen it already.
Comment 3 niklas.nebel 2003-04-03 18:39:53 UTC
Fixed in CWS apps61beta2 (sc/source/ui/docshell/docfunc.cxx
1.41.2.1.40.1), will be in 1.1 Beta 2.
Comment 4 oc 2003-05-20 11:08:41 UTC
Closed because fixed in OOo1.1Beta2