#include <algorithm>#include <iomanip>#include <iostream>#include <sstream>#include <utility>#include <librevenge/librevenge.h>#include "MWAWPresentationListener.hxx"#include "MWAWFont.hxx"#include "MWAWFontConverter.hxx"#include "MWAWHeader.hxx"#include "MWAWGraphicShape.hxx"#include "MWAWGraphicStyle.hxx"#include "MWAWParagraph.hxx"#include "MWAWPosition.hxx"#include "MWAWPrinter.hxx"#include "MWAWSubDocument.hxx"#include "PowerPoint3Parser.hxx"#include "PowerPoint3OLE.hxx"| Namespaces | |
| PowerPoint3ParserInternal | |
| Internal: the structures of a PowerPoint3Parser. | |
| Functions | |
| int | PowerPoint3ParserInternal::swapUInt8 (int v) | 
| swap an uint8_t by 4 offset  More... | |
| int | PowerPoint3ParserInternal::swapBool8 (int v) | 
| swap a list of 8 bool  More... | |
| int | PowerPoint3ParserInternal::swapBool4UInt4 (int v) | 
| swap a list of 4bool and a int4  More... | |
| int | PowerPoint3ParserInternal::swapUInt4Bool4 (int v) | 
| swap a list of a int4 and 4bool  More... | |