|
Syntax
- com::sun::star::ucb::XContent getContent
();
Description
returns a content, which can be used for accessing the groups.
Syntax
- boolean storeTemplate
(
- string GroupName,
- string TemplateName,
- com::sun::star::frame::XStorable Storable );
Description
creates the template with the given name in the given group using the
data from the storable.
Syntax
- boolean addTemplate
(
- string GroupName,
- string TemplateName,
- string SourceURL );
Description
is called when the status of the feature changes.
Syntax
- boolean removeTemplate
(
- string GroupName,
- string TemplateName );
Description
is called when the status of the feature changes.
Syntax
- boolean renameTemplate
(
- string GroupName,
- string OldTemplateName,
- string NewTemplateName );
Description
is called when the status of the feature changes.
Syntax
- boolean addGroup
(
- string GroupName );
Description
Creates a new Group
Parameter GroupName
-
the name of the group to be created
Returns
-
true, if the group could be created, false otherwise
Syntax
- boolean removeGroup
(
- string GroupName );
Description
is called when the status of the feature changes.
Syntax
- boolean renameGroup
(
- string OldGroupName,
- string NewGroupName );
Description
is called when the status of the feature changes.
Syntax
- oneway void update
();
Description
is called when the status of the feature changes.
|