libmwaw_internal.hxx File Reference
#include <assert.h>
#include <cmath>
#include <map>
#include <ostream>
#include <string>
#include <math.h>
#include <vector>
#include <librevenge-stream/librevenge-stream.h>
#include <librevenge/librevenge.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  MWAWLink
 a link More...
 
struct  MWAWNote
 a note More...
 
struct  MWAWVariable< T >
 a generic variable template: value + flag to know if the variable is set More...
 
class  MWAWVec2< T >
 small class which defines a vector with 2 elements More...
 
struct  MWAWVec2< T >::PosSizeLtX
 internal struct used to create sorted map, sorted by X More...
 
struct  MWAWVec2< T >::PosSizeLtY
 internal struct used to create sorted map, sorted by Y More...
 
class  MWAWVec3< T >
 small class which defines a vector with 3 elements More...
 
struct  MWAWVec3< T >::PosSizeLt
 internal struct used to create sorted map, sorted by X, Y, Z More...
 
class  MWAWBox2< T >
 small class which defines a 2D Box More...
 
struct  MWAWBox2< 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 LIBMWAW_ATTRIBUTE_PRINTF(fmt, arg)
 
#define MWAW_DEBUG_MSG(M)
 

Typedefs

typedef shared_ptr
< MWAWFontConverter
MWAWFontConverterPtr
 a smart pointer of MWAWFontConverter More...
 
typedef shared_ptr
< MWAWGraphicListener
MWAWGraphicListenerPtr
 a smart pointer of MWAWGraphicListener More...
 
typedef shared_ptr
< MWAWInputStream
MWAWInputStreamPtr
 a smart pointer of MWAWInputStream More...
 
typedef shared_ptr< MWAWListenerMWAWListenerPtr
 a smart pointer of MWAWListener More...
 
typedef shared_ptr
< MWAWListManager
MWAWListManagerPtr
 a smart pointer of MWAWListManager More...
 
typedef shared_ptr
< MWAWParserState
MWAWParserStatePtr
 a smart pointer of MWAWParserState More...
 
typedef shared_ptr
< MWAWPresentationListener
MWAWPresentationListenerPtr
 a smart pointer of MWAWPresentationListener More...
 
typedef shared_ptr
< MWAWRSRCParser
MWAWRSRCParserPtr
 a smart pointer of MWAWRSRCParser More...
 
typedef shared_ptr
< MWAWSpreadsheetListener
MWAWSpreadsheetListenerPtr
 a smart pointer of MWAWSpreadsheetListener More...
 
typedef shared_ptr
< MWAWSubDocument
MWAWSubDocumentPtr
 a smart pointer of MWAWSubDocument More...
 
typedef shared_ptr
< MWAWTextListener
MWAWTextListenerPtr
 a smart pointer of MWAWTextListener More...
 
typedef MWAWVec2< bool > MWAWVec2b
 MWAWVec2 of bool. More...
 
typedef MWAWVec2< int > MWAWVec2i
 MWAWVec2 of int. More...
 
typedef MWAWVec2< long > MWAWVec2l
 MWAWVec2 of long. More...
 
typedef MWAWVec2< float > MWAWVec2f
 MWAWVec2 of float. More...
 
typedef MWAWVec3< unsigned char > MWAWVec3uc
 MWAWVec3 of unsigned char. More...
 
typedef MWAWVec3< int > MWAWVec3i
 MWAWVec3 of int. More...
 
typedef MWAWVec3< float > MWAWVec3f
 MWAWVec3 of float. More...
 
typedef MWAWBox2< int > MWAWBox2i
 MWAWBox2 of int. More...
 
typedef MWAWBox2< float > MWAWBox2f
 MWAWBox2 of float. More...
 
typedef MWAWBox2< long > MWAWBox2l
 MWAWBox2 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_CHART, libmwaw::DOC_CHART_ZONE, libmwaw::DOC_COMMENT_ANNOTATION,
  libmwaw::DOC_GRAPHIC_GROUP, libmwaw::DOC_HEADER_FOOTER, libmwaw::DOC_NOTE, libmwaw::DOC_SHEET,
  libmwaw::DOC_TABLE, libmwaw::DOC_TEXT_BOX
}
 

Functions

uint8_t libmwaw::readU8 (librevenge::RVNGInputStream *input)
 
void libmwaw::appendUnicode (uint32_t val, librevenge::RVNGString &buffer)
 adds an unicode character to a string More...
 
std::string libmwaw::numberingTypeToString (NumberingType type)
 
std::string libmwaw::numberingValueToString (NumberingType type, int value)
 
MWAWBox2f libmwaw::rotateBoxFromCenter (MWAWBox2f const &box, float angle)
 rotate a bdox and returns the final bdbox More...
 

Macro Definition Documentation

#define LIBMWAW_ATTRIBUTE_PRINTF (   fmt,
  arg 
)
#define MWAW_DEBUG_MSG (   M)

