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
:: drafts :: com :: sun :: star :: configuration :: backend ::
interface XCompositeLayer
Base Hierarchy
::com::sun::star::uno::XInterface
|
+-XLayer
|
+-XCompositeLayer
Description
Provides an access to layers that contain one principal data source
(the XLayer one) augmented by sublayers accessible through an
additional criterion (for instance the locale they contain data for).
Methods' Summary
listSubLayerIds
Returns a list of the criteria that can be used to access the
sublayers.
readSubLayerData
Describes the data associated to a particular sublayer to
an XLayerHandler.
Methods' Details
listSubLayerIds
sequence< string >
listSubLayerIds ();
Description
Returns a list of the criteria that can be used to access the
sublayers.
Returns
sublayer identifier list
readSubLayerData
void
readSubLayerData (
[in] XLayerHandler
[in] string raises(
xHandler,
aSubLayerId )
::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::lang::WrappedTargetException );
Description
Describes the data associated to a particular sublayer to
an XLayerHandler.
Parameter xHandler
handler to describe the layer to
Parameter aSubLayerId
identifier of the sublayer
Throws
com::sun::star::lang::IllegalArgumentException
if the identifier is invalid.
Throws
com::sun::star::lang::WrappedTargetException
if an error occurs in the access to the data.
Top of Page Copyright © 2003 Sun Microsystems, Inc.