libmwaw_internal.hxx File Reference
#include <assert.h>
#include <map>
#include <ostream>
#include <string>
#include <math.h>
#include <vector>
#include <libwpd-stream/libwpd-stream.h>
#include <libwpd/libwpd.h>
#include <stdint.h>
#include <inttypes.h>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

struct  MWAW_shared_ptr_noop_deleter< T >
 an noop deleter used to transform a libwpd pointer in a false shared_ptr More...
 
class  libmwaw::VersionException
 
class  libmwaw::FileException
 
class  libmwaw::ParseException
 
class  libmwaw::GenericException
 
class  libmwaw::WrongPasswordException
 
struct  MWAWColor
 the class to store a color More...
 
struct  MWAWBorder
 a border More...
 
struct  MWAWField
 a field More...
 
struct  MWAWNote
 a note More...
 
struct  Variable< T >
 a generic variable template: value + flag to know if the variable is set More...
 
class  Vec2< T >
 small class which defines a vector with 2 elements More...
 
struct  Vec2< T >::PosSizeLtX
 internal struct used to create sorted map, sorted by X More...
 
struct  Vec2< T >::PosSizeLtY
 internal struct used to create sorted map, sorted by Y More...
 
class  Vec3< T >
 small class which defines a vector with 3 elements More...
 
struct  Vec3< T >::PosSizeLt
 internal struct used to create sorted map, sorted by X, Y, Z More...
 
class  Box2< T >
 small class which defines a 2D Box More...
 
struct  Box2< T >::PosSizeLt
 internal struct used to create sorted map, sorted first min then max More...
 

Namespaces

 libmwaw
 namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usage
 

Macros

#define M_PI   3.14159265358979323846
 
#define MWAW_DEBUG_MSG(M)
 

Typedefs

typedef Vec2< bool > Vec2b
 Vec2 of bool. More...
 
typedef Vec2< int > Vec2i
 Vec2 of int. More...
 
typedef Vec2< long > Vec2l
 Vec2 of long. More...
 
typedef Vec2< float > Vec2f
 Vec2 of float. More...
 
typedef Vec3< unsigned char > Vec3uc
 Vec3 of unsigned char. More...
 
typedef Vec3< int > Vec3i
 Vec3 of int. More...
 
typedef Vec3< float > Vec3f
 Vec3 of float. More...
 
typedef Box2< int > Box2i
 Box2 of int. More...
 
typedef Box2< float > Box2f
 Box2 of float. More...
 
typedef Box2< long > Box2l
 Box2 of long. More...
 

Enumerations

enum  libmwaw::Position {
  libmwaw::Left = 0, libmwaw::Right = 1, libmwaw::Top = 2, libmwaw::Bottom = 3,
  libmwaw::HMiddle = 4, libmwaw::VMiddle = 5
}
 basic position enum More...
 
enum  {
  libmwaw::LeftBit = 0x01, libmwaw::RightBit = 0x02, libmwaw::TopBit =0x4, libmwaw::BottomBit = 0x08,
  libmwaw::HMiddleBit = 0x10, libmwaw::VMiddleBit = 0x20
}
 basic position enum bits More...
 
enum  libmwaw::NumberingType {
  libmwaw::NONE, libmwaw::BULLET, libmwaw::ARABIC, libmwaw::LOWERCASE,
  libmwaw::UPPERCASE, libmwaw::LOWERCASE_ROMAN, libmwaw::UPPERCASE_ROMAN
}
 
enum  libmwaw::SubDocumentType {
  libmwaw::DOC_NONE, libmwaw::DOC_HEADER_FOOTER, libmwaw::DOC_NOTE, libmwaw::DOC_TABLE,
  libmwaw::DOC_TEXT_BOX, libmwaw::DOC_COMMENT_ANNOTATION
}
 

Functions

uint8_t libmwaw::readU8 (WPXInputStream *input)
 
void libmwaw::appendUnicode (uint32_t val, WPXString &buffer)
 adds an unicode character to a string More...
 
std::string libmwaw::numberingTypeToString (NumberingType type)
 
std::string libmwaw::numberingValueToString (NumberingType type, int value)
 

Macro Definition Documentation