Referenced by MWAWTextListener::_changeList(), MWAWSpreadsheetListener::_changeList(), MWAWPresentationListener::_changeList(), MWAWGraphicListener::_changeList(), MWAWPresentationListener::_closePageSpan(), MWAWGraphicListener::_closePageSpan(), MWAWPresentationListener::_closeParagraph(), MWAWGraphicListener::_closeParagraph(), MWAWPresentationListener::_closeSpan(), MWAWGraphicListener::_closeSpan(), MWAWTextListener::_getListId(), MWAWSpreadsheetListener::_getListId(), MWAWPresentationListener::_getListId(), MWAWGraphicListener::_getListId(), MWAWPresentationListener::_handleFrameParameters(), MWAWGraphicListener::_handleFrameParameters(), MWAWTextListener::_insertBreakIfNecessary(), MWAWPresentationListener::_openListElement(), MWAWGraphicListener::_openListElement(), MWAWTextListener::_openPageSpan(), MWAWSpreadsheetListener::_openPageSpan(), MWAWPresentationListener::_openPageSpan(), MWAWGraphicListener::_openPageSpan(), MWAWTextListener::_openParagraph(), MWAWSpreadsheetListener::_openParagraph(), MWAWPresentationListener::_openParagraph(), MWAWGraphicListener::_openParagraph(), MWAWTextListener::_openSection(), MWAWPresentationListener::_openSpan(), MWAWGraphicListener::_openSpan(), MWAWTextListener::_popParsingState(), MWAWSpreadsheetListener::_popParsingState(), MWAWPresentationListener::_popParsingState(), MWAWGraphicListener::_popParsingState(), MWAWTable::add(), WriteNowEntryManager::add(), MWAWChart::add(), GreatWksDBParserInternal::Database::addCell(), MWAWChart::TextZone::addContentTo(), FullWrtParserInternal::State::addCorrespondance(), MWAWTextListener::addEmptyTableCell(), MWAWPresentationListener::addEmptyTableCell(), MWAWGraphicListener::addEmptyTableCell(), MWAWSpreadsheetListener::addEmptyTableCell(), BeagleWksSSParserInternal::Spreadsheet::addFormula(), MWAWGraphicStyle::addFrameTo(), MWAWListLevel::addTo(), MWAWSection::Column::addTo(), MWAWParagraph::addTo(), MWAWCell::addTo(), MWAWGraphicShape::addTo(), MWAWList::addTo(), HanMacWrdJGraphInternal::FrameFormat::addTo(), MWAWGraphicStyle::addTo(), MWAWBorder::addTo(), HanMacWrdKGraphInternal::TextBox::addTo(), MWAWFont::addTo(), MWAWTable::buildDims(), MacWrtProStructures::buildPageStructures(), MWAWTable::buildPosToCellId(), MWAWTable::buildStructures(), MacWrtProStructures::buildTableStructures(), ClarisWksGraph::canSendBitmapAsGraphic(), HanMacWrdJText::canSendTextAsGraphic(), MoreParser::checkAndStore(), RagTime5Parser::checkClusterList(), MacWrtParser::checkFreeList(), GreatWksGraph::checkGraph(), HanMacWrdKGraph::checkGroupStructures(), HanMacWrdJGraph::checkGroupStructures(), MacDocParser::checkHeader(), EDocParser::checkHeader(), TeachTxtParser::checkHeader(), DocMkrParser::checkHeader(), MacWrtParser::checkHeader(), MsWrd1Parser::checkHeader(), ActaParser::checkHeader(), MacDraftParser::checkHeader(), MacDrawParser::checkHeader(), BeagleWksParser::checkHeader(), WingzParser::checkHeader(), BeagleWksBMParser::checkHeader(), LightWayTxtParser::checkHeader(), BeagleWksDBParser::checkHeader(), NisusWrtParser::checkHeader(), MindWrtParser::checkHeader(), BeagleWksDRParser::checkHeader(), GreatWksDocument::checkHeader(), RagTimeParser::checkHeader(), MacDrawProParser::checkHeader(), BeagleWksSSParser::checkHeader(), WriterPlsParser::checkHeader(), FullWrtParser::checkHeader(), MacWrtProParser::checkHeader(), WriteNowParser::checkHeader(), RagTime5Parser::checkHeader(), ClarisWksDocument::checkHeader(), ZWrtParser::checkHeader(), MsWrdParser::checkHeader(), HanMacWrdJParser::checkHeader(), MarinerWrtParser::checkHeader(), HanMacWrdKParser::checkHeader(), MsWksDocument::checkHeader3(), MWAWPageSpan::checkMargins(), MWAWPictMac::checkOrGet(), MsWksGraph::checkTextBoxLinks(), MoreText::checkTopicList(), MacWrtProParser::checkUnparsed(), ClarisWksDbaseContent::ClarisWksDbaseContent(), ClarisWksDocument::cleanZonesGraph(), MWAWTextListener::closeFrame(), MWAWPresentationListener::closeFrame(), MWAWSpreadsheetListener::closeFrame(), MWAWGraphicListener::closeFrame(), MWAWPresentationListener::closeGroup(), MWAWGraphicListener::closeGroup(), MWAWPresentationListener::closeLayer(), MWAWGraphicListener::closeLayer(), MWAWTextListener::closeLink(), MWAWPresentationListener::closeLink(), MWAWGraphicListener::closeLink(), MWAWSpreadsheetListener::closeLink(), MWAWTextListener::closeSection(), MWAWSpreadsheetListener::closeSection(), MWAWSpreadsheetListener::closeSheet(), MWAWSpreadsheetListener::closeSheetCell(), MWAWSpreadsheetListener::closeSheetRow(), MWAWTextListener::closeTable(), MWAWPresentationListener::closeTable(), MWAWGraphicListener::closeTable(), MWAWSpreadsheetListener::closeTable(), MWAWTextListener::closeTableCell(), MWAWPresentationListener::closeTableCell(), MWAWGraphicListener::closeTableCell(), MWAWSpreadsheetListener::closeTableCell(), MWAWTextListener::closeTableRow(), MWAWPresentationListener::closeTableRow(), MWAWGraphicListener::closeTableRow(), MWAWSpreadsheetListener::closeTableRow(), RagTime5SpreadsheetInternal::ClustListParser::ClustListParser(), RagTime5ParserInternal::ClustListParser::ClustListParser(), MacDrawProParser::computeLayersAndLibrariesBoundingBox(), MsWksGraph::computePositions(), MWAWHeader::constructHeader(), MWAWCell::Format::convertDTFormat(), MsWrdText::convertFilePLCPos(), libmwaw_applepict1::PictParser::convertToPict2(), BeagleWksText::countPages(), RagTime5Zone::createAsciiFile(), GreatWksDBParser::createBlock(), MacDocParser::createDocument(), EDocParser::createDocument(), MacPaintParser::createDocument(), TeachTxtParser::createDocument(), GreatWksDRParser::createDocument(), DocMkrParser::createDocument(), GreatWksBMParser::createDocument(), GreatWksParser::createDocument(), MacWrtParser::createDocument(), MsWrd1Parser::createDocument(), MacDraftParser::createDocument(), MacDrawParser::createDocument(), SuperPaintParser::createDocument(), GreatWksSSParser::createDocument(), MsWksDRParser::createDocument(), MsWksParser::createDocument(), ActaParser::createDocument(), BeagleWksParser::createDocument(), BeagleWksBMParser::createDocument(), WingzParser::createDocument(), LightWayTxtParser::createDocument(), BeagleWksDBParser::createDocument(), NisusWrtParser::createDocument(), BeagleWksDRParser::createDocument(), GreatWksDBParser::createDocument(), MindWrtParser::createDocument(), BeagleWksSSParser::createDocument(), MacDrawProParser::createDocument(), ClarisWksBMParser::createDocument(), WriterPlsParser::createDocument(), MsWksDBParser::createDocument(), MsWksSSParser::createDocument(), ClarisWksSSParser::createDocument(), FullWrtParser::createDocument(), ClarisWksParser::createDocument(), ClarisWksPRParser::createDocument(), MacWrtProParser::createDocument(), WriteNowParser::createDocument(), ClarisDrawParser::createDocument(), MoreParser::createDocument(), ZWrtParser::createDocument(), RagTimeParser::createDocument(), MsWrdParser::createDocument(), RagTime5Parser::createDocument(), HanMacWrdJParser::createDocument(), MarinerWrtParser::createDocument(), HanMacWrdKParser::createDocument(), FullWrtParser::createFileZones(), FullWrtText::createItemStructures(), MsWksDocument::createOLEZones(), LightWayTxtText::createZones(), ActaText::createZones(), MacPaintParser::createZones(), GreatWksDRParser::createZones(), NisusWrtText::createZones(), BeagleWksText::createZones(), ZWrtText::createZones(), LightWayTxtGraph::createZones(), MsWksDRParser::createZones(), MacDraftParser::createZones(), MacDrawParser::createZones(), SuperPaintParser::createZones(), MoreText::createZones(), GreatWksText::createZones(), DocMkrText::createZones(), MindWrtParser::createZones(), MsWrd1Parser::createZones(), NisusWrtGraph::createZones(), MacDrawProParser::createZones(), BeagleWksBMParser::createZones(), MsWksDBParser::createZones(), MsWksSSParser::createZones(), ClarisWksDocument::createZones(), BeagleWksDRParser::createZones(), GreatWksParser::createZones(), GreatWksSSParser::createZones(), FullWrtParser::createZones(), BeagleWksParser::createZones(), ClarisDrawParser::createZones(), BeagleWksDBParser::createZones(), LightWayTxtParser::createZones(), BeagleWksSSParser::createZones(), WriteNowText::createZones(), MoreParser::createZones(), RagTimeParser::createZones(), ZWrtParser::createZones(), RagTime5Parser::createZones(), MacWrtProStructures::createZonesV2(), MacWrtParser::createZonesV3(), MWAWCellContent::date2Double(), WingzParser::decodeEncrypted(), MWAWDocument::decodeGraphic(), MWAWDocument::decodeSpreadsheet(), MWAWDocument::decodeText(), EDocParser::decodeZone(), HanMacWrdJParser::decodeZone(), MarinerWrtParser::decodeZone(), HanMacWrdKParser::decodeZone(), ClarisWksPresentation::disconnectMasterFromContents(), MWAWCellContent::double2Date(), MWAWCellContent::double2String(), libmwaw::Debug::dumpFile(), MWAWPresentationListener::endDocument(), MWAWGraphicListener::endDocument(), MWAWTextListener::endDocument(), MWAWSpreadsheetListener::endDocument(), RagTime5SpreadsheetInternal::SpreadsheetCParser::endZone(), RagTime5ClusterManagerInternal::LayoutCParser::endZone(), RagTime5TextInternal::TextCParser::endZone(), RagTime5SpreadsheetInternal::ChartCParser::endZone(), RagTime5GraphInternal::PictCParser::endZone(), RagTime5ClusterManagerInternal::RootCParser::endZone(), RagTime5GraphInternal::GraphicCParser::endZone(), RagTime5ClusterManagerInternal::ScriptCParser::endZone(), RagTime5ClusterManagerInternal::StyleCParser::endZone(), ClarisWksDocument::exploreZonesGraph(), ClarisWksDocument::exploreZonesGraphRec(), RagTimeParser::findDataZones(), RagTime5Parser::findDataZones(), MsWks4Text::findFDPStructuresByHand(), NisusWrtText::findFilePos(), ClarisWksStruct::DSET::findForbiddenPagesBreaking(), LightWayTxtGraph::findJPEGSize(), ClarisWksGraph::findMasterPage(), GreatWksText::findNextZone(), MacWrtProParser::findNumHardBreaks(), MacDrawProParser::findObjectPositions(), RagTimeParser::findPagesZones(), DocMkrParserInternal::State::findPictInfoUnit(), RagTimeParser::findRsrcZones(), NisusWrtGraph::findRSSOEntry(), WriterPlsParser::findSection(), HanMacWrdJText::flushExtra(), NisusWrtGraph::flushExtra(), MsWksParser::flushExtra(), RagTime5Spreadsheet::flushExtra(), ClarisDrawText::flushExtra(), RagTime5Text::flushExtra(), GreatWksText::flushExtra(), RagTime5Graph::flushExtra(), GreatWksGraph::flushExtra(), RagTimeText::flushExtra(), ClarisDrawGraph::flushExtra(), ClarisWksGraph::flushExtra(), RagTimeSpreadsheet::flushExtra(), RagTimeParser::flushExtra(), MacDrawProParser::flushExtra(), MacWrtProStructures::flushExtra(), RagTime5Parser::flushExtra(), MsWks4Text::ftntDataParser(), MWAWGraphicShape::PathData::get(), ClarisWksDbaseContent::get(), MWAWInputStream::get(), ClarisWksStyleManager::get(), MWAWTable::get(), ClarisWksTableInternal::Table::get(), MacWrtProStructuresInternal::Table::get(), WriteNowTextInternal::Table::get(), MsWksGraphInternal::Patterns::get(), MWAWChart::getAxis(), MWAWGraphicStyle::Pattern::getBinary(), MsWksGraphInternal::DataPict::getBinaryData(), MWAWPictBitmapInternal::getBMPData(), ZWField::getBool(), FullWrtGraph::getBorder(), FullWrtTextInternal::Zone::getBreaksPosition(), MsWrdStruct::Table::getCell(), RagTimeText::getCharStyle(), RagTime5ClusterManager::getClusterFileType(), ClarisDrawStyleManager::getColor(), LightWayTxtText::getColor(), MacDrawProStyleManager::getColor(), RagTimeParser::getColor(), HanMacWrdKGraph::getColor(), HanMacWrdJGraph::getColor(), SuperPaintParserInternal::State::getColor(), MsWrdParser::getColor(), MsWksDocument::getColor(), BeagleWksSSParserInternal::State::getColor(), MacWrtProStructures::getColor(), HanMacWrdKGraphInternal::State::getColor(), HanMacWrdJGraphInternal::State::getColor(), WriterPlsParserInternal::WindowsInfo::getColumnLimitsFor(), ClarisDrawStyleManager::getDash(), MacDrawProStyleManager::getDash(), NisusWrtParser::getDateFormat(), RagTimeSpreadsheet::getDateTimeFormat(), ClarisWksDocument::getDocumentPages(), BeagleWksTextInternal::Section::getEntry(), MsWksGraph::getEntryPicture(), ClarisDrawParser::getFileType(), FullWrtParserInternal::State::getFileZoneId(), ZWField::getFloat(), ClarisDrawStyleManager::getFont(), MsWrdTextStyles::getFont(), MacDrawProStyleManager::getFont(), MarinerWrtTextInternal::Zone::getFont(), MacWrtProStructuresListenerState::getFontDebugString(), BeagleWksStructManager::getFontId(), HanMacWrdJGraph::getFootnoteInformations(), BeagleWksStructManager::getFrame(), HanMacWrdJGraphInternal::State::getFrameFormat(), MacWrtProParser::getFreeZoneList(), MWAWPageSpan::getHeaderFooterPosition(), RagTimeTextInternal::Token::getIndicesString(), ZWField::getInt(), ZWField::getIntList(), MoreText::getLastTopicChildId(), MindWrtParserInternal::ListProperties::getLevel(), MWAWList::getLevel(), MsWks3Text::getLinesPagesHeight(), ActaParser::getMainList(), MWAWParserState::getMainListener(), GreatWksDocument::getMainSection(), MWAWFontConverterInternal::State::getOdtInfo(), MsWksDocument::getPalette(), ClarisDrawStyleManager::getParagraph(), MacDrawProStyleManager::getParagraph(), MsWrdTextStyles::getParagraph(), MacWrtProStructuresListenerState::getParagraphDebugString(), MWAWGraphicShape::getPath(), ClarisDrawStyleManager::getPattern(), MacDrawProStyleManager::getPattern(), MacDrawParserInternal::State::getPattern(), MacDraftParserInternal::State::getPattern(), MacWrtProStructures::getPattern(), HanMacWrdKGraphInternal::State::getPattern(), MsWksGraphInternal::State::getPattern(), HanMacWrdJGraphInternal::State::getPattern(), WingzParserInternal::State::getPatternPercent(), MsWksGraphInternal::State::getPatternPercent(), MacDrawProStyleManager::getPenSize(), MsWksGraphInternal::Patterns::getPercent(), MsWksGraphInternal::DataBitmap::getPictureData(), getPPMData(), MWAWCellContent::FormulaInstruction::getPropertyList(), NisusWrtParser::getReferenceData(), MarinerWrtTextInternal::Zone::getRuler(), ClarisWksStyleManager::getRulerName(), MWAWPosition::getScaleFactor(), HanMacWrdKTextInternal::Section::getSection(), MsWrdTextStyles::getSection(), HanMacWrdJTextInternal::Section::getSection(), MWAWPresentationListener::getSection(), MWAWGraphicListener::getSection(), MWAWSpreadsheetListener::getSection(), ClarisWksTextInternal::Section::getSection(), RagTime5GraphInternal::State::getShapeType(), MWAWList::getStartValueForNextElement(), ZWField::getString(), GreatWksSSParserInternal::State::getStyle(), MWAWInputStream::getSubStreamById(), MWAWInputStream::getSubStreamByName(), FullWrtTextInternal::Paragraph::getTableDimensions(), HanMacWrdKGraph::getTextFrameInformations(), HanMacWrdJGraph::getTextFrameInformations(), MWAWFontConverter::getValidName(), GreatWksDBParserInternal::Block::getZone(), MacWrtProParser::getZoneData(), RagTimeParser::getZoneDataFieldSize(), MsWksGraph::getZoneGraphicStyle(), MarinerWrtParser::getZoneId(), MsWksGraph::getZonePosition(), MWAWPresentationListener::handleSubDocument(), MWAWTextListener::handleSubDocument(), MWAWGraphicListener::handleSubDocument(), MWAWSpreadsheetListener::handleSubDocument(), ClarisDrawStyleManagerInternal::State::initColors(), ClarisDrawStyleManagerInternal::State::initGradients(), MWAWSpreadsheetListener::insertBreak(), MWAWPresentationListener::insertBreak(), MWAWGraphicListener::insertBreak(), MWAWPresentationListener::insertChar(), MWAWGraphicListener::insertChar(), MWAWSpreadsheetListener::insertChar(), MWAWTextListener::insertCharacter(), MWAWPresentationListener::insertCharacter(), MWAWGraphicListener::insertCharacter(), MWAWSpreadsheetListener::insertCharacter(), MWAWSpreadsheetListener::insertChart(), MWAWTextListener::insertComment(), MWAWSpreadsheetListener::insertComment(), MWAWPresentationListener::insertComment(), MWAWGraphicListener::insertComment(), MWAWGraphicDecoder::insertElement(), MWAWSpreadsheetDecoder::insertElement(), MWAWPresentationListener::insertEOL(), MWAWGraphicListener::insertEOL(), MWAWSpreadsheetListener::insertEOL(), MWAWTextListener::insertField(), MWAWPresentationListener::insertField(), MWAWGraphicListener::insertField(), MWAWSpreadsheetListener::insertField(), MWAWTextListener::insertFooter(), MWAWSpreadsheetListener::insertFooter(), MWAWPresentationListener::insertFooter(), MWAWGraphicListener::insertFooter(), MWAWPresentationListener::insertGroup(), MWAWGraphicListener::insertGroup(), MWAWTextListener::insertHeader(), MWAWSpreadsheetListener::insertHeader(), MWAWPresentationListener::insertHeader(), MWAWGraphicListener::insertHeader(), MWAWTextListener::insertNote(), MWAWSpreadsheetListener::insertNote(), MWAWPresentationListener::insertNote(), MWAWGraphicListener::insertNote(), MWAWHeaderFooter::insertPageNumberParagraph(), MWAWTextListener::insertPicture(), MWAWPresentationListener::insertPicture(), MWAWGraphicListener::insertPicture(), MWAWSpreadsheetListener::insertPicture(), MWAWPresentationListener::insertSlideNote(), MWAWPresentationListener::insertTab(), MWAWGraphicListener::insertTab(), MWAWSpreadsheetListener::insertTab(), MWAWPresentationListener::insertTable(), MWAWGraphicListener::insertTable(), MWAWSpreadsheetListener::insertTable(), MWAWPresentationListener::insertTextBox(), MWAWGraphicListener::insertTextBox(), MWAWSpreadsheetListener::insertTextBox(), MWAWPresentationListener::insertUnicode(), MWAWGraphicListener::insertUnicode(), MWAWSpreadsheetListener::insertUnicode(), MWAWPresentationListener::insertUnicodeString(), MWAWGraphicListener::insertUnicodeString(), MWAWSpreadsheetListener::insertUnicodeString(), RagTime5GraphInternal::IntListParser::IntListParser(), MWAWList::isCompatibleWith(), MWAWDocument::isFileFormatSupported(), MWAWList::isNumeric(), GreatWksGraph::isPageFrames(), MacWrtProStructures::isSent(), MacWrtProStructuresListenerState::MacWrtProStructuresListenerState(), MWAWListManager::needToSend(), GreatWksDocument::newPage(), ClarisWksDocument::newPage(), MacWrtProStructuresListenerState::newPage(), MacWrtProParser::newPage(), MsWksDocument::newPage(), MarinerWrtTextInternal::Table::nextCharPos(), libmwaw::numberingTypeToString(), libmwaw::numberingValueToString(), MoreText::numPages(), MsWks3Text::numPages(), RagTime5Spreadsheet::numPages(), RagTime5Text::numPages(), RagTime5Graph::numPages(), MacWrtProStructuresListenerState::numSection(), MWAWList::openElement(), MWAWTextListener::openFrame(), MWAWPresentationListener::openFrame(), MWAWSpreadsheetListener::openFrame(), MWAWGraphicListener::openFrame(), MWAWPresentationListener::openGroup(), MWAWGraphicListener::openGroup(), MWAWPresentationListener::openLayer(), MWAWGraphicListener::openLayer(), MWAWTextListener::openLink(), MWAWPresentationListener::openLink(), MWAWGraphicListener::openLink(), MWAWSpreadsheetListener::openLink(), MWAWPresentationListener::openMasterPage(), MWAWGraphicListener::openMasterPage(), MWAWTextListener::openSection(), MWAWPresentationListener::openSection(), MWAWGraphicListener::openSection(), MWAWSpreadsheetListener::openSection(), MWAWSpreadsheetListener::openSheet(), MWAWSpreadsheetListener::openSheetCell(), MWAWSpreadsheetListener::openSheetRow(), MWAWTextListener::openTable(), MWAWPresentationListener::openTable(), MWAWGraphicListener::openTable(), MWAWSpreadsheetListener::openTable(), MWAWTextListener::openTableCell(), MWAWPresentationListener::openTableCell(), MWAWGraphicListener::openTableCell(), MWAWSpreadsheetListener::openTableCell(), MWAWTextListener::openTableRow(), MWAWPresentationListener::openTableRow(), MWAWGraphicListener::openTableRow(), MWAWSpreadsheetListener::openTableRow(), SuperPaintParserInternal::operator<<(), GreatWksTextInternal::operator<<(), GreatWksDBParserInternal::operator<<(), operator<<(), MWAWPageSpan::operator==(), MsWrdTextStyles::orderStyles(), MWAWRSRCParser::parse(), MacDocParser::parse(), GreatWksDRParser::parse(), EDocParser::parse(), MacPaintParser::parse(), TeachTxtParser::parse(), DocMkrParser::parse(), GreatWksBMParser::parse(), GreatWksParser::parse(), MacWrtParser::parse(), MsWrd1Parser::parse(), MacDraftParser::parse(), MacDrawParser::parse(), ActaParser::parse(), SuperPaintParser::parse(), GreatWksSSParser::parse(), MsWksDRParser::parse(), MsWksParser::parse(), BeagleWksParser::parse(), BeagleWksBMParser::parse(), WingzParser::parse(), LightWayTxtParser::parse(), BeagleWksDBParser::parse(), NisusWrtParser::parse(), BeagleWksDRParser::parse(), GreatWksDBParser::parse(), MindWrtParser::parse(), MWAWPageSpanInternal::SubDocument::parse(), RagTimeParser::parse(), BeagleWksSSParser::parse(), MacDrawProParser::parse(), ClarisDrawParser::parse(), ClarisWksBMParser::parse(), WriterPlsParser::parse(), MsWksDBParser::parse(), MsWksSSParser::parse(), ClarisWksSSParser::parse(), FullWrtParser::parse(), ClarisWksParser::parse(), ClarisWksPRParser::parse(), MacWrtProParser::parse(), WriteNowParser::parse(), MWAWChartInternal::SubDocument::parse(), RagTime5Parser::parse(), MoreParser::parse(), ZWrtParser::parse(), MWAWOLEParser::parse(), WriteNowParserInternal::SubDocument::parse(), ZWrtParserInternal::SubDocument::parse(), LightWayTxtParserInternal::SubDocument::parse(), ClarisWksSSParserInternal::SubDocument::parse(), ClarisWksParserInternal::SubDocument::parse(), MsWrdParser::parse(), ClarisWksPRParserInternal::SubDocument::parse(), NisusWrtGraphInternal::SubDocument::parse(), HanMacWrdKParserInternal::SubDocument::parse(), FullWrtGraphInternal::SubDocument::parse(), HanMacWrdJParser::parse(), MoreParserInternal::SubDocument::parse(), MsWksDocumentInternal::SubDocument::parse(), HanMacWrdJParserInternal::SubDocument::parse(), GreatWksParserInternal::SubDocument::parse(), ClarisWksPresentationInternal::SubDocument::parse(), MarinerWrtParser::parse(), ClarisWksDocumentInternal::SubDocument::parse(), MsWksSSParserInternal::SubDocument::parse(), SuperPaintParserInternal::SubDocument::parse(), ZWrtTextInternal::SubDocument::parse(), GreatWksSSParserInternal::SubDocument::parse(), HanMacWrdKParser::parse(), BeagleWksDRParserInternal::SubDocument::parse(), DocMkrTextInternal::SubDocument::parse(), MarinerWrtParserInternal::SubDocument::parse(), MsWks3TextInternal::SubDocument::parse(), BeagleWksDBParserInternal::SubDocument::parse(), MacDrawParserInternal::SubDocument::parse(), MsWrdParserInternal::SubDocument::parse(), MsWrd1ParserInternal::SubDocument::parse(), ActaParserInternal::SubDocument::parse(), BeagleWksSSParserInternal::SubDocument::parse(), RagTime5ParserInternal::SubDocument::parse(), FullWrtParserInternal::SubDocument::parse(), MacWrtProParserInternal::SubDocument::parse(), MacDraftParserInternal::SubDocument::parse(), BeagleWksTextInternal::SubDocument::parse(), MacWrtParserInternal::SubDocument::parse(), RagTimeParserInternal::SubDocument::parse(), HanMacWrdJTextInternal::SubDocument::parse(), MacDrawProParserInternal::SubDocument::parse(), NisusWrtTextInternal::SubDocument::parse(), GreatWksGraphInternal::SubDocument::parse(), GreatWksDBParserInternal::SubDocument::parse(), MoreTextInternal::SubDocument::parse(), MarinerWrtGraphInternal::SubDocument::parse(), MsWksDBParserInternal::SubDocument::parse(), MindWrtParserInternal::SubDocument::parse(), ClarisWksTextInternal::SubDocument::parse(), WriterPlsParserInternal::SubDocument::parse(), ClarisDrawGraphInternal::SubDocument::parse(), ClarisWksGraphInternal::SubDocument::parse(), HanMacWrdKGraphInternal::SubDocument::parse(), MsWksGraphInternal::SubDocument::parse(), HanMacWrdJGraphInternal::SubDocument::parse(), libmwaw_applepict1::PictParser::parse(), MWAWRSRCParser::parseClut(), WriteNowText::parseContent(), RagTime5GraphInternal::ClustListParser::parseData(), RagTime5SpreadsheetInternal::ClustListParser::parseData(), RagTime5TextInternal::ClustListParser::parseData(), RagTime5ParserInternal::IndexUnicodeParser::parseData(), RagTime5SpreadsheetInternal::DoubleParser::parseData(), RagTime5GraphInternal::IntListParser::parseData(), RagTime5ParserInternal::ClustListParser::parseData(), RagTime5SpreadsheetInternal::ContentParser::parseData(), RagTime5GraphInternal::FloatParser::parseData(), RagTime5SpreadsheetInternal::Unknown5Parser::parseData(), MacWrtProParser::parseDataZone(), RagTime5SpreadsheetInternal::SpreadsheetCParser::parseDataZone(), RagTime5TextInternal::TextCParser::parseDataZone(), RagTime5GraphInternal::PictCParser::parseDataZone(), RagTime5SpreadsheetInternal::ChartCParser::parseDataZone(), RagTime5ClusterManagerInternal::RootCParser::parseDataZone(), RagTime5GraphInternal::GraphicCParser::parseDataZone(), RagTime5ParserInternal::DocInfoFieldParser::parseField(), RagTime5ClusterManagerInternal::ColPatCParser::parseField(), RagTime5SpreadsheetInternal::SpreadsheetCParser::parseField(), RagTime5TextInternal::TextCParser::parseField(), RagTime5ClusterManagerInternal::LayoutCParser::parseField(), RagTime5SpreadsheetInternal::ChartCParser::parseField(), RagTime5GraphInternal::PictCParser::parseField(), RagTime5ClusterManagerInternal::RootCParser::parseField(), RagTime5GraphInternal::GraphicCParser::parseField(), RagTime5ClusterManagerInternal::RootChildCParser::parseField(), RagTime5ClusterManagerInternal::ScriptCParser::parseField(), RagTime5ClusterManagerInternal::StyleCParser::parseField(), WriteNowParser::parseGraphicZone(), MsWks4Zone::parseHeaderIndex(), MsWks4Zone::parseHeaderIndexEntry(), RagTime5ClusterManagerInternal::LayoutCParser::parseHeaderZone(), RagTime5SpreadsheetInternal::SpreadsheetCParser::parseHeaderZone(), RagTime5TextInternal::TextCParser::parseHeaderZone(), RagTime5GraphInternal::PictCParser::parseHeaderZone(), RagTime5ClusterManagerInternal::RootCParser::parseHeaderZone(), RagTime5GraphInternal::GraphicCParser::parseHeaderZone(), RagTime5SpreadsheetInternal::ChartCParser::parseHeaderZone(), MWAWRSRCParser::parseMap(), MWAWRSRCParser::parsePICT(), MWAWRSRCParser::parseSTR(), MWAWRSRCParser::parseSTRList(), MacWrtProParser::parseTextZone(), MWAWRSRCParser::parseVers(), WriteNowText::parseZone(), RagTime5ClusterManagerInternal::ColPatCParser::parseZone(), RagTime5SpreadsheetInternal::SpreadsheetCParser::parseZone(), RagTime5ClusterManagerInternal::LayoutCParser::parseZone(), RagTime5TextInternal::TextCParser::parseZone(), RagTime5ClusterManagerInternal::PipelineCParser::parseZone(), RagTime5SpreadsheetInternal::ChartCParser::parseZone(), RagTime5GraphInternal::PictCParser::parseZone(), RagTime5ClusterManagerInternal::RootCParser::parseZone(), RagTime5GraphInternal::GraphicCParser::parseZone(), RagTime5ClusterManagerInternal::RootChildCParser::parseZone(), RagTime5ClusterManagerInternal::ScriptCParser::parseZone(), RagTime5ClusterManagerInternal::StyleCParser::parseZone(), RagTime5ClusterManagerInternal::LayoutCParser::parseZoneBlock(), RagTime5TextInternal::TextCParser::parseZoneBlock(), MsWrdText::prepareData(), MsWrdText::prepareFontProperties(), HanMacWrdJGraph::prepareStructures(), HanMacWrdKGraph::prepareStructures(), MsWrdText::prepareTableLimits(), MsWrd1Parser::prepareTextZones(), RagTimeStruct::ResourceList::read(), FullWrtStruct::Border::read(), NisusWrtStruct::RecursifData::read(), libmwaw_applepict1::Region::read(), MsWrdStruct::Table::read(), libmwaw_applepict1::Bitmap::read(), MsWrdStruct::ParagraphInfo::read(), MsWrdStruct::Paragraph::read(), RagTime5StructManager::GraphicStyle::read(), RagTime5StructManager::TextStyle::read(), libmwaw_applepict1::Pixmap::read(), libmwaw_applepict1::Pixpattern::read(), NisusWrtParser::readABBR(), ClarisDrawStyleManager::readArrows(), MacDrawProStyleManager::readArrows(), BeagleWksDRParser::readArrows(), GreatWksDocument::readARRs(), ZWrtParser::readBarState(), MacPaintParser::readBitmap(), SuperPaintParser::readBitmap(), BeagleWksBMParser::readBitmap(), MacDrawProParser::readBitmap(), ClarisDrawGraph::readBitmapColorMap(), ClarisWksGraph::readBitmapColorMap(), MacDraftParser::readBitmapData(), ClarisDrawGraph::readBitmapData(), ClarisWksGraph::readBitmapData(), libmwaw_applepict1::Bitmap::readBitmapData(), ClarisDrawGraph::readBitmapZone(), ClarisWksGraph::readBitmapZone(), GreatWksDBParser::readBlock(), MacWrtProStructures::readBlock(), RagTimeSpreadsheet::readBlockHeader(), GreatWksDBParser::readBlockHeader2(), MacWrtProStructures::readBlocksList(), MacWrtProStructures::readBlockV2(), MacDocParser::readBookmark(), ClarisWksDocument::readBookmark(), FullWrtGraph::readBorderDocInfo(), MacDrawProStyleManager::readBWPatterns(), libmwaw_applepict1::OpCode::readCColor(), GreatWksSSParser::readCell(), MsWksSSParser::readCell(), BeagleWksStructManager::readCellInFormula(), GreatWksDocument::readCellInFormula(), ClarisWksDbaseContent::readCellInFormula(), RagTimeSpreadsheet::readCellInFormula(), MsWksDocument::readCellInFormula(), RagTimeSpreadsheet::readCellInFormulaV2(), BeagleWksSSParser::readCellSheet(), ClarisWksStyleManager::readCellStyles(), RagTimeText::readCharProperties(), MacWrtProStructures::readCharStyles(), MsWksTable::readChart(), GreatWksSSParser::readChart(), BeagleWksSSParser::readChart(), RagTime5Spreadsheet::readChartCluster(), WingzParser::readChartData(), ClarisWksGraph::readChartData(), BeagleWksSSParser::readChartZone(), FullWrtParser::readCitationDocInfo(), RagTime5ClusterManager::readCluster(), RagTime5Parser::readClusterLayoutData(), RagTime5Parser::readClusterLinkList(), RagTime5ClusterManager::readClusterMainList(), RagTime5Parser::readClusterPipelineData(), RagTime5Parser::readClusterRootData(), RagTime5Parser::readClusterScriptData(), RagTime5Parser::readClusterZone(), RagTime5Parser::readClusterZones(), NisusWrtParser::readCNTR(), WriterPlsParser::readColInfo(), libmwaw_applepict1::OpCode::readColor(), ClarisWksStyleManager::readColorList(), ClarisDrawStyleManager::readColorList(), BeagleWksBMParser::readColorMap(), WriteNowParser::readColorMap(), MacDrawProStyleManager::readColorMap(), RagTimeParser::readColorMapV2(), MacDrawProStyleManager::readColorPalette(), MacDrawProStyleManager::readColorPatterns(), RagTime5Graph::readColorPatternZone(), BeagleWksDRParser::readColors(), MacDrawProStyleManager::readColors(), RagTimeParser::readColorTable(), MsWksDBParser::readColSize(), ClarisWksDbaseContent::readColumn(), ClarisWksDbaseContent::readColumnList(), BeagleWksSSParser::readColumnWidths(), MoreText::readComment(), HanMacWrdJGraph::readCommentData(), MWAWOLEParser::readCompObj(), RagTime5StructManager::readCompressedLong(), MindWrtParser::readCompressedText(), ClarisWksDbaseContent::readContent(), MWAWOLEParser::readContents(), MWAWOLEParser::readCONTENTS(), MsWks4Zone::readContentZones(), ZWrtParser::readCPos(), NisusWrtParser::readCPRC(), ZWrtParser::readCPRT(), ClarisWksDocument::readCPRT(), MarinerWrtParser::readCPRT(), MoreText::readCustomListLevel(), GreatWksDocument::readDaHS(), ClarisDrawStyleManager::readDashs(), MacDrawProStyleManager::readDashs(), MWAWPropertyHandlerDecoder::readData(), MsWksDBParser::readDataBase(), GreatWksDBParser::readDatabase(), BeagleWksDBParser::readDatabase(), ClarisWksDatabase::readDatabaseZone(), FullWrtText::readDataMod(), RagTimeParser::readDataZoneHeader(), ClarisWksDatabase::readDefaults(), MsWksDBParser::readDefaultValues(), WriteNowParser::readDocEntries(), WriteNowParser::readDocEntriesV2(), MacDraftParser::readDocHeader(), ClarisDrawParser::readDocHeader(), MacWrtProParser::readDocHeader(), ClarisWksDocument::readDocHeader(), GreatWksParser::readDocInfo(), MsWrd1Parser::readDocInfo(), LightWayTxtParser::readDocInfo(), FullWrtParser::readDocInfo(), ClarisWksDocument::readDocInfo(), MarinerWrtParser::readDocInfo(), RagTime5Parser::readDocInfoClusterData(), MsWrdParser::readDocSum(), LightWayTxtParser::readDocument(), LightWayTxtText::readDocumentHF(), BeagleWksStructManager::readDocumentInfo(), MacDrawProStyleManager::readDocumentInfo(), MoreParser::readDocumentInfo(), MsWksDocument::readDocumentInfo(), MsWrdParser::readDocumentInfo(), ClarisWksDocument::readDocumentMark(), BeagleWksStructManager::readDocumentPreferences(), RagTime5Parser::readDocumentVersion(), FullWrtParser::readDocZoneData(), FullWrtParser::readDocZoneStruct(), MsWks4Zone::readDOP(), MsWksDRParser::readDrawHeader(), ClarisDrawParser::readDSET(), ClarisWksDocument::readDSET(), ClarisDrawText::readDSETZone(), ClarisWksText::readDSETZone(), ClarisWksDocument::readDSUM(), ActaParser::readEndDataV3(), FullWrtParser::readEndDocInfo(), ClarisWksDocument::readEndMark(), ClarisWksDocument::readEndTable(), MindWrtParser::readEntry(), WriteNowParser::readEntry(), MsWrdParser::readEntry(), MarinerWrtParser::readEntryHeader(), MacDrawProStyleManager::readFAMap(), MacDrawProStyleManager::readFAPalette(), MsWks4Text::readFDP(), GreatWksDBParser::readField(), RagTime5StructManager::readField(), GreatWksDBParser::readFieldAuxis(), RagTime5ClusterManager::readFieldClusters(), RagTime5Text::readFieldDefinition(), RagTime5ClusterManager::readFieldHeader(), GreatWksDBParser::readFieldLinks(), RagTime5Text::readFieldPosition(), GreatWksDBParser::readFieldRecords(), ClarisWksDatabase::readFields(), GreatWksDBParser::readFields(), BeagleWksDBParser::readFields(), MsWrdText::readFields(), MsWksDBParser::readFieldTypes(), MsWksDBParser::readFieldTypesV2(), RagTime5Text::readFieldZones(), FullWrtParser::readFileZoneFlags(), FullWrtParser::readFileZonePos(), MsWksDBParser::readFilters(), RagTime5Parser::readFixedSizeZone(), NisusWrtParser::readFnSc(), MacDocParser::readFont(), MsWrd1Parser::readFont(), ClarisDrawText::readFont(), HanMacWrdJText::readFont(), HanMacWrdKText::readFont(), ClarisWksText::readFont(), WriteNowText::readFont(), MacWrtProStructures::readFont(), LightWayTxtText::readFont2(), BeagleWksStructManager::readFontNames(), ClarisWksStyleManager::readFontNames(), RagTimeText::readFontNames(), ClarisDrawStyleManager::readFontNames(), HanMacWrdKText::readFontNames(), MarinerWrtText::readFontNames(), GreatWksText::readFontNames(), HanMacWrdJText::readFontNames(), DocMkrText::readFontNames(), MacDrawProStyleManager::readFontNames(), WriteNowText::readFontNames(), MsWks4Text::readFontNames(), MsWrdText::readFontNames(), LightWayTxtText::readFonts(), RagTimeText::readFonts(), MarinerWrtText::readFonts(), HanMacWrdJText::readFonts(), MindWrtParser::readFonts(), NisusWrtText::readFonts(), MoreText::readFonts(), WriterPlsParser::readFonts(), MacWrtProStructures::readFontsDef(), NisusWrtText::readFontsList(), EDocParser::readFontsName(), MacWrtProStructures::readFontsName(), BeagleWksStructManager::readFontStyle(), ClarisDrawStyleManager::readFontStyles(), MacDrawProStyleManager::readFontStyles(), DocMkrText::readFooter(), MsWks4Text::readFootNote(), MsWrd1Parser::readFootnoteCorrespondance(), HanMacWrdKGraph::readFootnoteFrame(), NisusWrtText::readFootnotes(), MsWrdText::readFootnotesData(), MsWrdText::readFootnotesPos(), GreatWksDBParser::readForm(), MsWksDBParser::readForm(), BeagleWksDBParser::readFormat(), RagTime5Parser::readFormats(), GreatWksDBParser::readFormLinks(), MsWksDBParser::readForms(), MsWksDBParser::readFormTypes(), BeagleWksStructManager::readFormula(), WingzParser::readFormula(), MsWksDBParser::readFormula(), GreatWksDBParser::readFormula(), RagTimeSpreadsheet::readFormula(), ClarisWksDbaseContent::readFormula(), MsWksDocument::readFormula(), GreatWksDBParser::readFormulaResult(), RagTimeSpreadsheet::readFormulaV2(), MsWksDBParser::readFormV2(), BeagleWksStructManager::readFrame(), HanMacWrdJGraph::readFrame(), GreatWksGraph::readFrameExtraData(), GreatWksGraph::readFrameExtraDataRec(), HanMacWrdKGraph::readFrames(), HanMacWrdJGraph::readFrames(), HanMacWrdKParser::readFramesUnkn(), GreatWksDBParser::readFreeList(), MoreParser::readFreePos(), NisusWrtParser::readFTA2(), HanMacWrdJText::readFtnPos(), FullWrtParser::readGenericDocData(), WriteNowParser::readGenericUnkn(), ClarisWksStyleManager::readGenStyle(), MacDrawProParser::readGeometryShapeData(), ClarisWksStyleManager::readGradientList(), ClarisDrawStyleManager::readGradientList(), MacDrawProStyleManager::readGradientMap(), MacDrawProStyleManager::readGradientPalette(), HanMacWrdJGraph::readGraphData(), MindWrtParser::readGraphic(), MacWrtParser::readGraphic(), WingzParser::readGraphic(), FullWrtGraph::readGraphic(), WriterPlsParser::readGraphic(), RagTime5Graph::readGraphic(), RagTime5Graph::readGraphicCluster(), FullWrtGraph::readGraphicData(), BeagleWksDRParser::readGraphicHeader(), RagTime5Graph::readGraphicTransformations(), RagTime5Graph::readGraphicTypes(), RagTime5Graph::readGraphicUnknown(), ClarisWksStyleManager::readGraphStyles(), GreatWksDocument::readGrDS(), MacDrawProStyleManager::readGrid(), HanMacWrdKGraph::readGroup(), MsWksGraph::readGroup(), HanMacWrdJGraph::readGroupData(), ClarisDrawGraph::readGroupData(), ClarisWksGraph::readGroupData(), ClarisDrawGraph::readGroupDef(), ClarisWksGraph::readGroupDef(), ClarisDrawGraph::readGroupHeader(), ClarisWksGraph::readGroupHeader(), MsWksDocument::readGroupHeaderFooter(), ClarisDrawGraph::readGroupUnknown(), ClarisWksGraph::readGroupUnknown(), ClarisDrawGraph::readGroupZone(), ClarisWksGraph::readGroupZone(), SuperPaintParser::readHeader(), GreatWksDBParser::readHeader(), HanMacWrdJParser::readHeaderEnd(), MsWrdParser::readHeaderEndV3(), NisusWrtText::readHeaderFooter(), MacDrawProParser::readHeaderInfo(), MacDrawProStyleManager::readHeaderInfoStylePart(), MindWrtParser::readHeadingCustom(), MindWrtParser::readHeadingFields(), MindWrtParser::readHeadingProperties(), MindWrtParser::readHeadingStates(), ActaParser::readHFProperties(), ZWrtText::readHFZone(), ZWrtParser::readHTMLPref(), MacDocParser::readIndex(), EDocParser::readIndex(), EDocParser::readInfo(), NisusWrtParser::readINFO(), MacWrtParser::readInformations(), MWAWPropertyHandlerDecoder::readInsertElement(), MWAWPropertyHandlerDecoder::readInsertElementWithList(), libmwaw_applepict1::OpCode::readInt(), GreatWksDBParser::readIntList(), ClarisWksStruct::readIntZone(), FullWrtText::readItem(), ClarisWksStyleManager::readKSEN(), MacDraftParser::readLabel(), ActaParser::readLabel(), BeagleWksParser::readLastZone(), MindWrtParser::readLastZone(), MacDrawProParser::readLayerLibraryCorrespondance(), MacDrawProParser::readLayersInfo(), ClarisWksDatabase::readLayout(), BeagleWksDBParser::readLayout(), ClarisDrawParser::readLayouts(), BeagleWksDBParser::readLayouts(), MacDrawProParser::readLibrariesInfo(), ClarisDrawParser::readLibraryHeader(), ClarisDrawParser::readLibraryNames(), FullWrtText::readLineHeader(), MacWrtParser::readLinesHeight(), MindWrtParser::readLinesInfo(), RagTimeParser::readLinks(), RagTime5Text::readLinkZones(), MacDrawProStyleManager::readListNames(), RagTime5Parser::readListZone(), MWAWPropertyHandlerDecoder::readLong(), RagTime5Parser::readLongListWithSize(), MsWrdText::readLongZone(), ClarisWksStyleManager::readLookUp(), LightWayTxtParser::readLWSR2(), WingzParser::readMacro(), RagTimeParser::readMacroFormats(), ClarisWksDocument::readMARKList(), MWAWOLEParser::readMM(), LightWayTxtParser::readMPSR5(), ClarisWksGraph::readNamedPict(), GreatWksDocument::readNumber(), ClarisWksDbaseContent::readNumber(), NisusWrtParser::readNumberingReset(), MarinerWrtParser::readNumbersString(), RagTimeSpreadsheet::readNumericFormat(), GreatWksDocument::readNxEd(), MacDraftParser::readObject(), MacDrawParser::readObject(), MacDrawProParser::readObject(), MsWrdParser::readObject(), MacDrawProParser::readObjectData(), MsWrdParser::readObjectFlags(), MsWrdParser::readObjectList(), MsWrdParser::readObjects(), ActaParser::readOption(), MoreText::readOutline(), MoreText::readOutlineList(), MsWrd1Parser::readPageBreak(), MacWrtParser::readPageBreak(), MsWrdText::readPageBreak(), GreatWksGraph::readPageFrames(), WriterPlsParser::readPageInfo(), NisusWrtParser::readPageLimit(), RagTimeParser::readPageZone(), MacDrawProStyleManager::readPaletteData(), MacDrawProStyleManager::readPaletteDef(), MacDrawProStyleManager::readPaletteMap(), GreatWksGraph::readPalettes(), MsWrdTextStyles::readParagraph(), MsWrd1Parser::readParagraph(), BeagleWksText::readParagraph(), MacWrtParser::readParagraph(), ClarisDrawText::readParagraph(), HanMacWrdJText::readParagraph(), HanMacWrdKText::readParagraph(), MsWks3Text::readParagraph(), WriteNowText::readParagraph(), ClarisWksText::readParagraph(), MsWks4Text::readParagraph(), MacWrtProStructures::readParagraph(), WriterPlsParser::readParagraphData(), WriterPlsParser::readParagraphInfo(), MsWrdText::readParagraphInfo(), RagTimeText::readParagraphs(), ClarisDrawText::readParagraphs(), HanMacWrdJText::readParagraphs(), NisusWrtText::readParagraphs(), ClarisWksText::readParagraphs(), MacWrtProStructures::readParagraphs(), MacDrawProStyleManager::readParagraphStyles(), FullWrtText::readParagraphTabs(), FullWrtText::readParaModDocInfo(), MacDraftParser::readPattern(), libmwaw_applepict1::OpCode::readPattern(), ClarisWksStyleManager::readPatternList(), ClarisDrawStyleManager::readPatternList(), MacDrawProStyleManager::readPatternMap(), MacDrawProStyleManager::readPatternPalette(), GreatWksGraph::readPatterns(), BeagleWksDRParser::readPatterns(), MacDrawProStyleManager::readPatternsToolList(), MacDrawProStyleManager::readPens(), NisusWrtGraph::readPGRA(), NisusWrtText::readPICD(), ClarisWksGraph::readPICT(), ClarisWksGraph::readPictData(), MsWksGraph::readPictHeader(), DocMkrParser::readPictInfo(), BeagleWksStructManager::readPicture(), RagTime5Graph::readPicture(), HanMacWrdKGraph::readPicture(), HanMacWrdJGraph::readPicture(), MsWrdParser::readPicture(), RagTime5Graph::readPictureCluster(), HanMacWrdJGraph::readPictureData(), HanMacWrdKGraph::readPictureFrame(), RagTime5Graph::readPictureList(), RagTime5Graph::readPictureMatch(), MsWksGraph::readPictureV4(), RagTimeParser::readPictZone(), RagTimeParser::readPictZoneV2(), libmwaw_applepict1::Pixmap::readPixmapData(), NisusWrtGraph::readPLAC(), MsWrdTextStyles::readPLC(), MsWrd1Parser::readPLC(), MsWks4Text::readPLC(), MsWrdTextStyles::readPLCList(), MarinerWrtText::readPLCZone(), NisusWrtGraph::readPLDT(), libmwaw_applepict1::OpCode::readPoint(), libmwaw_applepict1::OpCode::readPoly(), ClarisDrawGraph::readPolygonData(), ClarisWksGraph::readPolygonData(), RagTimeSpreadsheet::readPositionsList(), NisusWrtText::readPosToFont(), MarinerWrtGraph::readPostscript(), BeagleWksBMParser::readPrefColorMap(), WingzParser::readPreferences(), MacDrawProStyleManager::readPreferences(), MacDrawProStyleManager::readPreferences1(), MacDrawProStyleManager::readPreferences6(), MacDrawProStyleManager::readPreferences8(), MacDrawProStyleManager::readPreferencesListBool(), MacDrawParser::readPrefs(), ClarisWksPresentation::readPresentationZone(), MsWrdParser::readPrinter(), MacDrawParser::readPrintInfo(), SuperPaintParser::readPrintInfo(), WingzParser::readPrintInfo(), MacWrtParser::readPrintInfo(), WriterPlsParser::readPrintInfo(), MacDrawProParser::readPrintInfo(), MacDraftParser::readPrintInfo(), ActaParser::readPrintInfo(), LightWayTxtParser::readPrintInfo(), ClarisDrawParser::readPrintInfo(), BeagleWksDBParser::readPrintInfo(), MindWrtParser::readPrintInfo(), BeagleWksBMParser::readPrintInfo(), BeagleWksParser::readPrintInfo(), NisusWrtParser::readPrintInfo(), BeagleWksSSParser::readPrintInfo(), MoreParser::readPrintInfo(), ZWrtParser::readPrintInfo(), FullWrtParser::readPrintInfo(), GreatWksDocument::readPrintInfo(), MsWrdParser::readPrintInfo(), BeagleWksDRParser::readPrintInfo(), WriteNowParser::readPrintInfo(), MacWrtProParser::readPrintInfo(), RagTimeParser::readPrintInfo(), HanMacWrdJParser::readPrintInfo(), ClarisWksDocument::readPrintInfo(), MarinerWrtParser::readPrintInfo(), HanMacWrdKParser::readPrintInfo(), MsWks4Zone::readPRNT(), MWAWPropertyHandlerDecoder::readPropertyList(), MWAWPropertyHandlerDecoder::readPropertyListVector(), ClarisWksGraph::readQTimeData(), MsWksGraph::readRB(), ClarisWksDbaseContent::readRecordDB(), GreatWksDBParser::readRecordList(), ClarisWksDbaseContent::readRecordList(), MsWksDBParser::readRecords(), ClarisWksDbaseContent::readRecordSS(), ClarisWksDbaseContent::readRecordSSV1(), libmwaw_applepict1::OpCode::readRect(), NisusWrtParser::readReference(), MsWksDBParser::readReportHeader(), MsWksDBParser::readReports(), MsWksDBParser::readReportV2(), RagTimeSpreadsheet::readResource(), MacDrawProParser::readRotationInObjectData(), BeagleWksDBParser::readRow(), ClarisWksSpreadsheet::readRowHeightZone(), GreatWksDBParser::readRowLinks(), GreatWksDBParser::readRowRecords(), RagTimeParser::readRsrcBeDc(), RagTimeParser::readRsrcBtch(), RagTimeParser::readRsrcCalc(), MacDrawProStyleManager::readRSRCDstl(), RagTimeParser::readRsrcFHwl(), RagTimeParser::readRsrcfppr(), RagTimeParser::readRsrcSele(), RagTimeSpreadsheet::readRsrcSpDI(), RagTimeSpreadsheet::readRsrcSpDo(), RagTimeParser::readRsrcStructured(), MacDrawProStyleManager::readRSRCZones(), ActaParser::readRSRCZones(), LightWayTxtText::readRuby(), MindWrtParser::readRuler(), LightWayTxtText::readRulers(), MarinerWrtText::readRulers(), ClarisDrawStyleManager::readRulers(), MacDrawProStyleManager::readRulers(), MacDrawProStyleManager::readRulerSettings(), BeagleWksText::readSection(), WriterPlsParser::readSection(), MsWrdTextStyles::readSection(), ZWrtText::readSectionFonts(), ZWrtParser::readSectionRange(), HanMacWrdKText::readSections(), HanMacWrdJText::readSections(), MacWrtProStructures::readSections(), MacWrtProStructures::readSelection(), MsWks4Zone::readSELN(), MarinerWrtParser::readSeparator(), MsWksDBParser::readSerialFormula(), NisusWrtParser::readSGP1(), SuperPaintParser::readShape(), ClarisDrawGraph::readShape(), ClarisWksGraph::readShape(), BeagleWksDRParser::readShapeDatas(), BeagleWksDRParser::readShapeDefinitions(), HanMacWrdJGraph::readShapeGraph(), HanMacWrdKGraph::readShapeGraph(), BeagleWksDRParser::readShapePositions(), FullWrtGraph::readSideBar(), FullWrtGraph::readSideBarFormat(), FullWrtGraph::readSideBarPosition(), FullWrtGraph::readSideBarUnknown(), ZWrtParser::readSLen(), MoreParser::readSlide(), MoreParser::readSlideList(), GreatWksDBParser::readSmallZone(), ClarisWksDocument::readSNAP(), MoreText::readSpeakerNote(), WingzParser::readSpreadsheet(), GreatWksSSParser::readSpreadsheet(), RagTimeSpreadsheet::readSpreadsheet(), BeagleWksSSParser::readSpreadsheet(), RagTimeSpreadsheet::readSpreadsheetCellContent(), RagTimeSpreadsheet::readSpreadsheetCellDimension(), RagTimeSpreadsheet::readSpreadsheetCellFormat(), WingzParser::readSpreadsheetCellList(), WingzParser::readSpreadsheetCellName(), RagTimeSpreadsheet::readSpreadsheetCellsV2(), RagTimeSpreadsheet::readSpreadsheetCellV2(), RagTime5Spreadsheet::readSpreadsheetCluster(), RagTimeSpreadsheet::readSpreadsheetComplexStructure(), RagTimeSpreadsheet::readSpreadsheetExtraV2(), WingzParser::readSpreadsheetPBreak(), RagTimeSpreadsheet::readSpreadsheetSimpleStructure(), WingzParser::readSpreadsheetSize(), WingzParser::readSpreadsheetStyle(), RagTimeSpreadsheet::readSpreadsheetV2(), ClarisWksSpreadsheet::readSpreadsheetZone(), WingzParser::readSpreadsheetZone5(), RagTimeSpreadsheet::readSpreadsheetZone9(), MsWksSSParser::readSSheetZone(), GreatWksDocument::readString(), ClarisWksDbaseContent::readString(), RagTime5Parser::readString(), MacWrtProStructures::readString(), MWAWPropertyHandlerDecoder::readString(), ClarisWksDocument::readStringList(), NisusWrtParser::readStringsList(), MsWrdParser::readStringsZone(), MacWrtProStructures::readStructB(), ClarisWksDocument::readStructCellZone(), RagTime5Parser::readStructData(), RagTime5Parser::readStructMainZone(), MacDrawProParser::readStructuredHeaderZone(), MsWks4Text::readStructures(), ClarisWksStruct::readStructZone(), RagTime5Parser::readStructZone(), DocMkrParser::readSTwD(), ClarisWksText::readSTYL_RULR(), BeagleWksDRParser::readStyle(), FullWrtText::readStyle(), GreatWksGraph::readStyle(), MacWrtProStructures::readStyle(), ClarisWksStyleManager::readStyleFonts(), MarinerWrtText::readStyleNames(), ClarisWksStyleManager::readStyleNames(), MacDrawProStyleManager::readStyles(), ClarisWksStyleManager::readStyles(), TeachTxtParser::readStyles(), GreatWksSSParser::readStyles(), HanMacWrdKText::readStyles(), ZWrtText::readStyles(), DocMkrText::readStyles(), HanMacWrdJText::readStyles(), MsWrdTextStyles::readStyles(), WriteNowText::readStyles(), MacWrtProStructures::readStyles(), ClarisWksStyleManager::readStylesDef(), MsWrdTextStyles::readStylesFont(), MsWrdTextStyles::readStylesHierarchy(), MsWrdTextStyles::readStylesNames(), MsWrdTextStyles::readStylesParagraph(), LightWayTxtText::readStyleU(), MsWksTable::readTable(), WriterPlsParser::readTable(), HanMacWrdJGraph::readTable(), WriteNowText::readTable(), HanMacWrdKGraph::readTable(), ClarisWksTable::readTableBorders(), ClarisWksTable::readTableBordersId(), ClarisWksTable::readTableCells(), HanMacWrdJGraph::readTableData(), HanMacWrdJGraph::readTableFormatsList(), ClarisWksTable::readTablePointers(), ClarisWksTable::readTableZone(), MindWrtParser::readText(), MsWks4Text::readText(), MacWrtParser::readText(), WriterPlsParser::readText(), MsWksGraph::readText(), libmwaw_applepict1::OpCode::readText(), HanMacWrdKGraph::readTextBox(), HanMacWrdJGraph::readTextboxData(), RagTime5Text::readTextCluster(), FullWrtText::readTextData(), HanMacWrdJGraph::readTextData(), MacWrtProParser::readTextEntries(), MacWrtProParser::readTextIds(), MacDrawProParser::readTextII(), MacDrawProParser::readTextPro(), ClarisWksText::readTextSection(), MarinerWrtText::readTextStruct(), MsWrdText::readTextStruct(), MsWrdTextStyles::readTextStructList(), HanMacWrdJText::readTextToken(), MacWrtProParser::readTextTokens(), RagTime5Text::readTextUnknown0(), RagTime5Text::readTextUnknown1(), RagTimeText::readTextZone(), HanMacWrdKText::readTextZone(), WingzParser::readTextZone(), HanMacWrdJText::readTextZone(), HanMacWrdJText::readTextZonesList(), ClarisWksDocument::readTNAM(), DocMkrText::readTOC(), LightWayTxtParser::readTOC(), LightWayTxtParser::readTOCPage(), MarinerWrtGraph::readToken(), HanMacWrdKText::readToken(), WriteNowText::readToken(), MarinerWrtGraph::readTokenBlock0(), RagTimeText::readTokens(), ClarisDrawText::readTokens(), ClarisWksText::readTokens(), WriteNowText::readTokenV2(), ActaText::readTopic(), MoreText::readTopic(), ClarisDrawGraph::readTransformations(), RagTime5StructManager::readTypeDefinitions(), RagTime5StructManager::readUnicodeString(), MoreParser::readUnkn9Sub(), MoreParser::readUnknown9(), RagTime5Parser::readUnknownClusterBData(), RagTime5ClusterManager::readUnknownClusterC(), RagTime5Parser::readUnknownClusterCData(), LightWayTxtText::readUnknownStyle(), MsWksDBParser::readUnknownV2(), ZWrtParser::readUnknownZone(), RagTime5Spreadsheet::readUnknownZone1(), RagTime5Spreadsheet::readUnknownZone2(), RagTime5Spreadsheet::readUnknownZone3(), RagTime5Spreadsheet::readUnknownZone4(), MacDrawProStyleManager::readUPDL(), ClarisWksDocument::readURL(), libmwaw_applepict1::OpCode::readValue(), NisusWrtParser::readVariable(), MacDrawProStyleManager::readViews(), ActaParser::readWindowPos(), ZWrtParser::readWindowPos(), DocMkrText::readWindows(), MacWrtParser::readWindowsInfo(), WriterPlsParser::readWindowsInfo(), WriterPlsParser::readWindowsZone(), MacDocParser::readWP(), BeagleWksStructManager::readwPos(), GreatWksDocument::readWPSN(), TeachTxtParser::readWRCT(), DocMkrParser::readXtr2(), MarinerWrtText::readZone(), GreatWksText::readZone(), HanMacWrdJParser::readZone(), HanMacWrdKParser::readZone(), ClarisWksSpreadsheet::readZone1(), ClarisWksPresentation::readZone1(), GreatWksDBParser::readZone12(), MarinerWrtParser::readZone13(), MsWrdParser::readZone17(), ClarisWksPresentation::readZone2(), RagTimeParser::readZone6(), HanMacWrdKParser::readZone6(), MindWrtParser::readZone8(), HanMacWrdKParser::readZone8(), HanMacWrdJParser::readZoneA(), ClarisWksDocument::readZoneA(), HanMacWrdKParser::readZonea(), HanMacWrdJParser::readZoneB(), MarinerWrtParser::readZoneb(), HanMacWrdKParser::readZoneb(), MarinerWrtParser::readZonec(), HanMacWrdKParser::readZonec(), RagTime5Parser::readZoneData(), MarinerWrtParser::readZoneDim(), MarinerWrtParser::readZoneHeader(), MsWrdParser::readZoneList(), GreatWksText::readZonePositions(), MsWrd1Parser::readZones(), MoreParser::readZonesList(), HanMacWrdKParser::readZonesList(), ClarisWksStruct::DSET::removeChild(), ClarisWksTableInternal::Table::removeChild(), ClarisWksTextInternal::Zone::removeChild(), ClarisDrawGraphInternal::Group::removeChild(), ClarisWksGraphInternal::Group::removeChild(), MWAWList::resize(), RagTime5ClusterManagerInternal::RootChildCParser::RootChildCParser(), libmwaw_applepict1::Pixmap::savePixmap(), MWAWHeaderFooter::send(), ClarisWksDbaseContent::send(), MarinerWrtText::send(), LightWayTxtGraph::send(), MacDrawParser::send(), RagTimeText::send(), MsWksGraph::send(), FullWrtText::send(), MacDraftParser::send(), WriteNowText::send(), RagTimeParser::send(), MacDrawProParser::send(), RagTimeSpreadsheet::send(), MsWrdParser::send(), MacWrtProStructures::send(), RagTimeParser::sendBasicPicture(), MacPaintParser::sendBitmap(), BeagleWksBMParser::sendBitmap(), SuperPaintParser::sendBitmap(), MacDrawParser::sendBitmap(), ClarisDrawGraph::sendBitmap(), MacDraftParser::sendBitmap(), ClarisWksGraph::sendBitmap(), RagTimeParser::sendBitmap(), MacDrawProParser::sendBitmap(), MacWrtProStructuresListenerState::sendChar(), MsWksTable::sendChart(), MWAWChart::sendChart(), DocMkrText::sendComment(), MoreText::sendComment(), BeagleWksSSParserInternal::Chart::sendContent(), MWAWCell::sendContent(), MacDocParser::sendContents(), GreatWksDBParser::sendDatabase(), BeagleWksDBParser::sendDatabase(), ClarisWksDatabase::sendDatabase(), MsWksDBParser::sendDatabase(), MWAWTable::sendExtraLines(), MsWrdText::sendFieldComment(), MacWrtProStructuresListenerState::sendFont(), DocMkrText::sendFooter(), NisusWrtText::sendFootnote(), ClarisWksDocument::sendFootnote(), MsWrdText::sendFootnote(), MsWksDocument::sendFootnoteContent(), BeagleWksParser::sendFrame(), GreatWksGraph::sendFrame(), HanMacWrdKGraph::sendFrame(), HanMacWrdJGraph::sendFrame(), ActaText::sendGraphic(), WriteNowParser::sendGraphic(), FullWrtGraph::sendGraphic(), FullWrtParser::sendGraphic(), ClarisDrawGraph::sendGroup(), ClarisWksGraph::sendGroup(), HanMacWrdKGraph::sendGroup(), HanMacWrdJGraph::sendGroup(), MsWksGraph::sendGroup(), GreatWksGraph::sendGroupChild(), ClarisWksGraph::sendGroupChild(), HanMacWrdKGraph::sendGroupChild(), HanMacWrdJGraph::sendGroupChild(), MsWksGraph::sendGroupChild(), NisusWrtText::sendHeaderFooter(), ActaParser::sendHeaderFooter(), MindWrtParser::sendHeaderFooter(), ZWrtText::sendHeaderFooter(), LightWayTxtText::sendHeaderFooter(), MindWrtParser::sendHeaderFooterFields(), MWAWPageSpan::sendHeaderFooters(), GreatWksText::sendHF(), BeagleWksText::sendHF(), FullWrtText::sendHiddenItem(), EDocParser::sendIndex(), MacDocParser::sendIndex(), LightWayTxtGraph::sendJPEG(), MacDrawProParser::sendLabel(), ClarisDrawGraph::sendMainGroupChild(), ActaText::sendMainText(), LightWayTxtText::sendMainText(), HanMacWrdKText::sendMainText(), HanMacWrdJText::sendMainText(), ZWrtText::sendMainText(), NisusWrtText::sendMainText(), FullWrtText::sendMainText(), MacWrtProStructures::sendMainZone(), ClarisWksPresentation::sendMaster(), ClarisWksGraph::sendMaster(), MacDrawProParser::sendMasterPage(), MsWksSSParser::sendNote(), MsWks3Text::sendNote(), MsWksGraph::sendObjects(), MsWksDocument::sendOLE(), MacDrawProParser::sendPage(), ClarisWksGraph::sendPageChild(), GreatWksGraph::sendPageFrames(), NisusWrtGraph::sendPageGraphics(), GreatWksGraph::sendPageGraphics(), ClarisWksGraph::sendPageGraphics(), MacWrtProStructuresListenerState::sendParagraph(), LightWayTxtGraph::sendPICT(), GreatWksBMParser::sendPicture(), MacDocParser::sendPicture(), EDocParser::sendPicture(), NisusWrtGraph::sendPicture(), BeagleWksDBParser::sendPicture(), TeachTxtParser::sendPicture(), DocMkrParser::sendPicture(), BeagleWksSSParser::sendPicture(), BeagleWksBMParser::sendPicture(), BeagleWksParser::sendPicture(), MarinerWrtGraph::sendPicture(), BeagleWksDRParser::sendPicture(), HanMacWrdKGraph::sendPicture(), RagTimeParser::sendPicture(), GreatWksGraph::sendPicture(), WriteNowParser::sendPicture(), MsWrdParser::sendPicture(), MacWrtProParser::sendPicture(), HanMacWrdJGraph::sendPictureFrame(), SuperPaintParser::sendPictures(), BeagleWksDRParser::sendPictures(), MacWrtProParser::sendPictureZone(), MarinerWrtGraph::sendPSZone(), FullWrtParser::sendReference(), MarinerWrtGraph::sendRule(), MacWrtProStructuresListenerState::sendSection(), MsWrdTextStyles::sendSection(), GreatWksGraph::sendShape(), ClarisDrawGraph::sendShape(), FullWrtGraph::sendSideBar(), GreatWksText::sendSimpleTextbox(), MoreText::sendSpeakerNote(), GreatWksSSParser::sendSpreadsheet(), WingzParser::sendSpreadsheet(), BeagleWksSSParser::sendSpreadsheet(), ClarisWksSpreadsheet::sendSpreadsheet(), MsWksSSParser::sendSpreadsheet(), ClarisWksSpreadsheet::sendSpreadsheetAsTable(), MsWks3Text::sendString(), MsWksTable::sendTable(), MarinerWrtText::sendTable(), FullWrtText::sendTable(), MsWrdText::sendTable(), HanMacWrdKGraph::sendTableUnformatted(), HanMacWrdJGraph::sendTableUnformatted(), HanMacWrdKText::sendText(), HanMacWrdJText::sendText(), MsWrd1Parser::sendText(), BeagleWksDBParser::sendText(), ActaText::sendText(), BeagleWksSSParser::sendText(), TeachTxtParser::sendText(), ZWrtText::sendText(), NisusWrtText::sendText(), BeagleWksText::sendText(), BeagleWksDRParser::sendText(), MindWrtParser::sendText(), MacDrawParser::sendText(), DocMkrText::sendText(), SuperPaintParser::sendText(), MoreText::sendText(), MacDraftParser::sendText(), MsWrdText::sendText(), ClarisDrawText::sendText(), ClarisWksText::sendText(), MsWks3Text::sendText(), FullWrtParser::sendText(), MacDrawProParser::sendText(), MacWrtProParser::sendText(), GreatWksText::sendTextbox(), GreatWksGraph::sendTextbox(), MsWksGraph::sendTextBox(), MsWksDocument::sendTextbox(), GreatWksGraph::sendTextboxAsGraphic(), MacWrtProParser::sendTextZone(), MWAWChart::sendTextZoneContent(), DocMkrText::sendTOC(), MarinerWrtGraph::sendToken(), ActaText::sendTopic(), MoreText::sendTopic(), FullWrtParser::sendVariable(), MacWrtParser::sendWindow(), WriterPlsParser::sendWindow(), MindWrtParser::sendZone(), MsWks3Text::sendZone(), ClarisWksPresentation::sendZone(), GreatWksText::sendZone(), ClarisWksDocument::sendZone(), WriteNowText::sendZone(), MWAWPictBitmapContainer< bool >::set(), MWAWList::set(), MWAWCell::setBorders(), MWAWGraphicStyle::setBorders(), MsWksTable::setChartZoneId(), MWAWPictBitmapContainer< bool >::setColumn(), MWAWSection::setColumns(), ClarisWksDbaseContent::setDatabaseFormats(), ClarisDrawStyleManager::setDefaultNumbers(), MWAWPresentationListener::setFont(), MWAWGraphicListener::setFont(), MWAWPageSpan::setHeaderFooter(), MWAWList::setLevel(), MWAWPresentationListener::setParagraph(), MWAWGraphicListener::setParagraph(), MsWrdTextStyles::setProperty(), MWAWPictBitmapContainer< bool >::setRow(), MWAWPictBitmapContainerBool::setRowPacked(), MWAWList::setStartValueForNextElement(), FullWrtText::sortZones(), MWAWPresentationListener::startDocument(), MWAWGraphicListener::startDocument(), MWAWTextListener::startDocument(), MWAWSpreadsheetListener::startDocument(), MWAWFont::Script::str(), MWAWInputStream::subStreamCount(), MWAWInputStream::subStreamName(), MsWks4Text::toknDataParser(), ClarisWksDocument::typeMainZones(), MWAWInputStream::unBinHex(), MWAWInputStream::unMacMIME(), libmwaw_applepict1::Pixmap::unpackedData(), RagTime5Parser::unpackZone(), ClarisWksTableInternal::TableCell::update(), FullWrtStruct::Entry::update(), WingzParserInternal::Spreadsheet::update(), RagTime5Parser::update(), MWAWFontConverterInternal::State::updateCache(), HanMacWrdJGraphInternal::Table::updateCells(), ClarisWksDocument::updateChildPositions(), ClarisWksStruct::DSET::updateChildPositions(), ClarisWksDbaseContent::Record::updateFormulaCells(), MacDrawProParser::updateGeometryShape(), ClarisDrawStyleManager::updateGradient(), ClarisWksStyleManager::updateGradient(), MacDrawProStyleManager::updateGradient(), ClarisDrawGraph::updateGroup(), ClarisWksGraph::updateGroup(), MindWrtParserInternal::ListProperties::updateHeadingList(), MacDocParser::updateIndex(), MsWks3Text::updateNotes(), ClarisWksText::updatePageSpanList(), MsWrdStruct::Paragraph::updateParagraphToFinalState(), MsWrdText::updateTableBeginnningAt(), HanMacWrdKText::updateTextZoneTypes(), HanMacWrdJText::updateTextZoneTypes(), ClarisWksStyleManager::updateWallPaper(), BeagleWksDBParserInternal::Database::updateWithContent(), MarinerWrtStruct::value(), MWAWPropertyHandlerEncoder::writeProperty(), and MWAWParserState::~MWAWParserState().

