|
LibreOffice Module sd (master) 1
|
#include <text.hxx>
Public Member Functions | |
| FieldEntry (sal_uInt32 nType, sal_uInt32 nStart, sal_uInt32 nEnd) | |
Public Attributes | |
| sal_uInt32 | nFieldType |
| sal_uInt32 | nFieldStartPos |
| sal_uInt32 | nFieldEndPos |
| OUString | aRepresentation |
| OUString | aFieldUrl |
|
inline |
| OUString FieldEntry::aFieldUrl |
Definition at line 104 of file text.hxx.
Referenced by PPTWriter::ImplWriteTextStyleAtom().
| OUString FieldEntry::aRepresentation |
Definition at line 103 of file text.hxx.
Referenced by PPTWriter::ImplWriteTextStyleAtom().
| sal_uInt32 FieldEntry::nFieldEndPos |
Definition at line 102 of file text.hxx.
Referenced by PPTWriter::ImplWriteTextStyleAtom().
| sal_uInt32 FieldEntry::nFieldStartPos |
Definition at line 101 of file text.hxx.
Referenced by PPTWriter::ImplWriteTextStyleAtom().
| sal_uInt32 FieldEntry::nFieldType |
Definition at line 100 of file text.hxx.
Referenced by PPTWriter::ImplWriteTextStyleAtom().