#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 shared_ptr < MWAWContentListener > | MWAWContentListenerPtr |
a smart pointer of MWAWContentListener More... | |
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< MWAWListener > | MWAWListenerPtr |
a smart pointer of MWAWListener More... | |
typedef shared_ptr < MWAWListManager > | MWAWListManagerPtr |
a smart pointer of MWAWListManager More... | |
typedef shared_ptr < MWAWRSRCParser > | MWAWRSRCParserPtr |
a smart pointer of MWAWRSRCParser More... | |
typedef shared_ptr < MWAWParserState > | MWAWParserStatePtr |
a smart pointer of MWAWParserState More... | |
typedef shared_ptr < MWAWSubDocument > | MWAWSubDocumentPtr |
a smart pointer of MWAWSubDocument More... | |
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, libmwaw::DOC_GRAPHIC_GROUP } |
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) |
Box2f | libmwaw::rotateBoxFromCenter (Box2f const &box, float angle) |
rotate a bdox and returns the final bdbox More... | |
#define M_PI 3.14159265358979323846 |
#define MWAW_DEBUG_MSG | ( | M | ) |
Referenced by MWAWGraphicListener::_changeList(), MWAWContentListener::_changeList(), MWAWGraphicListener::_closeParagraph(), MWAWGraphicListener::_closeSpan(), MWAWGraphicListener::_getListId(), MWAWContentListener::_getListId(), MWAWGraphicListener::_handleFrameParameters(), MWAWContentListener::_insertBreakIfNecessary(), MWAWGraphicListener::_openListElement(), MWAWContentListener::_openPageSpan(), MWAWGraphicListener::_openParagraph(), MWAWContentListener::_openParagraph(), MWAWContentListener::_openSection(), MWAWGraphicListener::_openSpan(), MWAWGraphicListener::_popParsingState(), MWAWContentListener::_popParsingState(), MWAWTable::add(), WNEntryManager::add(), FWParserInternal::State::addCorrespondance(), libmwawOLE::IStorage::addDebugInfo(), MWAWContentListener::addEmptyTableCell(), CWGraphInternal::Group::addFrameName(), MWAWGraphicInterfaceInternal::State::addListElement(), libmwawOLE::OStorage::addStream(), MWAWListLevel::addTo(), MWAWCell::addTo(), MWAWSection::Column::addTo(), MWAWParagraph::addTo(), MWAWList::addTo(), HMWJGraphInternal::FrameFormat::addTo(), MWAWGraphicStyle::addTo(), MWAWBorder::addTo(), HMWKGraphInternal::TextBox::addTo(), MWAWTable::buildDims(), MWProStructures::buildPageStructures(), MWAWTable::buildPosToCellId(), MWAWTable::buildStructures(), MWProStructures::buildTableStructures(), CWGraph::canSendBitmapAsGraphic(), HMWJText::canSendTextAsGraphic(), MORParser::checkAndStore(), MWParser::checkFreeList(), GWGraph::checkGraph(), HMWKGraph::checkGroupStructures(), HMWJGraph::checkGroupStructures(), EDParser::checkHeader(), MCDParser::checkHeader(), TTParser::checkHeader(), DMParser::checkHeader(), MSW1Parser::checkHeader(), BWParser::checkHeader(), ACParser::checkHeader(), MWParser::checkHeader(), LWParser::checkHeader(), MDWParser::checkHeader(), GWParser::checkHeader(), NSParser::checkHeader(), MSK3Parser::checkHeader(), MSK4Parser::checkHeader(), WPParser::checkHeader(), FWParser::checkHeader(), WNParser::checkHeader(), MWProParser::checkHeader(), CWParser::checkHeader(), ZWParser::checkHeader(), MSWParser::checkHeader(), HMWJParser::checkHeader(), MRWParser::checkHeader(), MSK4Zone::checkHeader(), HMWKParser::checkHeader(), MWAWPageSpan::checkMargins(), CWGraph::checkNumberAccrossPages(), MWAWPictMac::checkOrGet(), MSKGraph::checkTextBoxLinks(), MORText::checkTopicList(), MWProParser::checkUnparsed(), MWAWGraphicListener::closeFrame(), MWAWContentListener::closeFrame(), MWAWContentListener::closeSection(), MWAWContentListener::closeTable(), MWAWContentListener::closeTableCell(), MWAWContentListener::closeTableRow(), MSKGraph::computePositions(), MWAWHeader::constructHeader(), MSWText::convertFilePLCPos(), libmwaw_applepict1::PictParser::convertToPict2(), BWText::countPages(), EDParser::createDocument(), MCDParser::createDocument(), TTParser::createDocument(), DMParser::createDocument(), BWParser::createDocument(), MSW1Parser::createDocument(), ACParser::createDocument(), LWParser::createDocument(), MDWParser::createDocument(), GWParser::createDocument(), NSParser::createDocument(), MWParser::createDocument(), MSK3Parser::createDocument(), WPParser::createDocument(), FWParser::createDocument(), WNParser::createDocument(), MWProParser::createDocument(), MORParser::createDocument(), CWParser::createDocument(), ZWParser::createDocument(), MSWParser::createDocument(), HMWJParser::createDocument(), MRWParser::createDocument(), HMWKParser::createDocument(), GWParser::createDrawZones(), libmwawOLE::OStorage::createEntry(), FWParser::createFileZones(), FWText::createItemStructures(), MSK4Parser::createStructures(), LWText::createZones(), ACText::createZones(), GWText::createZones(), BWText::createZones(), NSText::createZones(), ZWText::createZones(), LWGraph::createZones(), MORText::createZones(), DMText::createZones(), MDWParser::createZones(), MSW1Parser::createZones(), NSGraph::createZones(), BWParser::createZones(), FWParser::createZones(), LWParser::createZones(), WNText::createZones(), GWParser::createZones(), MORParser::createZones(), ZWParser::createZones(), MWProStructures::createZonesV2(), MWParser::createZonesV3(), CWDbaseContent::CWDbaseContent(), MWAWDocument::decodeGraphic(), EDParser::decodeZone(), HMWJParser::decodeZone(), MRWParser::decodeZone(), HMWKParser::decodeZone(), libmwaw::Debug::dumpFile(), MWAWContentListener::endDocument(), MWAWDocumentInternal::GraphicExporter::endElement(), MWAWGraphicListener::endGraphic(), CWParser::exploreZonesGraph(), CWParser::exploreZonesGraphRec(), MSK4Text::findFDPStructuresByHand(), NSText::findFilePos(), LWGraph::findJPEGSize(), GWText::findNextZone(), MWProParser::findNumHardBreaks(), DMParserInternal::State::findPictInfoUnit(), NSGraph::findRSSOEntry(), WPParser::findSection(), MSK4Parser::flushExtra(), GWText::flushExtra(), HMWJText::flushExtra(), NSGraph::flushExtra(), GWGraph::flushExtra(), MWProStructures::flushExtra(), MSK4Text::ftntDataParser(), MWAWGraphicShape::PathData::get(), MWAWInputStream::get(), CWStyleManager::get(), MWAWTable::get(), CWTableInternal::Table::get(), MWProStructuresInternal::Table::get(), WNTextInternal::Table::get(), MSKGraphInternal::Patterns::get(), MWAWGraphicStyle::Pattern::getBinary(), MSKGraphInternal::DataPict::getBinaryData(), ZWField::getBool(), FWGraph::getBorder(), FWTextInternal::Zone::getBreaksPosition(), MSWStruct::Table::getCell(), MSKParser::getColor(), LWText::getColor(), HMWKGraph::getColor(), HMWJGraph::getColor(), MSWParser::getColor(), MWProStructures::getColor(), HMWKGraphInternal::State::getColor(), HMWJGraphInternal::State::getColor(), WPParserInternal::WindowsInfo::getColumnLimitsFor(), NSParser::getDateFormat(), BWTextInternal::Section::getEntry(), MSKGraph::getEntryPicture(), FWParserInternal::State::getFileZoneId(), ZWField::getFloat(), MSWTextStyles::getFont(), BWTextInternal::State::getFont(), MRWTextInternal::Zone::getFont(), MWProStructuresListenerState::getFontDebugString(), HMWJGraph::getFootnoteInformations(), HMWJGraphInternal::State::getFrameFormat(), MWProParser::getFreeZoneList(), MWAWDocumentInternal::getHeader(), MWAWPageSpan::getHeaderFooterPosition(), ZWField::getInt(), ZWField::getIntList(), MORText::getLastTopicChildId(), MDWParserInternal::ListProperties::getLevel(), MWAWList::getLevel(), MSK3Text::getLinesPagesHeight(), ACParser::getMainList(), MWAWFontConverterInternal::State::getOdtInfo(), MSKParser::getPalette(), MSWTextStyles::getParagraph(), MWProStructuresListenerState::getParagraphDebugString(), MWAWGraphicShape::getPath(), MWProStructures::getPattern(), HMWKGraphInternal::State::getPattern(), MSKGraphInternal::State::getPattern(), HMWJGraphInternal::State::getPattern(), MSKGraphInternal::State::getPatternPercent(), MSKGraphInternal::Patterns::getPercent(), MSKGraphInternal::DataBitmap::getPictureData(), getPPMData(), NSParser::getReferenceData(), MRWTextInternal::Zone::getRuler(), MWAWPosition::getScaleFactor(), HMWKTextInternal::Section::getSection(), MSWTextStyles::getSection(), MWAWGraphicListener::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(), MSKGraph::getZoneGraphicStyle(), MRWParser::getZoneId(), MSKGraph::getZonePosition(), MWAWContentListener::handleSubDocument(), MWAWGraphicListener::handleSubDocument(), MWAWGraphicListener::insertBreak(), MWAWGraphicListener::insertChar(), MWAWGraphicListener::insertCharacter(), MWAWContentListener::insertCharacter(), MWAWContentListener::insertComment(), libmwawOLE::OStorage::insertData(), MWAWPropertyHandler::insertElement(), MWAWDocumentInternal::GraphicExporter::insertElement(), MWAWGraphicListener::insertEOL(), MWAWGraphicListener::insertField(), MWAWContentListener::insertField(), MWAWGraphicInterface::insertField(), MWAWContentListener::insertFooter(), MWAWGraphicListener::insertGroup(), MWAWContentListener::insertHeader(), MWAWContentListener::insertNote(), MWAWHeaderFooter::insertPageNumberParagraph(), MWAWGraphicListener::insertPicture(), MWAWContentListener::insertPicture(), MWAWGraphicListener::insertTab(), MWAWGraphicListener::insertTextBox(), MWAWGraphicListener::insertUnicode(), MWAWGraphicListener::insertUnicodeString(), MWAWList::isCompatibleWith(), MWAWDocument::isFileFormatSupported(), MWAWList::isNumeric(), GWGraph::isPageFrames(), MWProStructures::isSent(), libmwawOLE::DirEntry::load(), libmwawOLE::IStorage::load(), MWProStructuresListenerState::MWProStructuresListenerState(), MWAWListManager::needToSend(), MWProStructuresListenerState::newPage(), MWProParser::newPage(), MRWTextInternal::Table::nextCharPos(), libmwaw::numberingTypeToString(), libmwaw::numberingValueToString(), MSK3Text::numPages(), MORText::numPages(), MWProStructuresListenerState::numSection(), MWAWList::openElement(), MWAWGraphicListener::openFrame(), MWAWContentListener::openFrame(), MWAWGraphicListener::openSection(), MWAWContentListener::openSection(), MWAWContentListener::openTable(), MWAWContentListener::openTableCell(), MWAWContentListener::openTableRow(), GWTextInternal::operator<<(), operator<<(), MWAWPageSpan::operator==(), MSWTextStyles::orderStyles(), MWAWRSRCParser::parse(), EDParser::parse(), MCDParser::parse(), TTParser::parse(), DMParser::parse(), MSW1Parser::parse(), BWParser::parse(), ACParser::parse(), MWParser::parse(), LWParser::parse(), MWAWPageSpanInternal::SubDocument::parse(), MDWParser::parse(), NSParser::parse(), GWParser::parse(), MSK3Parser::parse(), MSK4Parser::parse(), MSK4ParserInternal::SubDocument::parse(), WPParser::parse(), FWParser::parse(), WNParser::parse(), MWProParser::parse(), MORParser::parse(), CWParser::parse(), ZWParser::parse(), MWAWOLEParser::parse(), ZWParserInternal::SubDocument::parse(), LWParserInternal::SubDocument::parse(), WNParserInternal::SubDocument::parse(), MSWParser::parse(), HMWKParserInternal::SubDocument::parse(), NSGraphInternal::SubDocument::parse(), FWGraphInternal::SubDocument::parse(), HMWJParser::parse(), MORParserInternal::SubDocument::parse(), HMWJParserInternal::SubDocument::parse(), CWParserInternal::SubDocument::parse(), GWParserInternal::SubDocument::parse(), MSK3ParserInternal::SubDocument::parse(), MRWParser::parse(), MSK4Zone::parse(), MWAWDocument::parse(), ZWTextInternal::SubDocument::parse(), HMWKParser::parse(), DMTextInternal::SubDocument::parse(), MRWParserInternal::SubDocument::parse(), MSWParserInternal::SubDocument::parse(), ACParserInternal::SubDocument::parse(), MSW1ParserInternal::SubDocument::parse(), FWParserInternal::SubDocument::parse(), MWProParserInternal::SubDocument::parse(), BWTextInternal::SubDocument::parse(), MWParserInternal::SubDocument::parse(), HMWJTextInternal::SubDocument::parse(), GWGraphInternal::SubDocument::parse(), NSTextInternal::SubDocument::parse(), MORTextInternal::SubDocument::parse(), MRWGraphInternal::SubDocument::parse(), MDWParserInternal::SubDocument::parse(), WPParserInternal::SubDocument::parse(), CWGraphInternal::SubDocument::parse(), HMWKGraphInternal::SubDocument::parse(), HMWJGraphInternal::SubDocument::parse(), MSKGraphInternal::SubDocument::parse(), libmwaw_applepict1::PictParser::parse(), MWAWRSRCParser::parseClut(), WNText::parseContent(), MWProParser::parseDataZone(), MWAWSubDocument::parseGraphic(), HMWKGraphInternal::SubDocument::parseGraphic(), HMWJGraphInternal::SubDocument::parseGraphic(), MSKGraphInternal::SubDocument::parseGraphic(), WNParser::parseGraphicZone(), MSK4Zone::parseHeaderIndex(), MSK4Zone::parseHeaderIndexEntry(), MWAWRSRCParser::parseMap(), MWAWRSRCParser::parsePICT(), MWAWRSRCParser::parseSTR(), MWAWRSRCParser::parseSTRList(), MWProParser::parseTextZone(), MWAWRSRCParser::parseVers(), WNText::parseZone(), MSWText::prepareData(), MSWText::prepareFontProperties(), HMWJGraph::prepareStructures(), HMWKGraph::prepareStructures(), MSWText::prepareTableLimits(), MSW1Parser::prepareTextZones(), FWStruct::Border::read(), NSStruct::RecursifData::read(), MSWStruct::Table::read(), libmwaw_applepict1::Region::read(), MSWStruct::ParagraphInfo::read(), libmwaw_applepict1::Bitmap::read(), MSWStruct::Paragraph::read(), libmwaw_applepict1::Pixmap::read(), libmwaw_applepict1::Pixpattern::read(), NSParser::readABBR(), GWParser::readARRs(), ZWParser::readBarState(), CWGraph::readBitmapColorMap(), CWGraph::readBitmapData(), libmwaw_applepict1::Bitmap::readBitmapData(), CWGraph::readBitmapZone(), MWProStructures::readBlock(), MWProStructures::readBlocksList(), MWProStructures::readBlockV2(), MCDParser::readBookmark(), FWGraph::readBorderDocInfo(), libmwaw_applepict1::OpCode::readCColor(), CWStyleManager::readCellStyles(), MWProStructures::readCharStyles(), MSKTable::readChart(), FWParser::readCitationDocInfo(), NSParser::readCNTR(), WPParser::readColInfo(), libmwaw_applepict1::OpCode::readColor(), CWStyleManager::readColorList(), WNParser::readColorMap(), CWDbaseContent::readColumn(), CWDbaseContent::readColumnList(), MORText::readComment(), HMWJGraph::readCommentData(), MWAWOLEParser::readCompObj(), MDWParser::readCompressedText(), CWDbaseContent::readContent(), MWAWOLEParser::readContents(), MWAWOLEParser::readCONTENTS(), MSK4Zone::readContentZones(), ZWParser::readCPos(), NSParser::readCPRC(), ZWParser::readCPRT(), CWParser::readCPRT(), MRWParser::readCPRT(), MORText::readCustomListLevel(), GWParser::readDaHS(), MWAWPropertyHandlerDecoder::readData(), CWDatabase::readDatabaseZone(), FWText::readDataMod(), CWDatabase::readDefaults(), WNParser::readDocEntries(), WNParser::readDocEntriesV2(), MWProParser::readDocHeader(), CWParser::readDocHeader(), MSW1Parser::readDocInfo(), LWParser::readDocInfo(), FWParser::readDocInfo(), GWParser::readDocInfo(), CWParser::readDocInfo(), MRWParser::readDocInfo(), MSWParser::readDocSum(), LWParser::readDocument(), LWText::readDocumentHF(), MSK3Parser::readDocumentInfo(), MORParser::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(), CWDatabase::readFields(), MSWText::readFields(), FWParser::readFileZoneFlags(), FWParser::readFileZonePos(), NSParser::readFnSc(), MCDParser::readFont(), MSW1Parser::readFont(), HMWJText::readFont(), HMWKText::readFont(), CWText::readFont(), WNText::readFont(), MWProStructures::readFont(), LWText::readFont2(), GWText::readFontNames(), HMWKText::readFontNames(), MRWText::readFontNames(), DMText::readFontNames(), HMWJText::readFontNames(), CWStyleManager::readFontNames(), WNText::readFontNames(), MSK4Text::readFontNames(), MSWText::readFontNames(), LWText::readFonts(), MRWText::readFonts(), HMWJText::readFonts(), MDWParser::readFonts(), NSText::readFonts(), MORText::readFonts(), MWProStructures::readFontsDef(), NSText::readFontsList(), EDParser::readFontsName(), BWText::readFontsName(), MWProStructures::readFontsName(), BWParser::readFontStyle(), DMText::readFooter(), MSK4Text::readFootNote(), MSW1Parser::readFootnoteCorrespondance(), HMWKGraph::readFootnoteFrame(), NSText::readFootnotes(), MSWText::readFootnotesData(), MSWText::readFootnotesPos(), HMWJGraph::readFrame(), BWParser::readFrame(), GWGraph::readFrameExtraData(), GWGraph::readFrameExtraDataRec(), HMWKGraph::readFrames(), HMWJGraph::readFrames(), HMWKParser::readFramesUnkn(), MORParser::readFreePos(), NSParser::readFTA2(), HMWJText::readFtnPos(), FWParser::readGenericDocData(), WNParser::readGenericUnkn(), CWStyleManager::readGenStyle(), CWStyleManager::readGradientList(), HMWJGraph::readGraphData(), MDWParser::readGraphic(), MWParser::readGraphic(), FWGraph::readGraphic(), WPParser::readGraphic(), FWGraph::readGraphicData(), CWStyleManager::readGraphStyles(), GWParser::readGrDS(), MSK3Parser::readGroup(), HMWKGraph::readGroup(), MSKGraph::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(), MCDParser::readIndex(), EDParser::readIndex(), EDParser::readInfo(), NSParser::readINFO(), MWParser::readInformations(), MWAWPropertyHandlerDecoder::readInsertElement(), libmwaw_applepict1::OpCode::readInt(), FWText::readItem(), CWStyleManager::readKSEN(), ACParser::readLabel(), BWParser::readLastZone(), MDWParser::readLastZone(), FWText::readLineHeader(), MWParser::readLinesHeight(), MDWParser::readLinesInfo(), MWAWPropertyHandlerDecoder::readLong(), MSWText::readLongZone(), CWStyleManager::readLookUp(), LWParser::readLWSR2(), MWAWOLEParser::readMM(), LWParser::readMPSR5(), CWGraph::readNamedPict(), NSParser::readNumberingReset(), MRWParser::readNumbersString(), GWParser::readNxEd(), MSWParser::readObject(), MSWParser::readObjectFlags(), MSWParser::readObjectList(), MSWParser::readObjects(), ACParser::readOption(), MORText::readOutline(), MORText::readOutlineList(), MSW1Parser::readPageBreak(), MWParser::readPageBreak(), MSWText::readPageBreak(), GWGraph::readPageFrames(), WPParser::readPageInfo(), NSParser::readPageLimit(), GWGraph::readPalettes(), MSWTextStyles::readParagraph(), MSW1Parser::readParagraph(), BWText::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(), CWStyleManager::readPatternList(), GWGraph::readPatterns(), NSGraph::readPGRA(), NSText::readPICD(), CWGraph::readPICT(), CWGraph::readPictData(), MSKGraph::readPictHeader(), DMParser::readPictInfo(), HMWKGraph::readPicture(), HMWJGraph::readPicture(), MSWParser::readPicture(), HMWJGraph::readPictureData(), HMWKGraph::readPictureFrame(), MSKGraph::readPictureV4(), libmwaw_applepict1::Pixmap::readPixmapData(), NSGraph::readPLAC(), MSWTextStyles::readPLC(), MSW1Parser::readPLC(), MSK4Text::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(), WPParser::readPrintInfo(), MWParser::readPrintInfo(), ACParser::readPrintInfo(), LWParser::readPrintInfo(), MDWParser::readPrintInfo(), BWParser::readPrintInfo(), NSParser::readPrintInfo(), MORParser::readPrintInfo(), GWParser::readPrintInfo(), ZWParser::readPrintInfo(), MSWParser::readPrintInfo(), CWParser::readPrintInfo(), FWParser::readPrintInfo(), WNParser::readPrintInfo(), MWProParser::readPrintInfo(), HMWJParser::readPrintInfo(), MRWParser::readPrintInfo(), HMWKParser::readPrintInfo(), MSK4Zone::readPRNT(), MWAWPropertyHandlerDecoder::readPropertyList(), MWAWPropertyHandlerDecoder::readPropertyListVector(), CWGraph::readQTimeData(), MSKGraph::readRB(), CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordList(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), libmwaw_applepict1::OpCode::readRect(), NSParser::readReference(), CWSpreadsheet::readRowHeightZone(), ACParser::readRSRCZones(), LWText::readRuby(), MDWParser::readRuler(), LWText::readRulers(), MRWText::readRulers(), BWText::readSection(), WPParser::readSection(), MSWTextStyles::readSection(), ZWText::readSectionFonts(), ZWParser::readSectionRange(), HMWKText::readSections(), HMWJText::readSections(), MWProStructures::readSections(), MWProStructures::readSelection(), MSK4Zone::readSELN(), MRWParser::readSeparator(), NSParser::readSGP1(), CWGraph::readShape(), HMWJGraph::readShapeGraph(), HMWKGraph::readShapeGraph(), FWGraph::readSideBar(), FWGraph::readSideBarFormat(), FWGraph::readSideBarPosition(), FWGraph::readSideBarUnknown(), ZWParser::readSLen(), MORParser::readSlide(), MORParser::readSlideList(), CWParser::readSNAP(), MORText::readSpeakerNote(), CWSpreadsheet::readSpreadsheetZone(), MWAWPropertyHandlerDecoder::readStartElement(), MWAWPropertyHandlerDecoder::readStartElementWithBinary(), MWAWPropertyHandlerDecoder::readStartElementWithVector(), MWProStructures::readString(), MWAWPropertyHandlerDecoder::readString(), NSParser::readStringsList(), MSWParser::readStringsZone(), MWProStructures::readStructB(), CWParser::readStructIntZone(), MSK4Text::readStructures(), CWParser::readStructZone(), DMParser::readSTwD(), CWText::readSTYL_RULR(), FWText::readStyle(), GWGraph::readStyle(), MWProStructures::readStyle(), CWStyleManager::readStyleFonts(), MRWText::readStyleNames(), CWStyleManager::readStyleNames(), CWStyleManager::readStyles(), TTParser::readStyles(), HMWKText::readStyles(), ZWText::readStyles(), DMText::readStyles(), HMWJText::readStyles(), MSWTextStyles::readStyles(), WNText::readStyles(), MWProStructures::readStyles(), CWStyleManager::readStylesDef(), MSWTextStyles::readStylesFont(), MSWTextStyles::readStylesHierarchy(), MSWTextStyles::readStylesNames(), MSWTextStyles::readStylesParagraph(), LWText::readStyleU(), MSKTable::readTable(), 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(), WPParser::readText(), MWParser::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(), DMText::readTOC(), LWParser::readTOC(), LWParser::readTOCPage(), MRWGraph::readToken(), HMWKText::readToken(), WNText::readToken(), MRWGraph::readTokenBlock0(), CWText::readTokens(), WNText::readTokenV2(), ACText::readTopic(), MORText::readTopic(), MORParser::readUnkn9Sub(), MORParser::readUnknown9(), LWText::readUnknownStyle(), ZWParser::readUnknownZone(), libmwaw_applepict1::OpCode::readValue(), NSParser::readVariable(), ACParser::readWindowPos(), ZWParser::readWindowPos(), DMText::readWindows(), WPParser::readWindowsInfo(), MWParser::readWindowsInfo(), WPParser::readWindowsZone(), MCDParser::readWP(), BWParser::readwPos(), GWParser::readWPSN(), TTParser::readWRCT(), DMParser::readXtr2(), GWText::readZone(), 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(), GWText::readZonePositions(), MSW1Parser::readZones(), MORParser::readZonesList(), HMWKParser::readZonesList(), MWAWList::resize(), MWAWGraphicInterfaceInternal::State::retrieveListElement(), libmwaw_applepict1::Pixmap::savePixmap(), MWAWHeaderFooter::send(), CWDbaseContent::send(), MRWText::send(), LWGraph::send(), MSKGraph::send(), FWText::send(), WNText::send(), MWAWGraphicShape::send(), MSWParser::send(), MWProStructures::send(), CWGraph::sendBitmap(), MWProStructuresListenerState::sendChar(), MSKTable::sendChart(), DMText::sendComment(), MORText::sendComment(), MWAWCell::sendContent(), MCDParser::sendContents(), CWDatabase::sendDatabase(), HMWKGraph::sendEmptyPicture(), HMWJGraph::sendEmptyPicture(), MWAWTable::sendExtraLines(), MSWText::sendFieldComment(), MWProStructuresListenerState::sendFont(), DMText::sendFooter(), MSK4Parser::sendFootNote(), NSText::sendFootnote(), MSWText::sendFootnote(), BWParser::sendFrame(), GWGraph::sendFrame(), HMWKGraph::sendFrame(), HMWJGraph::sendFrame(), MSKParser::sendFrameText(), MSK4Parser::sendFrameText(), ACText::sendGraphic(), WNParser::sendGraphic(), FWGraph::sendGraphic(), FWParser::sendGraphic(), CWGraph::sendGroup(), GWGraph::sendGroup(), HMWKGraph::sendGroup(), HMWJGraph::sendGroup(), MSKGraph::sendGroup(), GWGraph::sendGroupChild(), CWGraph::sendGroupChild(), HMWKGraph::sendGroupChild(), HMWJGraph::sendGroupChild(), MSKGraph::sendGroupChild(), NSText::sendHeaderFooter(), ACParser::sendHeaderFooter(), MDWParser::sendHeaderFooter(), ZWText::sendHeaderFooter(), LWText::sendHeaderFooter(), MDWParser::sendHeaderFooterFields(), MWAWPageSpan::sendHeaderFooters(), GWText::sendHF(), BWText::sendHF(), FWText::sendHiddenItem(), EDParser::sendIndex(), MCDParser::sendIndex(), LWGraph::sendJPEG(), ACText::sendMainText(), LWText::sendMainText(), HMWKText::sendMainText(), HMWJText::sendMainText(), ZWText::sendMainText(), NSText::sendMainText(), FWText::sendMainText(), MWProStructures::sendMainZone(), MSK3Text::sendNote(), MSKGraph::sendObjects(), MSKParser::sendOLE(), MSK4Parser::sendOLE(), GWGraph::sendPageFrames(), GWGraph::sendPageGraphics(), NSGraph::sendPageGraphics(), MWProStructuresListenerState::sendParagraph(), LWGraph::sendPICT(), MCDParser::sendPicture(), EDParser::sendPicture(), NSGraph::sendPicture(), TTParser::sendPicture(), DMParser::sendPicture(), BWParser::sendPicture(), MRWGraph::sendPicture(), HMWKGraph::sendPicture(), GWGraph::sendPicture(), WNParser::sendPicture(), MSWParser::sendPicture(), MWProParser::sendPicture(), HMWJGraph::sendPictureFrame(), MWProParser::sendPictureZone(), MRWGraph::sendPSZone(), FWParser::sendReference(), MRWGraph::sendRule(), MWProStructuresListenerState::sendSection(), MSWTextStyles::sendSection(), GWGraph::sendShape(), FWGraph::sendSideBar(), GWText::sendSimpleTextbox(), MORText::sendSpeakerNote(), CWSpreadsheet::sendSpreadsheet(), MSK3Text::sendString(), MSKTable::sendTable(), MRWText::sendTable(), FWText::sendTable(), MSWText::sendTable(), HMWKGraph::sendTableUnformatted(), HMWJGraph::sendTableUnformatted(), HMWKText::sendText(), HMWJText::sendText(), MSW1Parser::sendText(), ACText::sendText(), TTParser::sendText(), ZWText::sendText(), NSText::sendText(), BWText::sendText(), MDWParser::sendText(), DMText::sendText(), MORText::sendText(), MSWText::sendText(), CWText::sendText(), MSK3Text::sendText(), FWParser::sendText(), MWProParser::sendText(), GWText::sendTextbox(), GWGraph::sendTextbox(), MSKGraph::sendTextBox(), GWGraph::sendTextboxAsGraphic(), MWProParser::sendTextZone(), DMText::sendTOC(), MRWGraph::sendToken(), ACText::sendTopic(), MORText::sendTopic(), FWParser::sendVariable(), MWParser::sendWindow(), WPParser::sendWindow(), MDWParser::sendZone(), MSK3Text::sendZone(), GWText::sendZone(), WNText::sendZone(), CWParser::sendZone(), MWAWList::set(), MWAWCell::setBorders(), MSKTable::setChartZoneId(), MWAWSection::setColumns(), CWDbaseContent::setDatabaseFormats(), MWAWGraphicListener::setFont(), MWAWPageSpan::setHeaderFooter(), libmwawOLE::OStorage::setInformation(), libmwawOLE::DirTree::setInRBTForm(), libmwawOLE::DirTree::setInRedBlackTreeForm(), MWAWList::setLevel(), MWAWGraphicListener::setParagraph(), MSWTextStyles::setProperty(), CWGraph::setSlideList(), MWAWList::setStartValueForNextElement(), FWText::sortZones(), MWAWContentListener::startDocument(), MWAWPropertyHandler::startElement(), MWAWDocumentInternal::GraphicExporter::startElement(), MWAWPropertyHandlerEncoder::startElement(), MWAWGraphicListener::startGraphic(), MSK4Text::toknDataParser(), CWParser::typeMainZones(), MWAWInputStream::unBinHex(), MWAWInputStream::unMacMIME(), MWAWInputStream::unzipStream(), CWTableInternal::TableCell::update(), FWStruct::Entry::update(), MWAWFontConverterInternal::State::updateCache(), HMWJGraphInternal::Table::updateCells(), CWStyleManager::updateGradient(), MDWParserInternal::ListProperties::updateHeadingList(), MCDParser::updateIndex(), CWGraph::updateInformation(), MSK3Text::updateNotes(), MSWStruct::Paragraph::updateParagraphToFinalState(), MSWText::updateTableBeginnningAt(), HMWKText::updateTextZoneTypes(), HMWJText::updateTextZoneTypes(), libmwawOLE::OStorage::updateToSave(), CWStyleManager::updateWallPaper(), MRWStruct::value(), MWAWPropertyHandlerEncoder::writeProperty(), and MWAWParserState::~MWAWParserState().
typedef shared_ptr<MWAWContentListener> MWAWContentListenerPtr |
a smart pointer of MWAWContentListener
typedef shared_ptr<MWAWFontConverter> MWAWFontConverterPtr |
a smart pointer of MWAWFontConverter
typedef shared_ptr<MWAWGraphicListener> MWAWGraphicListenerPtr |
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