Typedef Documentation

typedef MWAWBox2<float> MWAWBox2f

MWAWBox2 of float.

typedef MWAWBox2<int> MWAWBox2i

MWAWBox2 of int.

typedef MWAWBox2<long> MWAWBox2l

MWAWBox2 of long.

a smart pointer of MWAWFontConverter

a smart pointer of MWAWGraphicListener

typedef shared_ptr<MWAWInputStream> MWAWInputStreamPtr

a smart pointer of MWAWInputStream

typedef shared_ptr<MWAWListener> MWAWListenerPtr

a smart pointer of MWAWListener

typedef shared_ptr<MWAWListManager> MWAWListManagerPtr

a smart pointer of MWAWListManager

typedef shared_ptr<MWAWParserState> MWAWParserStatePtr

a smart pointer of MWAWParserState

typedef shared_ptr<MWAWRSRCParser> MWAWRSRCParserPtr

a smart pointer of MWAWRSRCParser

typedef shared_ptr<MWAWSubDocument> MWAWSubDocumentPtr

a smart pointer of MWAWSubDocument

a smart pointer of MWAWTextListener

typedef MWAWVec2<bool> MWAWVec2b

MWAWVec2 of bool.

typedef MWAWVec2<float> MWAWVec2f

MWAWVec2 of float.

typedef MWAWVec2<int> MWAWVec2i

MWAWVec2 of int.

typedef MWAWVec2<long> MWAWVec2l

MWAWVec2 of long.

typedef MWAWVec3<float> MWAWVec3f

MWAWVec3 of float.

typedef MWAWVec3<int> MWAWVec3i

MWAWVec3 of int.

typedef MWAWVec3<unsigned char> MWAWVec3uc

MWAWVec3 of unsigned char.


Generated on Thu Jul 9 2015 20:26:37 for libmwaw by doxygen 1.8.8