Both rectangles are provided in object's parent window coordinates
in pixels. The intersection of rectangles specifies the visible part
of the object. In case the position window has a size that is
different from object's visual area size, the object should either
scale or deactivate.
The method must activate object repainting.
Parameter aPosRect
specifies a new position rectangle
Parameter aClipRect
specifies a new clip rectangle
Throws
com::sun::star::embed::WrongStateException
the object is in invalid state
Throws
com::sun::star::uno::Exception
in case of other problems
enables or disables modeless dialogs of the object.
In case contaner whants to show a modal dialog it should disable
modeless of embedded object dialogs with this call. Later the same
call can be used to enable it.
Parameter bEnable
true to enable object modeless
false to disable it
Throws
com::sun::star::embed::WrongStateException
the object is in wrong state
Throws
com::sun::star::uno::Exception
in case of other problems