a field More...
#include <libmwaw_internal.hxx>
Public Types | |
| enum | Type { None, PageCount, PageNumber, Date, Time, Title, Link, Database } |
| Defines some basic type for field. More... | |
Public Member Functions | |
| MWAWField (Type type) | |
| basic constructor More... | |
Public Attributes | |
| Type | m_type |
| the type More... | |
| std::string | m_DTFormat |
| the date/time format using strftime format if defined More... | |
| libmwaw::NumberingType | m_numberingType |
| the number type ( for number field ) More... | |
| std::string | m_data |
| the database/link field ( if defined ) More... | |
a field
| enum MWAWField::Type |
|
inline |
basic constructor
| std::string MWAWField::m_data |
the database/link field ( if defined )
Referenced by MWAWContentListener::insertField().
| std::string MWAWField::m_DTFormat |
the date/time format using strftime format if defined
Referenced by MDWParserInternal::Field::getField(), MWAWContentListener::insertField(), WNText::send(), DMText::sendFooter(), ACParser::sendHeaderFooter(), HMWJText::sendText(), NSText::sendText(), HMWKText::sendText(), MSWText::sendText(), and CWText::sendText().
| libmwaw::NumberingType MWAWField::m_numberingType |
the number type ( for number field )
Referenced by MWAWContentListener::insertField(), and MWAWHeaderFooter::insertPageNumberParagraph().
| Type MWAWField::m_type |
the type
Referenced by MWAWContentListener::insertField().