To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=68902 Issue #|68902 Summary|VBA: Needs to determine all cells have same content Component|framework Version|680m180 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|scripting Assigned to|npower Reported by|npower
------- Additional comments from [EMAIL PROTECTED] Wed Aug 23 09:14:23 -0700 2006 ------- Some attribute/properties of a Range object return as null if not all the cells in the range contain the same value. In the Openoffice.org ScCellRange uno object these values typically have a default value if all cells do not have the same value. ScCellRangesBase returns the properties based on the SfxItemSet for the range, normally a state of SFX_ITEM_DONTCARE indicates that the value of the item in question changed across the range. ScCellRangesBase however applies ClearInvalidItems() to the SfxItemSet ( which fills those values with defaults ). This patch modifies ScCellRangesBase so that its possible to determine whether these values are the same across the range or not it does that by simply maintaining a copy of the SfxItemSet ( that hasn't had ClearInvalidItems() applied to it ) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
