https://issues.apache.org/ooo/show_bug.cgi?id=125741
Issue ID: 125741
Issue Type: DEFECT
Summary: Crash in Basic IDE on watch of Cell in TableShape
Product: App Dev
Version: 4.1.1
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: scripting
Assignee: [email protected]
Reporter: [email protected]
Created attachment 84056
--> https://issues.apache.org/ooo/attachment.cgi?id=84056&action=edit
document with DrawTable and macro to access cell
Set your OpenOffice to allow macros and close all other documents.
Open the attached document. It contains a macro.
Open the Basic IDE and set a breakpoint on line "dummy = 0" of macro
"examine_Cell".
Go back to document. There should be a toolbar with button "examine_Cell" to
run the macro.
Run the macro. It might be, that you need to run it twice to actually stop at
the break point.
Open IDE. Add variable "oLeftTopCell" to the watch window.
Expand the + of it in the watch window.
Crash.
My debug build gives the error messages:
Error: unknown which - dont ask me for defaults
with Id/Pos: 3903 From File
c:/AOO_debugbuild_420/trunk/main/svl/source/items/itempool.cxx at Line 958
Error: Which-Id nicht im Pool-Bereich From File
c:/AOO_debugbuild_420/trunk/main/svl/source/inc\poolio.hxx at Line 207
You can basically access the cell via macro, which is proved by the statement
"msgbox oLeftTopCell.getString()". But the access via watch window is faulty.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.