Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: embed ::
unpublished
interface XInplaceClient
Usage Restrictions
not published
Description
represents common functionality for inplace clients.
Methods' Details
canInplaceActivate
boolean
canInplaceActivate ();
Description
checks if the container can activate the object inplace.
Returns
true the container can activate the object inplace.
false otherwise.
activatingInplace
Description
notifies container through the client that the object is to be
inplace activated.
Throws
com::sun::star::embed::WrongStateException
the container is not ready for activation
activatingUI
Description
notifies container through the client that the object is to be
UI-activated.
Throws
com::sun::star::embed::WrongStateException
the container is not ready for activation
deactivatedInplace
Description
notifies container through the client that the object is deactivated.
Throws
com::sun::star::embed::WrongStateException
the container is not ready for deactivation
deactivatedUI
Description
notifies container through the client that the object is
UI-deactivated.
After this notification the container can restore it's own UI and take focus.
Throws
com::sun::star::embed::WrongStateException
the container is not ready for deactivation
getLayoutManager
Description
allows to retrieve the
::com::sun::star::frame ::LayoutManager of the
container.
Returns
reference to object representing the
::com::sun::star::frame ::LayoutManager of the
container
Throws
com::sun::star::embed::WrongStateException
the object is in unexpected state to make such request
getInplaceDispatchProvider
Description
allows to retrieve the container's dispatch provider.
Returns
reference to object implementing the
::com::sun::star::frame ::XDispatchProvider
Throws
com::sun::star::embed::WrongStateException
the object is in unexpected state to make such request
getPlacement
Description
gets the inplace object position rectangle.
The rectangle is provided in object's parent window coordinates in
pixels. The intersection of position and clip rectangles specifies
the visible part of the object. In case the position window has a size
that is bigger than object's size, the object should either scale or
deactivate.
Returns
specifies a new position rectangle
Throws
com::sun::star::embed::WrongStateException
the object is in unexpected state to make such request
getClipRectangle
Description
gets the inplace object clip rectangle.
The rectangle is provided in object's parent window coordinates in
pixels. The intersection of position and clip rectangles specifies
the visible part of the object.
Returns
specifies a new clip rectangle
Throws
com::sun::star::embed::WrongStateException
the object is in unexpected state to make such request
translateAccelerators
Description
provides accelerator table the object whants to use while it is
inplace active.
Parameter aKeys
an accelerator table from object
Throws
com::sun::star::embed::WrongStateException
the object is in unexpected state
scrollObject
Description
scrolls the object.
Parameter aOffset
scrolls the object to specified offset in pixels
Throws
com::sun::star::embed::WrongStateException
the object is in unexpected state
changedPlacement
Description
notifies the container that the position of the object is changed.
Parameter aPosRect
specifies a new position rectangle
Throws
com::sun::star::embed::WrongStateException
the object state is not correct
Throws
com::sun::star::uno::Exception
in case of other problems
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.