LibreOffice
LibreOffice 24.2 SDK API Reference
Modules | Variables
AuthorDisplayFormat.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::text
 Text specific interfaces.
 

Constant Groups

constants  com::sun::star::text::AuthorDisplayFormat
 These constants are used to specify which parts of an author name are displayed in a field.
 

Variables

const short FULL = 0
 The full name of the author is displayed. More...
 
const short LAST_NAME = 1
 Only the last name of the author is displayed. More...
 
const short FIRST_NAME = 2
 Only the first name of the author is displayed. More...
 
const short INITIALS = 3
 The initials of the author are displayed. More...