Lines Matching refs:a

9  * with the License.  You may obtain a copy of the License at
38 /** A <type>Content</type> is a service that provides access to data of a
58 the implementation of the listener interface holds a reference on
78 "setPropertyValues". Each content must support a set of standard
79 commands and properties. Also there is a set of predefined optionally
103 information on commands supported by a content.
111 information on properties supported by a content.
122 content. The returned row object must contain a NULL
136 <p>This command returns a sequence< any > which has exactly the same number
138 element contains the status for a property. The first sequence
162 this can be a <type>InteractiveAugmentedIOException</type>
219 (by throwing a <type>CommandAbortedException</type>), if an
228 struct will be prefilled with a data sink object, which
243 a sink, where the implementation can put the document data into.
249 (by throwing a <type>CommandAbortedException</type>), if an
258 This command creates a new <b>non-persistent</b> content of a given type.
261 property value contains a non-empty sequence of creatable types.
266 <p>Creation of a new <b>persistent</b> content:
269 <li>choose a suitable type from creatabletypes</li>
284 This command inserts a <b>new content</b>. It commits the process of
285 creating a new content via executing the command "createNewContent"
289 inserted (i.e. Calling createNewContent with the content type for a
290 message on a News Group creates a content which internally belongs
294 a new message, simply discards the new object. No extra call to
297 content must propagate the change by notifying a
311 <td>This command triggers an update operation on a content.
312 For example, when "updating" a POP3-Inbox, the content
324 This command triggers a synchronization operation between locally
326 "synchronizing" a POP3-Inbox the content for that box will get and
346 into trash can, if such a service is available and the object to
349 must propagate its deletion by notifying a <type>ContentEvent</type>
351 parent must notify a <type>ContentEvent</type>
370 This command searches for subcontents of a content matching the
392 Generally, there are good chances that a transfer of a content will
395 For instance, moving a message from a folder on IMAP server A
396 to a folder on IMAP server B may fail, because the transfer
399 On the other hand, moving a message from one folder to
402 If an implementation is not able to handle a given source URL,
403 it should indicate this by issuing a
405 Source and target folder may be the same when doing a move operation.
409 <li>Create a new content at the target folder</br>
436 a third party (e.g. a system administrator).</br>
449 This command removes a lock obtained by executing the command "lock"
458 be raised by any command that requires a previously obtained lock.
467 Adds a new properties to the content.
494 … Raises a <type scope="com::sun::star::beans">PropertyExistException</type>
495 if a property with the same name already exists;
511 … <p>Raises a <type scope="com::sun::star::beans">UnknownPropertyException</type>
540 contains a unique type string for the content
554 <td>indicates, whether a content can contain other contents.</td>
559 <td>indicates, whether a content is a document. This means,
560 the content can dump itself into a data sink.
566 <td>contains the title of an object (e.g. the subject of a message).</td>
593 allowed for one (internet) protocol at a time. (e.g. The HTTP
594 cache can be configured to use a maximum for the number of
609 contains the types of Contents a Content object can create via
611 <p>If the property value can be a non-empty sequence, the
632 <td>contains the count of documents of a folder.</td>
637 <td>contains the count of marked documents within a folder.</td>
642 <td>contains a sequence of documemt header fields (i.e. header
643 fields of a MIME-message, or the document info of an
651 <td>contains information about the way a folder stores the
658 <td>contains the count of subfolders of a folder.</td>
663 <td>contains the free space left on a storage device. It is
669 <td>indicates whether a content has subcontents, which are documents.</td>
674 <td>indicates whether a content has subcontents, which are folders.</td>
679 <td>indicates whether a content is &quot;marked&quot;.</td>
684 <td>indicates whether a content has been "read".</td>
689 <td>indicates whether a content is read-only.</td>
694 <td>indicates whether a content is subscribed.</td>
706 everytime a (folder) content is opened.</br>This property may be
707 used to control whether a folder content should read data only
709 to a server to obtain latest data.</td>
714 <td>contains the keywords of a document (e.g. the value
715 of the &quot;keywords&quot; header field of a news article).</td>
720 <td>contains the media type ( MIME type ) of a content. It is highly
729 <td>contains the BCC (blind carbon copy) receiver(s) of a message.</td>
734 <td>contains the CC (carbon copy) receiver(s) of a message.</td>
739 <td>contains (the address of) the sender of a message.</td>
744 <td>contains the ID of a message.</td>
749 <td>contains the &quot;In-Reply-To&quot; field of a message.</td>
754 <td>contains the &quot;Reply-To&quot; field of a message.</td>
759 <td>contains the recipient(s) of a message.</td>
764 … <td>contains the name(s) of the newsgroup(s) into which a message was posted.</td>
769 <td>contains a password (e.g. needed to access a POP3-Server).</td>
774 <td>contains a priority (i.e. of a message).</td>
779 <td>contains the &quot;References&quot; field of a news article.</td>
784 <td>contains the rules set for a content.</td>
789 <td>contains the count of seen/read subcontents of a folder content.</td>
794 <td>contains the base directory to use on a server. (e.g. Setting
803 <td>contains a server name (e.g. The name of the server to use for
804 a POP3-Account).
810 <td>contains a numeric server port.</td>
820 <td>contains a size limit for an object. (e.g. One may specify the
827 <td>contains the count of subscribed contents of a folder.</td>
839 <p>The value is a string containing three tokens, separated by &quot;;&quot;
876 <td>contains a user name. (e.g. the user name needed to access a
882 <td>describes a verification policy.</td>
893 resource leaks. For a detailed description of the problem refer to
936 <p>If a property with an unsupported type shall be added a
941 <p>This interface is <b>deprecated</b>, because a
942 <type>ContentProvider</type> might need a
966 available commands depends on the value of a property of the
974 /** creates new contents (i.e. creates a new folder in another folder
995 must implement the service <type>Content</type>. If the content is a
998 <p>This interface must be implemented by a content which is a (logical)
999 child of a content.