From bcfcd0eb564e7d5d706f47dab30b074fd6233d97 Mon Sep 17 00:00:00 2001
From: Michael Stahl Note that some devices may not support this operation.
- Returned objects must support the service specification of a This interface supports an access to the internal configuration of all accessible loader objects.
- The return value of
Types | diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl index 313dbe708a7b..760ee69b5036 100644 --- a/offapi/com/sun/star/frame/XStatusbarController.idl +++ b/offapi/com/sun/star/frame/XStatusbarController.idl @@ -60,28 +60,28 @@ interface XStatusbarController
Command Name | Return Type | Parameters | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
getCommandInfo | -XCommandInfo | void | This command obtains an interface which allows to query information on commands supported by a content. @@ -101,7 +98,7 @@ published service Content | |||||||
getPropertySetInfo | -com::sun::star::beans::XPropertySetInfo | void | This command obtains an interface which allows to query information on properties supported by a content. @@ -109,8 +106,8 @@ published service Content | |||||||
getPropertyValues | -sequence< |
+ com::sun::star::sdbc::XRow | +sequence< com::sun::star::beans::Property > aProps | This command obtains property values from the content.
Note: The execution will not be aborted, if there @@ -123,7 +120,7 @@ published service Content |
Command Name | Return Type | Parameters | Description | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
open | -XDynamicResultSet | +OpenCommandArgument2 aOpenCommandArg |
For folder objects, this command will return an
- implementation of service The The OpenCommandArgument2 members must be filled as follows:
|
|||||||||||||||||||||||||||||||||
open | void | -For non-folder objects, the | OpenCommandArgument2 aOpenCommandArg | +For non-folder objects, the OpenCommandArgument2
struct will be prefilled with a data sink object, which
will be filled with the content data.
- The The OpenCommandArgument2 members must be filled as follows:
The exceution must be aborted by the implementation of this command
- (by throwing a |
||||||||||||||||||||||||||||||||
createNewContent | -XContent | +ContentInfo contentinfo |
This command creates a new non-persistent content of a given type.
- This command must be supported by every This command must be supported by every Content that supports the property "CreatableContentsInfo", if the returned property value contains a non-empty sequence of creatable types. Note: This command is part of the replacement for the deprecated - interface Creation of a new persistent content:
insert |
void |
- |
+ InsertCommandArgument aInsertCommandArg |
| |
Name | Type | Description | |
---|---|---|---|
ContentType | string | @@ -502,20 +491,16 @@ published service Contentstring | contains the title of an object (e.g. the subject of a message). |
Name | Type | Description | ||||
---|---|---|---|---|---|---|
AutoUpdateInterval | long | @@ -536,12 +521,12 @@ published service ContentConnectionMode | short | contains the current connection mode for the object.
- (see |
||
CreatableContentsInfo | -sequence |
+ sequence ContentInfo |
contains the types of Contents a Content object can create via
command "createNewContent".
@@ -549,18 +534,18 @@ published service Content
Content must also support command "createNewContent".
Note: This property is part of the replacement for the deprecated - interface |
|||
DateCreated | -com::sun::star::util::DateTime | contains the date and time the object was created. | ||||
DateModified | -com::sun::star::util::DateTime | contains the date and time the object was last modified. | ||||
DocumentHeader | -sequence< |
+ sequence< DocumentHeaderField > | contains a sequence of documemt header fields (i.e. header fields of a MIME-message, or the document info of an office document ). For some standard header fields there @@ -584,7 +569,7 @@ published service Content | |||
DocumentStoreMode | -DocumentStoreMode | contains information about the way a folder stores the contents of (remote) documents. | @@ -640,7 +625,7 @@ published service ContentUpdateOnOpen | boolean | indicates whether (sub)contents shall be automatically updated
- everytime a (folder) content is opened.This property may be
+ everytime a (folder) content is opened. This property may be used to control whether a folder content should read data only from local cache when it is opened, or whether it should connect to a server to obtain latest data. |
@@ -707,7 +692,7 @@ published service Content
|
Priority | -Priority | contains a priority (i.e. of a message). | ||||
Rules | -RuleSet | contains the rules set for a content. | ||||
SynchronizePolicy | -SynchronizePolicy | contains the policy to use when synchronizing two objects. | ||||
VerificationMode | -VerificationMode | describes a verification policy. |
This interface is deprecated, because a
-
To access the user interface command categories of a module, a unique
module specifier must be provided to
-