#define M_PI   3.14159265358979323846
#define MWAW_DEBUG_MSG (   M)

Referenced by MWAWContentListener::_changeList(), MWAWContentListener::_getListId(), MWAWContentListener::_insertBreakIfNecessary(), MWAWContentListener::_openPageSpan(), MWAWContentListener::_openParagraph(), MWAWContentListener::_openSection(), MWAWContentListener::_popParsingState(), WNEntryManager::add(), FWParserInternal::State::addCorrespondance(), libmwawOLE::IStorage::addDebugInfo(), MWAWContentListener::addEmptyTableCell(), libmwawOLE::OStorage::addStream(), MWAWListLevel::addTo(), MWAWSection::Column::addTo(), MWAWParagraph::addTo(), MWAWBorder::addTo(), MWAWFont::addTo(), MWProStructures::buildPageStructures(), MWAWTable::buildStructures(), MWProStructures::buildTableStructures(), MWParser::checkFreeList(), TTParser::checkHeader(), EDParser::checkHeader(), MSW1Parser::checkHeader(), DMParser::checkHeader(), MWParser::checkHeader(), ACParser::checkHeader(), LWParser::checkHeader(), MSK3Parser::checkHeader(), MDWParser::checkHeader(), NSParser::checkHeader(), MSK4Parser::checkHeader(), WNParser::checkHeader(), WPParser::checkHeader(), MWProParser::checkHeader(), CWParser::checkHeader(), ZWParser::checkHeader(), MSWParser::checkHeader(), FWParser::checkHeader(), HMWJParser::checkHeader(), MRWParser::checkHeader(), MSK4Zone::checkHeader(), HMWKParser::checkHeader(), MWAWPageSpan::checkMargins(), MWAWPictMac::checkOrGet(), MSKGraph::checkTextBoxLinks(), MWProParser::checkUnparsed(), MWAWContentListener::closeFrame(), MWAWContentListener::closeSection(), MWAWContentListener::closeTable(), MWAWContentListener::closeTableCell(), MWAWContentListener::closeTableRow(), MSKGraph::computePositions(), MWAWHeader::constructHeader(), libmwaw_applepict1::PictParser::convertToPict2(), DMParser::createDocument(), TTParser::createDocument(), EDParser::createDocument(), MSW1Parser::createDocument(), ACParser::createDocument(), LWParser::createDocument(), MSK3Parser::createDocument(), MWParser::createDocument(), NSParser::createDocument(), MDWParser::createDocument(), WNParser::createDocument(), MWProParser::createDocument(), WPParser::createDocument(), CWParser::createDocument(), ZWParser::createDocument(), MSWParser::createDocument(), HMWJParser::createDocument(), FWParser::createDocument(), MRWParser::createDocument(), HMWKParser::createDocument(), libmwawOLE::OStorage::createEntry(), FWParser::createFileZones(), FWText::createItemStructures(), MSK4Parser::createStructures(), LWText::createZones(), ACText::createZones(), LWGraph::createZones(), ZWText::createZones(), NSText::createZones(), MSW1Parser::createZones(), MDWParser::createZones(), NSGraph::createZones(), DMText::createZones(), LWParser::createZones(), WNText::createZones(), ZWParser::createZones(), FWParser::createZones(), MWProStructures::createZones(), MWProStructures::createZonesV2(), MWParser::createZonesV3(), EDParser::decodeZone(), HMWJParser::decodeZone(), MRWParser::decodeZone(), HMWKParser::decodeZone(), libmwaw::Debug::dumpFile(), MWAWContentListener::endDocument(), CWParser::exploreZonesGraph(), CWParser::exploreZonesGraphRec(), MSK4Text::findFDPStructuresByHand(), NSText::findFilePos(), LWGraph::findJPEGSize(), MWProParser::findNumHardBreaks(), DMParserInternal::State::findPictInfoUnit(), NSGraph::findRSSOEntry(), WPParser::findSection(), MSK4Parser::flushExtra(), HMWJText::flushExtra(), NSGraph::flushExtra(), MWProStructures::flushExtra(), MSK4Text::ftntDataParser(), CWStyleManager::get(), CWTableInternal::Table::get(), MWAWTable::get(), WNTextInternal::Table::get(), MWProStructuresInternal::Table::get(), MSKGraphInternal::BasicForm::getBinaryData(), MSKGraphInternal::DataPict::getBinaryData(), ZWField::getBool(), FWTextInternal::Zone::getBreaksPosition(), MSWStruct::Table::getCell(), MSKParser::getColor(), LWText::getColor(), HMWJGraph::getColor(), HMWKGraph::getColor(), MSWParser::getColor(), MWProStructures::getColor(), HMWKGraphInternal::State::getColor(), HMWJGraphInternal::State::getColor(), WPParserInternal::WindowsInfo::getColumnLimitsFor(), NSParser::getDateFormat(), MSKGraph::getEntryPicture(), FWParserInternal::State::getFileZoneId(), ZWField::getFloat(), MSWTextStyles::getFont(), MRWTextInternal::Zone::getFont(), MWProStructuresListenerState::getFontDebugString(), HMWJGraph::getFootnoteInformations(), HMWJGraphInternal::State::getFrameFormat(), MWProParser::getFreeZoneList(), MWAWDocumentInternal::getHeader(), MWAWPageSpan::getHeaderFooterPosition(), ZWField::getInt(), ZWField::getIntList(), MDWParserInternal::ListProperties::getLevel(), MWAWList::getLevel(), MSK3Text::getLinesPagesHeight(), ACParser::getMainList(), MWAWPictPath::getODGBinary(), MWAWPictPolygon::getODGBinary(), MWAWFontConverterInternal::State::getOdtInfo(), MSKParser::getPalette(), MSWTextStyles::getParagraph(), MWProStructuresListenerState::getParagraphDebugString(), HMWKGraphInternal::State::getPatternPercent(), HMWJGraphInternal::State::getPatternPercent(), MSKGraphInternal::Pattern::getPercentV2(), MSKGraphInternal::DataBitmap::getPictureData(), getPPMData(), NSParser::getReferenceData(), MRWTextInternal::Zone::getRuler(), MWAWPosition::getScaleFactor(), HMWKTextInternal::Section::getSection(), MSWTextStyles::getSection(), HMWJTextInternal::Section::getSection(), CWTextInternal::Section::getSection(), MWAWList::getStartValueForNextElement(), ZWField::getString(), libmwawOLE::Storage::getSubStream(), libmwawOLE::Storage::getSubStreamForDirectory(), FWTextInternal::Paragraph::getTableDimensions(), HMWKGraph::getTextFrameInformations(), HMWJGraph::getTextFrameInformations(), MWAWFontConverter::getValidName(), MWProParser::getZoneData(), MRWParser::getZoneId(), MWAWContentListener::handleSubDocument(), MWAWContentListener::insertCharacter(), MWAWContentListener::insertComment(), libmwawOLE::OStorage::insertData(), MWAWContentListener::insertField(), MWAWContentListener::insertFooter(), MWAWContentListener::insertHeader(), MWAWContentListener::insertNote(), MWAWHeaderFooter::insertPageNumberParagraph(), MWAWContentListener::insertPicture(), MWAWList::isCompatibleWith(), MWAWList::isNumeric(), MWProStructures::isSent(), libmwawOLE::DirEntry::load(), libmwawOLE::IStorage::load(), MWProStructuresListenerState::MWProStructuresListenerState(), CWGraphInternal::Group::needSendFrameContent(), MWProStructuresListenerState::newPage(), MWProParser::newPage(), MRWTextInternal::Table::nextCharPos(), libmwaw::numberingTypeToString(), libmwaw::numberingValueToString(), MSK3Text::numPages(), MWProStructuresListenerState::numSection(), MWAWList::openElement(), MWAWContentListener::openFrame(), MWAWContentListener::openSection(), MWAWContentListener::openTable(), MWAWContentListener::openTableCell(), MWAWContentListener::openTableRow(), operator<<(), MWAWPageSpan::operator==(), MSWTextStyles::orderStyles(), MWAWRSRCParser::parse(), TTParser::parse(), EDParser::parse(), DMParser::parse(), MSW1Parser::parse(), MWAWPageSpanInternal::SubDocument::parse(), MWParser::parse(), ACParser::parse(), LWParser::parse(), MSK3Parser::parse(), MDWParser::parse(), NSParser::parse(), MSK4Parser::parse(), MSK4ParserInternal::SubDocument::parse(), WNParser::parse(), WPParser::parse(), MWProParser::parse(), CWParser::parse(), ZWParser::parse(), MWAWOLEParser::parse(), ZWParserInternal::SubDocument::parse(), LWParserInternal::SubDocument::parse(), WNParserInternal::SubDocument::parse(), MSWParser::parse(), NSGraphInternal::SubDocument::parse(), HMWKParserInternal::SubDocument::parse(), HMWJParser::parse(), FWParser::parse(), HMWJParserInternal::SubDocument::parse(), CWParserInternal::SubDocument::parse(), MSK3ParserInternal::SubDocument::parse(), MRWParser::parse(), MSK4Zone::parse(), ZWTextInternal::SubDocument::parse(), HMWKParser::parse(), DMTextInternal::SubDocument::parse(), MRWParserInternal::SubDocument::parse(), MSWParserInternal::SubDocument::parse(), ACParserInternal::SubDocument::parse(), MSW1ParserInternal::SubDocument::parse(), MWProParserInternal::SubDocument::parse(), MRWGraphInternal::SubDocument::parse(), FWParserInternal::SubDocument::parse(), MWParserInternal::SubDocument::parse(), HMWJTextInternal::SubDocument::parse(), NSTextInternal::SubDocument::parse(), MDWParserInternal::SubDocument::parse(), WPParserInternal::SubDocument::parse(), HMWKGraphInternal::SubDocument::parse(), HMWJGraphInternal::SubDocument::parse(), MSKGraphInternal::SubDocument::parse(), libmwaw_applepict1::PictParser::parse(), MWAWRSRCParser::parseClut(), WNText::parseContent(), MWProParser::parseDataZone(), WNParser::parseGraphicZone(), MSK4Zone::parseHeaderIndex(), MSK4Zone::parseHeaderIndexEntry(), MWAWRSRCParser::parseMap(), MWAWRSRCParser::parsePICT(), MWAWRSRCParser::parseSTR(), MWAWRSRCParser::parseSTRList(), MWProParser::parseTextZone(), MWAWRSRCParser::parseVers(), WNText::parseZone(), MSWText::prepareData(), MSWText::prepareTables(), MSW1Parser::prepareTextZones(), NSStruct::RecursifData::read(), libmwaw_applepict1::Region::read(), MSWStruct::Table::read(), libmwaw_applepict1::Bitmap::read(), MSWStruct::ParagraphInfo::read(), MSWStruct::Paragraph::read(), libmwaw_applepict1::Pixmap::read(), libmwaw_applepict1::Pixpattern::read(), NSParser::readABBR(), ZWParser::readBarState(), HMWJGraph::readBasicGraph(), HMWKGraph::readBasicGraph(), CWGraph::readBasicGraphic(), CWGraph::readBitmapColorMap(), CWGraph::readBitmapData(), libmwaw_applepict1::Bitmap::readBitmapData(), CWGraph::readBitmapZone(), MWProStructures::readBlock(), MWProStructures::readBlocksList(), MWProStructures::readBlockV2(), FWText::readBorder(), FWText::readBorderDocInfo(), libmwaw_applepict1::OpCode::readCColor(), CWStyleManager::readCellStyles(), MWProStructures::readCharStyles(), MSKGraph::readChart(), FWParser::readCitationDocInfo(), NSParser::readCNTR(), WPParser::readColInfo(), libmwaw_applepict1::OpCode::readColor(), CWGraph::readColorList(), WNParser::readColorMap(), HMWJGraph::readCommentData(), MWAWOLEParser::readCompObj(), MDWParser::readCompressedText(), CWSpreadsheet::readContent(), MWAWOLEParser::readContents(), MWAWOLEParser::readCONTENTS(), MSK4Zone::readContentZones(), ZWParser::readCPos(), NSParser::readCPRC(), ZWParser::readCPRT(), CWParser::readCPRT(), MRWParser::readCPRT(), MWAWPropertyHandlerDecoder::readData(), CWDatabase::readDatabaseContent(), CWDatabase::readDatabaseDefaults(), CWDatabase::readDatabaseFields(), CWDatabase::readDatabaseZone(), FWText::readDataMod(), FWParser::readDoc1314Data(), WNParser::readDocEntries(), WNParser::readDocEntriesV2(), MWProParser::readDocHeader(), CWParser::readDocHeader(), MSW1Parser::readDocInfo(), LWParser::readDocInfo(), FWParser::readDocInfo(), MRWParser::readDocInfo(), MSWParser::readDocSum(), LWParser::readDocument(), LWText::readDocumentHF(), MSK3Parser::readDocumentInfo(), MSWParser::readDocumentInfo(), FWParser::readDocZoneData(), FWParser::readDocZoneStruct(), MSK4Zone::readDOP(), CWParser::readDSET(), CWText::readDSETZone(), CWParser::readDSUM(), ACParser::readEndDataV3(), FWParser::readEndDocInfo(), MWAWPropertyHandlerDecoder::readEndElement(), CWParser::readEndTable(), MDWParser::readEntry(), WNParser::readEntry(), MSWParser::readEntry(), MRWParser::readEntryHeader(), MSK4Text::readFDP(), MSWText::readFields(), FWParser::readFileZoneFlags(), FWParser::readFileZonePos(), NSParser::readFnSc(), MSW1Parser::readFont(), HMWJText::readFont(), HMWKText::readFont(), CWText::readFont(), WNText::readFont(), MWProStructures::readFont(), LWText::readFont2(), HMWKText::readFontNames(), CWStyleManager::readFontNames(), HMWJText::readFontNames(), MRWText::readFontNames(), DMText::readFontNames(), WNText::readFontNames(), MSK4Text::readFontNames(), MSWText::readFontNames(), LWText::readFonts(), MRWText::readFonts(), HMWJText::readFonts(), MDWParser::readFonts(), NSText::readFonts(), MWProStructures::readFontsDef(), NSText::readFontsList(), EDParser::readFontsName(), MWProStructures::readFontsName(), DMText::readFooter(), MSK4Text::readFootNote(), MSW1Parser::readFootnoteCorrespondance(), HMWKGraph::readFootnoteFrame(), NSText::readFootnotes(), MSWText::readFootnotesData(), MSWText::readFootnotesPos(), HMWJGraph::readFrame(), HMWJGraph::readFrames(), HMWKGraph::readFrames(), HMWKParser::readFramesUnkn(), NSParser::readFTA2(), HMWJText::readFtnPos(), FWParser::readGenericDocData(), WNParser::readGenericUnkn(), CWStyleManager::readGenStyle(), HMWJGraph::readGraphData(), MDWParser::readGraphic(), MWParser::readGraphic(), WPParser::readGraphic(), FWParser::readGraphic(), FWParser::readGraphicData(), CWStyleManager::readGraphStyles(), MSK3Parser::readGroup(), MSKGraph::readGroup(), HMWKGraph::readGroup(), HMWJGraph::readGroupData(), CWGraph::readGroupData(), CWGraph::readGroupDef(), CWGraph::readGroupHeader(), MSK3Parser::readGroupHeaderInfo(), CWGraph::readGroupUnknown(), CWGraph::readGroupZone(), HMWJParser::readHeaderEnd(), MSWParser::readHeaderEndV3(), NSText::readHeaderFooter(), MDWParser::readHeadingCustom(), MDWParser::readHeadingFields(), MDWParser::readHeadingProperties(), MDWParser::readHeadingStates(), ACParser::readHFProperties(), ZWText::readHFZone(), ZWParser::readHTMLPref(), EDParser::readIndex(), EDParser::readInfo(), NSParser::readINFO(), MWParser::readInformations(), libmwaw_applepict1::OpCode::readInt(), MWAWPropertyHandlerDecoder::readInteger(), FWText::readItem(), CWStyleManager::readKSEN(), ACParser::readLabel(), MDWParser::readLastZone(), FWText::readLineHeader(), MWParser::readLinesHeight(), MDWParser::readLinesInfo(), MSWText::readLongZone(), CWStyleManager::readLookUp(), LWParser::readLWSR2(), MWAWOLEParser::readMM(), LWParser::readMPSR5(), CWGraph::readNamedPict(), NSParser::readNumberingReset(), MRWParser::readNumbersString(), MSWParser::readObject(), MSWParser::readObjectFlags(), MSWParser::readObjectList(), MSWParser::readObjects(), ACParser::readOption(), MSW1Parser::readPageBreak(), MWParser::readPageBreak(), MSWText::readPageBreak(), WPParser::readPageInfo(), NSParser::readPageLimit(), MSWTextStyles::readParagraph(), MSW1Parser::readParagraph(), MWParser::readParagraph(), HMWJText::readParagraph(), HMWKText::readParagraph(), MSK3Text::readParagraph(), CWText::readParagraph(), WNText::readParagraph(), MSK4Text::readParagraph(), MWProStructures::readParagraph(), WPParser::readParagraphData(), MSWText::readParagraphInfo(), HMWJText::readParagraphs(), NSText::readParagraphs(), CWText::readParagraphs(), MWProStructures::readParagraphs(), FWText::readParagraphTabs(), FWText::readParaModDocInfo(), libmwaw_applepict1::OpCode::readPattern(), NSGraph::readPGRA(), NSText::readPICD(), CWGraph::readPICT(), CWGraph::readPictData(), DMParser::readPictInfo(), HMWKGraph::readPicture(), HMWJGraph::readPicture(), MSWParser::readPicture(), HMWJGraph::readPictureData(), HMWKGraph::readPictureFrame(), MSKGraph::readPictureV4(), libmwaw_applepict1::Pixmap::readPixmapData(), NSGraph::readPLAC(), MSWTextStyles::readPLC(), MSK4Text::readPLC(), MSW1Parser::readPLC(), MSWTextStyles::readPLCList(), MRWText::readPLCZone(), NSGraph::readPLDT(), libmwaw_applepict1::OpCode::readPoint(), libmwaw_applepict1::OpCode::readPoly(), CWGraph::readPolygonData(), NSText::readPosToFont(), MRWGraph::readPostscript(), CWPresentation::readPresentationZone(), MSWParser::readPrinter(), MWParser::readPrintInfo(), WPParser::readPrintInfo(), ACParser::readPrintInfo(), LWParser::readPrintInfo(), MDWParser::readPrintInfo(), NSParser::readPrintInfo(), MSWParser::readPrintInfo(), ZWParser::readPrintInfo(), CWParser::readPrintInfo(), WNParser::readPrintInfo(), MWProParser::readPrintInfo(), HMWJParser::readPrintInfo(), FWParser::readPrintInfo(), MRWParser::readPrintInfo(), HMWKParser::readPrintInfo(), MSK4Zone::readPRNT(), CWGraph::readQTimeData(), MSKGraph::readRB(), libmwaw_applepict1::OpCode::readRect(), NSParser::readReference(), ACParser::readRSRCZones(), LWText::readRuby(), MDWParser::readRuler(), LWText::readRulers(), MRWText::readRulers(), WPParser::readSection(), MSWTextStyles::readSection(), ZWText::readSectionFonts(), ZWParser::readSectionRange(), HMWKText::readSections(), HMWJText::readSections(), MWProStructures::readSections(), MWProStructures::readSelection(), MSK4Zone::readSELN(), MRWParser::readSeparator(), NSParser::readSGP1(), ZWParser::readSLen(), CWParser::readSNAP(), CWSpreadsheet::readSpreadsheetZone(), MWAWPropertyHandlerDecoder::readStartElement(), MWAWPropertyHandlerDecoder::readString(), MWProStructures::readString(), NSParser::readStringsList(), MSWParser::readStringsZone(), MWProStructures::readStructB(), CWParser::readStructIntZone(), MSK4Text::readStructures(), CWParser::readStructZone(), DMParser::readSTwD(), CWText::readSTYL_CHAR(), CWText::readSTYL_RULR(), MWProStructures::readStyle(), CWStyleManager::readStyleNames(), MRWText::readStyleNames(), CWStyleManager::readStyles(), TTParser::readStyles(), HMWKText::readStyles(), HMWJText::readStyles(), ZWText::readStyles(), DMText::readStyles(), MSWTextStyles::readStyles(), WNText::readStyles(), MWProStructures::readStyles(), CWStyleManager::readStylesDef(), MSWTextStyles::readStylesFont(), MSWTextStyles::readStylesHierarchy(), MSWTextStyles::readStylesNames(), MSWTextStyles::readStylesParagraph(), LWText::readStyleU(), WPParser::readTable(), HMWJGraph::readTable(), WNText::readTable(), HMWKGraph::readTable(), CWTable::readTableBorders(), CWTable::readTableBordersId(), CWTable::readTableCells(), HMWJGraph::readTableData(), HMWJGraph::readTableFormatsList(), CWTable::readTablePointers(), CWTable::readTableZone(), MSK4Text::readText(), MDWParser::readText(), MWParser::readText(), WPParser::readText(), MSKGraph::readText(), libmwaw_applepict1::OpCode::readText(), HMWKGraph::readTextBox(), HMWJGraph::readTextboxData(), FWText::readTextData(), HMWJGraph::readTextData(), MWProParser::readTextEntries(), MWProParser::readTextIds(), CWText::readTextSection(), MRWText::readTextStruct(), MSWText::readTextStruct(), MSWTextStyles::readTextStructList(), HMWJText::readTextToken(), MWProParser::readTextTokens(), HMWKText::readTextZone(), HMWJText::readTextZone(), HMWJText::readTextZonesList(), CWParser::readTNAM(), LWParser::readTOC(), DMText::readTOC(), LWParser::readTOCPage(), MRWGraph::readToken(), HMWKText::readToken(), WNText::readToken(), MRWGraph::readTokenBlock0(), WNText::readTokenV2(), ACText::readTopic(), LWText::readUnknownStyle(), ZWParser::readUnknownZone(), libmwaw_applepict1::OpCode::readValue(), NSParser::readVariable(), ACParser::readWindowPos(), ZWParser::readWindowPos(), DMText::readWindows(), MWParser::readWindowsInfo(), WPParser::readWindowsInfo(), WPParser::readWindowsZone(), TTParser::readWRCT(), DMParser::readXtr2(), MRWText::readZone(), HMWJParser::readZone(), HMWKParser::readZone(), CWSpreadsheet::readZone1(), CWPresentation::readZone1(), MRWParser::readZone13(), MSWParser::readZone17(), CWPresentation::readZone2(), HMWKParser::readZone6(), MDWParser::readZone8(), HMWKParser::readZone8(), HMWJParser::readZoneA(), HMWKParser::readZonea(), HMWJParser::readZoneB(), MRWParser::readZoneb(), HMWKParser::readZoneb(), MRWParser::readZonec(), HMWKParser::readZonec(), MRWParser::readZoneDim(), MRWParser::readZoneHeader(), MSWParser::readZoneList(), MSW1Parser::readZones(), HMWKParser::readZonesList(), MWAWList::resize(), libmwaw_applepict1::Pixmap::savePixmap(), MWAWHeaderFooter::send(), MSKGraph::send(), MRWText::send(), LWGraph::send(), FWText::send(), WNText::send(), MSWParser::send(), MWAWListManager::send(), MWProStructures::send(), CWGraph::sendBitmap(), MWProStructuresListenerState::sendChar(), DMText::sendComment(), MSWText::sendFieldComment(), MWProStructuresListenerState::sendFont(), DMText::sendFooter(), MSK4Parser::sendFootNote(), NSText::sendFootnote(), MSWText::sendFootnote(), HMWKGraph::sendFrame(), HMWJGraph::sendFrame(), MSKParser::sendFrameText(), MSK4Parser::sendFrameText(), ACText::sendGraphic(), WNParser::sendGraphic(), FWParser::sendGraphic(), ACParser::sendHeaderFooter(), MDWParser::sendHeaderFooter(), NSText::sendHeaderFooter(), ZWText::sendHeaderFooter(), LWText::sendHeaderFooter(), MDWParser::sendHeaderFooterFields(), MWAWPageSpan::sendHeaderFooters(), FWText::sendHiddenItem(), EDParser::sendIndex(), LWGraph::sendJPEG(), HMWKText::sendMainText(), LWText::sendMainText(), ACText::sendMainText(), HMWJText::sendMainText(), ZWText::sendMainText(), FWText::sendMainText(), NSText::sendMainText(), MWProStructures::sendMainZone(), MSK3Text::sendNote(), MSKGraph::sendObjects(), MSKParser::sendOLE(), MSK4Parser::sendOLE(), NSGraph::sendPageGraphics(), MWProStructuresListenerState::sendParagraph(), LWGraph::sendPICT(), NSGraph::sendPicture(), EDParser::sendPicture(), DMParser::sendPicture(), TTParser::sendPicture(), MRWGraph::sendPicture(), HMWKGraph::sendPicture(), WNParser::sendPicture(), MSWParser::sendPicture(), MWProParser::sendPicture(), HMWJGraph::sendPictureFrame(), MWProParser::sendPictureZone(), MRWGraph::sendPSZone(), FWParser::sendReference(), MRWGraph::sendRule(), MWProStructuresListenerState::sendSection(), MSWTextStyles::sendSection(), MSK3Text::sendString(), MRWText::sendTable(), FWText::sendTable(), MSKGraph::sendTable(), MWAWTable::sendTable(), MSWText::sendTable(), HMWJGraph::sendTableCell(), HMWJGraph::sendTableUnformatted(), HMWKGraph::sendTableUnformatted(), HMWKText::sendText(), HMWJText::sendText(), MSW1Parser::sendText(), TTParser::sendText(), ACText::sendText(), ZWText::sendText(), NSText::sendText(), MDWParser::sendText(), DMText::sendText(), MSWText::sendText(), CWText::sendText(), MSK3Text::sendText(), MWProParser::sendText(), FWParser::sendText(), MSKGraph::sendTextBox(), MWProParser::sendTextZone(), MWAWList::sendTo(), DMText::sendTOC(), MRWGraph::sendToken(), ACText::sendTopic(), FWParser::sendVariable(), MWParser::sendWindow(), WPParser::sendWindow(), MDWParser::sendZone(), MSK3Text::sendZone(), CWGraph::sendZone(), WNText::sendZone(), CWParser::sendZone(), MWAWList::set(), MWAWCellFormat::setBorders(), MWAWSection::setColumns(), MWAWPageSpan::setHeaderFooter(), libmwawOLE::OStorage::setInformation(), libmwawOLE::DirTree::setInRBTForm(), libmwawOLE::DirTree::setInRedBlackTreeForm(), MWAWList::setLevel(), MSWTextStyles::setProperty(), MWAWList::setStartValueForNextElement(), FWText::sortZones(), MWAWContentListener::startDocument(), MWAWFont::Script::str(), MSK4Text::toknDataParser(), CWParser::typeMainZones(), MWAWInputStream::unBinHex(), MWAWInputStream::unMacMIME(), MWAWInputStream::unzipStream(), FWEntry::update(), MWAWFontConverterInternal::State::updateCache(), CWTable::updateCell(), MDWParserInternal::ListProperties::updateHeadingList(), CWGraph::updateInformation(), MSK3Text::updateNotes(), HMWJGraph::updateTable(), HMWKGraph::updateTable(), HMWKText::updateTextZoneTypes(), HMWJText::updateTextZoneTypes(), libmwawOLE::OStorage::updateToSave(), MRWStruct::value(), and MWAWParserState::~MWAWParserState().

Typedef Documentation

typedef Box2<float> Box2f

Box2 of float.

typedef Box2<int> Box2i

Box2 of int.

typedef Box2<long> Box2l

Box2 of long.

typedef Vec2<bool> Vec2b

Vec2 of bool.

typedef Vec2<float> Vec2f

Vec2 of float.

typedef Vec2<int> Vec2i

Vec2 of int.

typedef Vec2<long> Vec2l

Vec2 of long.

typedef Vec3<float> Vec3f

Vec3 of float.

typedef Vec3<int> Vec3i

Vec3 of int.

typedef Vec3<unsigned char> Vec3uc

Vec3 of unsigned char.


Generated for libmwaw by doxygen 1.8.5