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 MWAWGraphicListener::insertField(), and MWAWContentListener::insertField().
std::string MWAWField::m_DTFormat |
the date/time format using strftime format if defined
Referenced by MDWParserInternal::Field::getField(), MWAWGraphicListener::insertField(), MWAWContentListener::insertField(), WNText::send(), DMText::sendFooter(), ACParser::sendHeaderFooter(), HMWJText::sendText(), NSText::sendText(), BWText::sendText(), HMWKText::sendText(), MSWText::sendText(), CWText::sendText(), and GWTextInternal::Token::sendTo().
libmwaw::NumberingType MWAWField::m_numberingType |
the number type ( for number field )
Referenced by MWAWGraphicListener::insertField(), MWAWContentListener::insertField(), and MWAWHeaderFooter::insertPageNumberParagraph().
Type MWAWField::m_type |
the type
Referenced by MWAWGraphicListener::insertField(), and MWAWContentListener::insertField().