Hi Felix,

the next task could be i93473. It is also related to the embedded objects implementation since the form is handled as an embedded object.

The main idea here is that the database document opens the form as outplace activated embedded object ( that means that the object is activated in standalone topwindow ). To have more control over the object the database document provides own dispatch interceptor, that intercepts the commands and handles them in own way.

You can find the information regarding dispatch framework and dispatch interception in the developers guide using the following link
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Using_the_Dispatch_Framework

To see what happens during closing of the form you can try to set a breakpoint in embeddedobj/source/general/docholder.cxx in method "DocumentHolder::notifyClosing()". We can discuss the result call stack tomorrow on the meeting.

Best regards,
Mikhail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to