LibreOffice
LibreOffice 24.8 SDK API Reference
|
specifies service of a Bibliography field master. More...
import <Bibliography.idl;
Public Types | |
typedef sequence< com::sun::star::beans::PropertyValues > | SortKeys |
determines the sorting of the bibliography entries in a bibliography index. | |
![]() | |
typedef sequence< XDependentTextField > | DependentTextFields |
contains a sequence of all fields that depend on this master. | |
Included Services | |
service | com::sun::star::text::TextFieldMaster |
Public Attributes | |
boolean | IsNumberEntries |
determines whether the bibliography text fields are numbered. | |
boolean | IsSortByPosition |
determines whether the bibliography entries in a bibliography index are sorted by the document position. | |
string | BracketBefore |
determines the opening bracket used to display the bibliography text fields. | |
string | BracketAfter |
determines the closing bracket used to display the bibliography text fields. | |
com::sun::star::lang::Locale | Locale |
contains the locale of the field master | |
string | SortAlgorithm |
contains the name of the sort algorithm that is used to sort the text fields. | |
![]() | |
string | Name |
determines the name of the field master. | |
string | InstanceName |
contains the instance name as it is used in the com::sun::star::text::XTextFieldsSupplier. | |
specifies service of a Bibliography field master.
|
property |
determines the sorting of the bibliography entries in a bibliography index.
This property is used if the property IsSortByPosition is not set. Each contained element of the sequence is a sequence of the following two properties:
[property] short SortKey;
Determines the bibliography field that is used to sort by.
[property] boolean IsSortAscending;
Determines whether the sorting is ascending or descending. It uses the type com::sun::star::text::BibliographyDataField
|
property |
determines the closing bracket used to display the bibliography text fields.
|
property |
determines the opening bracket used to display the bibliography text fields.
|
property |
determines whether the bibliography text fields are numbered.
If FALSE
the short name of the bibliography entry is displayed instead.
|
property |
determines whether the bibliography entries in a bibliography index are sorted by the document position.
If FALSE
the SortKey property determines the sorting of the entries.
|
property |
contains the locale of the field master
|
property |
contains the name of the sort algorithm that is used to sort the text fields.