LibreOffice Module editeng (master) 1
|
#include <i18nlangtag/lang.h>
#include <tools/time.hxx>
#include <tools/date.hxx>
#include <svl/poolitem.hxx>
#include <editeng/editengdllapi.h>
#include <com/sun/star/text/textfield/Type.hpp>
Go to the source code of this file.
Classes | |
class | SvxFieldData |
class | SvxFieldItem |
This item stores a field (SvxFieldData). More... | |
class | SvxDateField |
class | SvxURLField |
class | SvxPageField |
class | SvxPageTitleField |
class | SvxPagesField |
class | SvxTimeField |
class | SvxFileField |
class | SvxTableField |
class | SvxExtTimeField |
class | SvxExtFileField |
class | SvxAuthorField |
class | SvxHeaderField |
this field is used as a placeholder for a header&footer in impress. More... | |
class | SvxFooterField |
this field is used as a placeholder for a header&footer in impress. More... | |
class | SvxDateTimeField |
this field is used as a placeholder for a header&footer in impress. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::text |
Enumerations | |
enum class | SvxDateType { Fix , Var } |
enum class | SvxDateFormat { AppDefault = 0 , System , StdSmall , StdBig , A , B , C , D , E , F } |
enum class | SvxURLFormat { AppDefault = 0 , Url , Repr } |
enum class | SvxTimeType { Fix , Var } |
enum class | SvxTimeFormat { AppDefault = 0 , System , Standard , HH24_MM , HH24_MM_SS , HH24_MM_SS_00 , HH12_MM , HH12_MM_SS , HH12_MM_SS_00 , HH12_MM_AMPM , HH12_MM_SS_AMPM , HH12_MM_SS_00_AMPM } |
enum class | SvxFileType { Fix , Var } |
enum class | SvxFileFormat { NameAndExt = 0 , PathFull , PathOnly , NameOnly } |
enum class | SvxAuthorType { Fix , Var } |
enum class | SvxAuthorFormat { FullName , LastName , FirstName , ShortName } |
|
strong |
Enumerator | |
---|---|
FullName | |
LastName | |
FirstName | |
ShortName |
Definition at line 355 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
Fix | |
Var |
Definition at line 352 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
AppDefault | |
System | |
StdSmall | |
StdBig | |
A | |
B | |
C | |
D | |
E | |
F |
Definition at line 89 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
Fix | |
Var |
Definition at line 88 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
NameAndExt | |
PathFull | |
PathOnly | |
NameOnly |
Definition at line 313 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
Fix | |
Var |
Definition at line 309 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
AppDefault | |
System | |
Standard | |
HH24_MM | |
HH24_MM_SS | |
HH24_MM_SS_00 | |
HH12_MM | |
HH12_MM_SS | |
HH12_MM_SS_00 | |
HH12_MM_AMPM | |
HH12_MM_SS_AMPM | |
HH12_MM_SS_00_AMPM |
Definition at line 258 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
Fix | |
Var |
Definition at line 254 of file flditem.hxx.
|
strong |
Enumerator | |
---|---|
AppDefault | |
Url | |
Repr |
Definition at line 138 of file flditem.hxx.