Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: 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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.