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 | |
Public Attributes | |
Type | m_type |
the type | |
std::string | m_DTFormat |
the date/time format using strftime format if defined | |
libmwaw::NumberingType | m_numberingType |
the number type ( for number field ) | |
std::string | m_data |
the database/link field ( if defined ) |
a field
enum MWAWField::Type |
MWAWField::MWAWField | ( | Type | 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().
the number type ( for number field )
Referenced by MWAWGraphicListener::insertField(), MWAWContentListener::insertField(), and MWAWHeaderFooter::insertPageNumberParagraph().
the type
Referenced by MWAWGraphicListener::insertField(), and MWAWContentListener::insertField().