Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64526CAB8 for ; Mon, 14 May 2012 00:15:04 +0000 (UTC) Received: (qmail 20163 invoked by uid 500); 14 May 2012 00:15:04 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 20124 invoked by uid 500); 14 May 2012 00:15:04 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 20113 invoked by uid 99); 14 May 2012 00:15:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 00:15:04 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2012 00:15:02 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id 158B54505; Mon, 14 May 2012 00:14:40 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: [Bug 119325] Multiple SelectionChanged events with no reason in Calc Date: Mon, 14 May 2012 00:14:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: spreadsheet X-Bugzilla-Component: ui X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: j.tronel@hotmail.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ooo-issues@incubator.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: multipart/alternative; boundary="1336954480.B8bed10.49208"; charset="us-ascii" X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated MIME-Version: 1.0 --1336954480.B8bed10.49208 Date: Mon, 14 May 2012 00:14:40 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://issues.apache.org/ooo/show_bug.cgi?id=119325 --- Comment #2 from j.tronel@hotmail.fr --- An even more shocking and simpler demonstration of this behaviour is this short code: Sub Main(evt) If evt.SupportsService("com.sun.star.sheet.SheetCell") Then evt.value = evt.value+1 End If End Sub It supposedly increments by one the newly selected cell (not an already selected cell). -- You are receiving this mail because: You are the assignee for the bug. --1336954480.B8bed10.49208--