Go to the documentation of this file.
34 #ifndef POWER_POINT1_PARSER
35 # define POWER_POINT1_PARSER
73 void parse(
librevenge::RVNGPresentationInterface *documentInterface) final;
std::vector< int > m_slidesIdList[2]
the list of slides ids: 0 (master, slide 1, slide 2, ...), 1 (handout slide)
Definition: PowerPoint1Parser.cxx:243
int m_rulerId
the ruler id
Definition: PowerPoint1Parser.cxx:348
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
MWAWVec2i size() const
returns the size
Definition: MWAWPrinter.hxx:56
@ Time
Definition: libmwaw_internal.hxx:401
MWAWVariable< Justification > m_justify
the justification
Definition: MWAWParagraph.hxx:167
int m_cornerSize
the corner width
Definition: PowerPoint1Parser.cxx:162
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
bool m_useMasterPage
a flag to know if we need to use the master page
Definition: PowerPoint1Parser.cxx:185
the outline
Definition: PowerPoint1Parser.cxx:66
@ LEFT
Definition: MWAWParagraph.hxx:48
MWAWFontConverterPtr & getFontConverter()
returns the font converter
Definition: MWAWParser.hxx:150
bool readZoneIdList2(MWAWEntry const &entry, int zId)
try to read a zone id list zone for v2 pc file
Definition: PowerPoint1Parser.cxx:1664
@ PORTRAIT
Definition: MWAWPageSpan.hxx:102
bool readSlide(MWAWEntry const &entry, std::vector< int > &slideIds)
try to read a slide zone, update the list of slide ids
Definition: PowerPoint1Parser.cxx:1143
bool readSchemes()
try to read the schemes
Definition: PowerPoint1Parser.cxx:2182
@ Triple
Definition: libmwaw_internal.hxx:337
bool m_isMacFile
flag to know if the file is a mac file or a pc file
Definition: PowerPoint1Parser.cxx:225
Internal: a frame of a PowerPoint1Parser.
Definition: PowerPoint1Parser.cxx:145
MWAWBox2f getBdBox() const
returns the basic bdbox
Definition: MWAWGraphicShape.hxx:197
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:129
void parse(librevenge::RVNGPresentationInterface *documentInterface) final
virtual function used to parse the input
Definition: PowerPoint1Parser.cxx:416
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:842
int m_margins[2]
the first margin and left margin
Definition: PowerPoint1Parser.cxx:87
void addDelimiter(long pos, char c)
adds a not breaking delimiter in position pos
Definition: MWAWDebug.cxx:73
Type m_type
the border repetition
Definition: libmwaw_internal.hxx:385
void setSurfaceColor(MWAWColor const &col, float opacity=1)
set the surface color
Definition: MWAWGraphicStyle.hxx:415
MWAWBox2i m_dimension
the dimension
Definition: PowerPoint1Parser.cxx:160
the main class to read a Mac Microsoft PowerPoint v1, v2 files
Definition: PowerPoint1Parser.hxx:61
void setShadowColor(MWAWColor const &col, float opacity=1)
set the shadow color
Definition: MWAWGraphicStyle.hxx:458
void createDocument(librevenge::RVNGPresentationInterface *documentInterface)
creates the listener which will be associated to the document
Definition: PowerPoint1Parser.cxx:448
MWAWVariable< std::vector< MWAWTabStop > > m_tabs
the tabulations
Definition: MWAWParagraph.hxx:162
bool readFramesList(MWAWEntry const &entry, std::vector< PowerPoint1ParserInternal::Frame > &frame, int schemeId)
try to read a frame zone in a page
Definition: PowerPoint1Parser.cxx:725
bool isParsed() const
a flag to know if the entry was parsed or not
Definition: MWAWEntry.hxx:121
Internal: the structures of a PowerPoint1Parser.
Definition: PowerPoint1Parser.cxx:57
MWAWGraphicStyle m_style
the style
Definition: PowerPoint1Parser.cxx:164
bool readScheme(MWAWEntry const &entry, int id)
try to read a scheme
Definition: PowerPoint1Parser.cxx:2191
bool readColors(MWAWEntry const &entry)
try to read a color list
Definition: PowerPoint1Parser.cxx:1925
bool sendSlide(PowerPoint1ParserInternal::Slide const &slide, bool master)
try to send a slide
Definition: PowerPoint1Parser.cxx:2271
static Arrow plain()
returns a basic plain arrow
Definition: MWAWGraphicStyle.hxx:74
@ boldBit
Definition: MWAWFont.hxx:190
bool operator!=(MWAWSubDocument const &doc) const final
operator!=
Definition: PowerPoint1Parser.cxx:325
PrinterRect paper() const
returns the paper rectangle
Definition: MWAWPrinter.cxx:222
bool readTextZone(MWAWEntry const &entry, PowerPoint1ParserInternal::TextZone &zone)
try to read a text zone
Definition: PowerPoint1Parser.cxx:989
static MWAWColor white()
return the white color
Definition: libmwaw_internal.hxx:250
void setColor(MWAWColor color)
sets the font color
Definition: MWAWFont.hxx:341
bool open(std::string const &filename)
opens/creates a file to store a result
Definition: MWAWDebug.cxx:46
@ CENTER
Definition: MWAWParagraph.hxx:48
void setInterline(double value, librevenge::RVNGUnit unit, LineSpacingType type=Fixed)
set the interline
Definition: MWAWParagraph.hxx:129
MWAWParagraph::Justification m_justify
the justification
Definition: PowerPoint1Parser.cxx:127
int id() const
returns the id
Definition: MWAWEntry.hxx:164
void setMarginBottom(const double marginBottom)
set the page bottom margin
Definition: MWAWPageSpan.hxx:208
void add(librevenge::RVNGBinaryData const &binaryData, std::string const &type="image/pict")
add a picture
Definition: libmwaw_internal.hxx:495
a structure used to define a picture shape
Definition: MWAWGraphicShape.hxx:46
the class to store a color
Definition: libmwaw_internal.hxx:192
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467
bool empty() const
return true if the zone has no text
Definition: PowerPoint1Parser.cxx:132
MWAWVariable< double > m_spacings[3]
the line spacing
Definition: MWAWParagraph.hxx:156
std::shared_ptr< MWAWSubDocument > MWAWSubDocumentPtr
a smart pointer of MWAWSubDocument
Definition: libmwaw_internal.hxx:565
static MWAWGraphicShape line(MWAWVec2f const &orign, MWAWVec2f const &dest)
static constructor to create a line
Definition: MWAWGraphicShape.cxx:228
int version() const
returns the works version
Definition: MWAWParser.hxx:108
Frame()
constructor
Definition: PowerPoint1Parser.cxx:147
bool readColorZone(MWAWEntry const &entry)
try to read a color zone, probably used to define the menu, ...
Definition: PowerPoint1Parser.cxx:1984
bool readPictureDefinition(MWAWEntry const &entry, size_t id)
try to read the picture definition: windows v2
Definition: PowerPoint1Parser.cxx:1514
int m_zoneIds[10]
the sequential zones id: picture list, ...
Definition: PowerPoint1Parser.cxx:253
a scheme of a PowerPoint1Parser
Definition: PowerPoint1Parser.cxx:97
TextZone()
constructor
Definition: PowerPoint1Parser.cxx:104
Line()
constructor
Definition: PowerPoint1Parser.cxx:112
class to store the paragraph properties
Definition: MWAWParagraph.hxx:85
void setFormOrientation(const FormOrientation formOrientation)
set the form orientation
Definition: MWAWPageSpan.hxx:188
void setMarginLeft(const double marginLeft)
set the page left margin
Definition: MWAWPageSpan.hxx:193
@ Simple
Definition: MWAWFont.hxx:49
std::vector< int > m_schemesIdList
the list of scheme id
Definition: PowerPoint1Parser.cxx:247
double m_width
the border total width in point
Definition: libmwaw_internal.hxx:387
int m_interlines[2]
the interline and paragraph spacing
Definition: PowerPoint1Parser.cxx:89
the AppleŠ printer information : TPrint
Definition: MWAWPrinter.hxx:82
float m_unit
the data unit: 1 if the file is a mac file, 1/8 if the file is a windows file
Definition: PowerPoint1Parser.cxx:227
void setParsed(bool ok=true) const
sets the flag m_parsed to true or false
Definition: MWAWEntry.hxx:126
bool readDocInfo(MWAWEntry const &entry)
try to read the document info zone
Definition: PowerPoint1Parser.cxx:1301
TextZone m_textZones[2]
the textzone: main's and note's zone
Definition: PowerPoint1Parser.cxx:181
std::vector< Line > m_lineList
the line list
Definition: PowerPoint1Parser.cxx:140
void addNote(char const *note)
adds a note in the file, in actual position
Definition: MWAWDebug.cxx:59
SubDocument(PowerPoint1Parser &pars, MWAWInputStreamPtr const &input, TextZone const *textZone, MWAWVec2i const &tId, int rulerId)
constructor for text
Definition: PowerPoint1Parser.cxx:303
abstract class used to store a subdocument (with a comparison function)
Definition: MWAWSubDocument.hxx:42
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:48
MWAWVariable< double > m_margins[3]
the margins
Definition: MWAWParagraph.hxx:148
std::vector< unsigned char > m_data
the pattern data: a sequence of data: p[0..7,0],p[8..15,0]...p[0..7,1],p[8..15,1],...
Definition: MWAWGraphicStyle.hxx:363
@ DECIMAL
Definition: MWAWParagraph.hxx:48
bool readListZones(int &docInfoId)
try to read the list of zones
Definition: PowerPoint1Parser.cxx:574
libmwaw::DebugFile & ascii()
a DebugFile used to write what we recognize when we parse the document
Definition: MWAWParser.hxx:195
@ embossBit
Definition: MWAWFont.hxx:190
void resetPresentationListener()
resets the listener
Definition: MWAWParser.cxx:141
std::shared_ptr< MWAWPresentationListener > MWAWPresentationListenerPtr
a smart pointer of MWAWPresentationListener
Definition: libmwaw_internal.hxx:559
static MWAWGraphicShape circle(MWAWBox2f const &box)
static constructor to create a circle
Definition: MWAWGraphicShape.hxx:129
@ Date
Definition: libmwaw_internal.hxx:401
MWAWColor m_colors[8]
the color: back, foreground, accents
Definition: PowerPoint1Parser.cxx:99
void resetBorders()
reset the border
Definition: MWAWGraphicStyle.hxx:490
Internal: the subdocument of a PowerPointParser.
Definition: PowerPoint1Parser.cxx:300
std::string const & asciiName() const
return the ascii file name
Definition: MWAWParser.hxx:232
class to store a tab use by MWAWParagraph
Definition: MWAWParagraph.hxx:46
a basic pattern used in a MWAWGraphicStyle:
Definition: MWAWGraphicStyle.hxx:277
MWAWEntry m_badEntry
an entry used by getZoneEntry if it does not find the zone
Definition: PowerPoint1Parser.cxx:255
void setFormLength(const double formLength)
set the total page length
Definition: MWAWPageSpan.hxx:178
std::vector< int > m_picturesIdList
the list of pictures id
Definition: PowerPoint1Parser.cxx:245
void setMasterPageName(librevenge::RVNGString const &name)
set the page master name
Definition: MWAWPageSpan.hxx:243
@ MWAW_T_POWERPOINT
PowerPoint: v1-v4 and pc v2-v4,95.
Definition: MWAWDocument.hxx:219
SubDocumentType
Definition: libmwaw_internal.hxx:188
Slide const * m_slide
the slide
Definition: PowerPoint1Parser.cxx:342
void setBackgroundColor(MWAWColor color=MWAWColor::white())
set the background color
Definition: MWAWPageSpan.hxx:258
std::shared_ptr< MWAWInputStream > m_input
the input
Definition: MWAWSubDocument.hxx:77
@ MWAW_K_PRESENTATION
presentation graphic
Definition: MWAWDocument.hxx:85
void reset()
writes the current file and reset to zero
Definition: MWAWDebug.hxx:93
std::vector< double > m_widthsList
the different length used for each line/sep (if defined)
Definition: libmwaw_internal.hxx:391
Outline m_outlines[5]
the outline
Definition: PowerPoint1Parser.cxx:94
bool readPicture(MWAWEntry const &entry, MWAWEmbeddedObject &picture)
try to read a picture zone
Definition: PowerPoint1Parser.cxx:1579
@ JustificationCenter
Definition: MWAWParagraph.hxx:90
static MWAWGraphicStyle emptyStyle()
returns an empty style.
Definition: MWAWGraphicStyle.hxx:401
Justification
an enum used to defined the paragraph justification: left, center, right, full ...
Definition: MWAWParagraph.hxx:90
@ shadowBit
Definition: MWAWFont.hxx:191
void setAsciiName(char const *name)
Debugging: change the default ascii file.
Definition: MWAWParser.hxx:227
Outline()
constructor
Definition: PowerPoint1Parser.cxx:68
void skipZone(long beginPos, long endPos)
skips the file zone defined by beginPos-endPos
Definition: MWAWDebug.hxx:113
bool getPattern(int id, MWAWGraphicStyle::Pattern &pattern) const
try to return a pattern
Definition: PowerPoint1Parser.cxx:258
void checkForUnparsedZones()
check for unparsed zone
Definition: PowerPoint1Parser.cxx:692
State()
constructor
Definition: PowerPoint1Parser.cxx:194
T y() const
second element
Definition: libmwaw_internal.hxx:673
bool dumpFile(librevenge::RVNGBinaryData &data, char const *fileName)
a debug function to store in a datafile in the current directory WARNING: this function erase the fil...
Definition: MWAWDebug.cxx:193
bool isEmpty() const
return true if the picture contains no data
Definition: libmwaw_internal.hxx:486
float m_lineWidth
the linewidth
Definition: MWAWGraphicStyle.hxx:508
void setFormWidth(const double formWidth)
set the total page width
Definition: MWAWPageSpan.hxx:183
int m_schemeId
the scheme id
Definition: PowerPoint1Parser.cxx:187
T x() const
first element
Definition: libmwaw_internal.hxx:668
int m_pictureId
the picture id
Definition: PowerPoint1Parser.cxx:168
virtual class which defines the ancestor of all presentation zone parser
Definition: MWAWParser.hxx:267
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
a border
Definition: libmwaw_internal.hxx:333
void setBegin(long off)
sets the begin offset
Definition: MWAWEntry.hxx:67
std::vector< Frame > m_framesList[2]
the list of frames: main's and note's list of frame
Definition: PowerPoint1Parser.cxx:183
bool isBlack() const
return true if the color is black
Definition: libmwaw_internal.hxx:284
bool readZoneIdList(MWAWEntry const &entry, int zId)
try to read a zone id list zone
Definition: PowerPoint1Parser.cxx:1608
SubDocument(SubDocument const &)=delete
void setVersion(int vers)
sets the document's version
Definition: MWAWParser.hxx:206
MWAWVec2i m_dim
the dimension width x height
Definition: MWAWGraphicStyle.hxx:358
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
long length() const
returns the length of the zone
Definition: MWAWEntry.hxx:93
void setBorders(int wh, MWAWBorder const &border)
sets the cell border: wh=libmwaw::LeftBit|...
Definition: MWAWGraphicStyle.cxx:232
@ PageBreak
Definition: MWAWListener.hxx:58
std::vector< Ruler > m_rulersList
the ruler
Definition: PowerPoint1Parser.cxx:235
void setStream(MWAWInputStreamPtr const &ip)
resets the input
Definition: MWAWDebug.hxx:81
Alignment m_alignment
the alignment ( left, center, ...)
Definition: MWAWParagraph.hxx:76
Definition: libmwaw_internal.hxx:144
bool getColor(int colorId, int schemeId, MWAWColor &color) const
try to return a color corresponding to a scheme and color
Definition: PowerPoint1Parser.cxx:396
std::string getDebugString(std::shared_ptr< MWAWFontConverter > &converter) const
returns a string which can be used for debugging
Definition: MWAWFont.cxx:181
long begin() const
returns the begin offset
Definition: MWAWEntry.hxx:83
void setLength(long l)
sets the zone size
Definition: MWAWEntry.hxx:72
MWAWPageSpan const & getPageSpan() const
returns the actual page dimension
Definition: MWAWParser.hxx:160
Arrow m_arrows[2]
the two arrows corresponding to start and end extremity
Definition: MWAWGraphicStyle.hxx:553
bool readRulers(MWAWEntry const &entry)
try to read the paragraph style
Definition: PowerPoint1Parser.cxx:1794
void setPattern(Pattern const &pat, float opacity=1)
set the pattern
Definition: MWAWGraphicStyle.hxx:426
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:245
bool readZone2(MWAWEntry const &entry)
try to read a unknown zone with size 22: related to scheme?
Definition: PowerPoint1Parser.cxx:2247
double m_position
the tab position
Definition: MWAWParagraph.hxx:74
PowerPoint1Parser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: PowerPoint1Parser.cxx:385
void setId(int newId)
sets the font id
Definition: MWAWFont.hxx:264
MWAWPresentationListenerPtr & getPresentationListener()
returns the presentation listener
Definition: MWAWParser.hxx:135
TextZone const * m_textZone
the text zone
Definition: PowerPoint1Parser.cxx:344
void setId(int newId)
sets the id
Definition: MWAWEntry.hxx:169
MWAWEntry m_text
the text entry
Definition: PowerPoint1Parser.cxx:121
int m_schemeId
the scheme id (if v2)
Definition: PowerPoint1Parser.cxx:142
bool createZones()
finds the different zones
Definition: PowerPoint1Parser.cxx:484
a field
Definition: libmwaw_internal.hxx:399
MWAWEntry m_ruler
the ruler entry (windows v2)
Definition: PowerPoint1Parser.cxx:125
@ PageNumber
Definition: libmwaw_internal.hxx:401
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: PowerPoint1Parser.cxx:2594
void sendSlides()
try to send all slides
Definition: PowerPoint1Parser.cxx:660
long m_zoneListBegin
the begin position of the list of zones
Definition: PowerPoint1Parser.cxx:229
void setMarginTop(const double marginTop)
set the page top margin
Definition: MWAWPageSpan.hxx:203
@ JustificationLeft
Definition: MWAWParagraph.hxx:90
bool read(MWAWInputStreamPtr input)
reads the struture in a file
Definition: MWAWPrinter.cxx:235
MWAWColor m_colors[2]
the two indexed colors
Definition: MWAWGraphicStyle.hxx:361
MWAWParserStatePtr getParserState()
returns the parser state
Definition: MWAWParser.hxx:113
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
the parser function
Definition: PowerPoint1Parser.cxx:355
std::map< int, Slide > m_idToSlideMap
a map between zoneId and slide
Definition: PowerPoint1Parser.cxx:237
Internal: a text zone of a PowerPoint1Parser.
Definition: PowerPoint1Parser.cxx:102
friend std::ostream & operator<<(std::ostream &o, Outline const &outline)
operator<<
Definition: PowerPoint1Parser.cxx:74
bool readRuler(MWAWEntry const &entry, size_t id)
try to read some ruler: windows v2
Definition: PowerPoint1Parser.cxx:1856
long end() const
returns the end offset
Definition: MWAWEntry.hxx:88
void setSize(float sz, bool isRelative=false)
sets the font size
Definition: MWAWFont.hxx:275
int m_slideIds[2]
the slide id
Definition: PowerPoint1Parser.cxx:249
MWAWColor m_lineColor
the line color
Definition: MWAWGraphicStyle.hxx:516
Internal: a slide of a PowerPoint1Parser.
Definition: PowerPoint1Parser.cxx:173
Ruler()
constructor
Definition: PowerPoint1Parser.cxx:61
MWAWVec2i m_textId
the text sub id: first and last id
Definition: PowerPoint1Parser.cxx:170
MWAWBox2< int > MWAWBox2i
MWAWBox2 of int.
Definition: libmwaw_internal.hxx:1191
small structure used to store a line of text and its format
Definition: PowerPoint1Parser.cxx:110
@ Double
Definition: libmwaw_internal.hxx:337
@ italicBit
Definition: MWAWFont.hxx:190
MWAWVariable< librevenge::RVNGUnit > m_marginsUnit
the margins INCH, ...
Definition: MWAWParagraph.hxx:150
SubDocument(PowerPoint1Parser &pars, MWAWInputStreamPtr const &input, Slide const *slide)
constructor for slide note
Definition: PowerPoint1Parser.cxx:312
std::map< int, Scheme > m_idToSchemeMap
a map between schemeId and scheme
Definition: PowerPoint1Parser.cxx:239
MWAWInputStreamPtr & getInput()
returns the actual input
Definition: MWAWParser.hxx:123
This class contains code needed to write a presention document.
Definition: MWAWPresentationListener.hxx:60
Slide()
constructor
Definition: PowerPoint1Parser.cxx:175
int m_outlineLevel
the outline level
Definition: PowerPoint1Parser.cxx:129
Internal: a ruler.
Definition: PowerPoint1Parser.cxx:59
@ Page
Definition: MWAWPosition.hxx:51
SubDocument & operator=(SubDocument const &)=delete
MWAWVec2i m_origin
the origin
Definition: PowerPoint1Parser.cxx:233
MWAWParser * m_parser
the main zone parser
Definition: MWAWSubDocument.hxx:75
@ JustificationFull
Definition: MWAWParagraph.hxx:90
bool sendPicture(MWAWPosition const &position, MWAWGraphicStyle const &style, int pId)
try to send a picture
Definition: PowerPoint1Parser.cxx:2314
@ JustificationRight
Definition: MWAWParagraph.hxx:91
int m_printInfoIds[2]
the printInfo id
Definition: PowerPoint1Parser.cxx:251
void addPos(long pos)
adds a new position in the file
Definition: MWAWDebug.cxx:53
void setMarginRight(const double marginRight)
set the page right margin
Definition: MWAWPageSpan.hxx:198
bool valid() const
returns true if the zone length is positive
Definition: MWAWEntry.hxx:99
PrinterRect page() const
returns the page rectangle
Definition: MWAWPrinter.cxx:218
bool readFonts(MWAWEntry const &entry)
try to read a font style list
Definition: PowerPoint1Parser.cxx:2048
MWAWVec2< T > size() const
the box size
Definition: libmwaw_internal.hxx:1067
std::shared_ptr< PowerPoint1ParserInternal::State > m_state
the state
Definition: PowerPoint1Parser.hxx:157
bool sendFrame(PowerPoint1ParserInternal::Frame const &frame, PowerPoint1ParserInternal::TextZone const &textZone)
try to send a frame zone
Definition: PowerPoint1Parser.cxx:2545
bool sendText(PowerPoint1ParserInternal::TextZone const &textZone, MWAWVec2i tId, int rulerId)
try to send a text zone
Definition: PowerPoint1Parser.cxx:2336
MWAWEntry const & getZoneEntry(int id) const
try to return a zone
Definition: PowerPoint1Parser.cxx:213
bool sendSlideNote(PowerPoint1ParserInternal::Slide const &slide)
try to send the slide note text
Definition: PowerPoint1Parser.cxx:2291
std::vector< MWAWTabStop > m_tabs
the tabs
Definition: PowerPoint1Parser.cxx:92
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
MWAWEntry m_format
the format entry
Definition: PowerPoint1Parser.cxx:123
std::vector< MWAWEntry > m_zonesList
the list of zone entries
Definition: PowerPoint1Parser.cxx:231
AnchorTo m_anchorTo
anchor position
Definition: MWAWPosition.hxx:270
Definition: MWAWDocument.hxx:57
std::map< int, MWAWColor > m_idToUserColorMap
a map between colorId and user color map
Definition: PowerPoint1Parser.cxx:241
~SubDocument() final
destructor
Definition: PowerPoint1Parser.cxx:322
@ RIGHT
Definition: MWAWParagraph.hxx:48
Class to store font.
Definition: MWAWFont.hxx:44
Internal: the state of a PowerPoint1Parser.
Definition: PowerPoint1Parser.cxx:192
int m_type
the type: 0:line, 1:rect, 2: textbox, ...
Definition: PowerPoint1Parser.cxx:158
int m_rulerId
the paragraph id
Definition: PowerPoint1Parser.cxx:166
~PowerPoint1Parser() final
destructor
Definition: PowerPoint1Parser.cxx:392
MWAWVec2f m_shadowOffset
the shadow offset
Definition: MWAWGraphicStyle.hxx:527
bool readPrintInfo(MWAWEntry const &entry)
try to read a print info zone
Definition: PowerPoint1Parser.cxx:1764
bool readFontNames(MWAWEntry const &entry)
try to read a font names list
Definition: PowerPoint1Parser.cxx:2105
static MWAWGraphicShape rectangle(MWAWBox2f const &box, MWAWVec2f const &corners=MWAWVec2f(0, 0))
static constructor to create a rectangle
Definition: MWAWGraphicShape.hxx:120
MWAWColor m_color
the border color
Definition: libmwaw_internal.hxx:393
void setPresentationListener(MWAWPresentationListenerPtr &listener)
sets the presentation listener
Definition: MWAWParser.cxx:136
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:838
std::stringstream DebugStream
a basic stream (if debug_with_files is not defined, does nothing)
Definition: MWAWDebug.hxx:61
void setUnderlineStyle(Line::Style style=Line::None, bool doReset=true)
sets the underline style ( by default, we also reset the style)
Definition: MWAWFont.hxx:466
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:99
void setFlags(uint32_t fl)
sets the font attributes bold, ...
Definition: MWAWFont.hxx:325
MWAWVec2i m_id
the text id in text zone
Definition: PowerPoint1Parser.cxx:346
Generated on Fri Sep 18 2020 18:14:52 for libmwaw by
doxygen 1.8.20