Go to the documentation of this file.
38 #ifndef CLARIS_WKS_TEXT
39 # define CLARIS_WKS_TEXT
170 shared_ptr<ClarisWksTextInternal::State>
m_state;
std::ostream & operator<<(std::ostream &o, PLC const &plc)
Definition: ClarisWksText.cxx:79
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
@ P_Font
Definition: ClarisWksText.cxx:61
@ P_Ruler
Definition: ClarisWksText.cxx:61
int m_id
the zone identificator
Definition: ClarisWksStruct.hxx:156
@ Time
Definition: libmwaw_internal.hxx:371
MWAWVariable< Justification > m_justify
the justification
Definition: MWAWParagraph.hxx:161
int numPages() const
returns the number of pages
Definition: ClarisWksText.cxx:616
void set(Script const &newscript)
sets the script position
Definition: MWAWFont.hxx:293
void setUnderlineType(Line::Type type=Line::Single)
sets the underline type
Definition: MWAWFont.hxx:453
int m_labelType
the label
Definition: ClarisWksText.cxx:138
virtual bool operator==(MWAWSubDocument const &doc) const
operator!==
Definition: ClarisWksText.cxx:563
void setPageSpan(const int pageSpan)
set the page span ( default 1)
Definition: MWAWPageSpan.hxx:262
uint16_t m_leaderCharacter
the leader char
Definition: MWAWParagraph.hxx:75
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:127
librevenge::RVNGString m_suffix
string which follows the number if we have an ordered level
Definition: MWAWList.hxx:98
long m_posC
a position (used in text zone to store the character )
Definition: ClarisWksStruct.hxx:233
friend std::ostream & operator<<(std::ostream &o, Token const &tok)
operator <<
Definition: ClarisWksText.cxx:413
@ TKN_FIELD
Definition: ClarisWksText.cxx:383
std::vector< MWAWFont > m_fontList
the list of fonts
Definition: ClarisWksText.cxx:513
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:785
@ P_Table
Definition: ClarisWksStruct.hxx:62
@ ColumnBreak
Definition: MWAWListener.hxx:58
std::string m_extra
extra data
Definition: ClarisWksText.cxx:380
void addDelimiter(long pos, char c)
adds a not breaking delimiter in position pos
Definition: MWAWDebug.cxx:73
std::vector< Paragraph > m_paragraphsList
the list of paragraph
Definition: ClarisWksText.cxx:535
Paragraph()
constructor
Definition: ClarisWksText.cxx:116
Section()
the constructor
Definition: ClarisWksText.cxx:279
void setRelativePosition(AnchorTo anchor, XPos X=XLeft, YPos Y=YTop)
sets the relative position
Definition: MWAWPosition.hxx:221
@ MWAW_K_PAINT
bitmap graphic
Definition: MWAWDocument.hxx:84
MWAWVariable< std::vector< MWAWTabStop > > m_tabs
the tabulations
Definition: MWAWParagraph.hxx:156
std::string m_styleName
the style name
Definition: MWAWParagraph.hxx:182
void setProperty(MWAWListener &listener, ClarisWksTextInternal::Paragraph const &ruler, int listId=-1)
sends a paragraph property to the listener
Definition: ClarisWksText.cxx:2232
PLC()
the constructor
Definition: ClarisWksText.cxx:66
ChildType m_type
the type
Definition: ClarisWksStruct.hxx:229
int m_HFId[4]
the header/footer id
Definition: ClarisWksText.cxx:357
std::string m_DTFormat
the date/time format using strftime format if defined
Definition: libmwaw_internal.hxx:386
static Script sub100()
return a yposition which correspond to a basic subscript100
Definition: MWAWFont.hxx:117
@ boldBit
Definition: MWAWFont.hxx:182
Internal: class to store the paragraph properties.
Definition: ClarisWksText.cxx:114
MWAWVariable< int > m_listLevelIndex
the actual level index
Definition: MWAWParagraph.hxx:168
void setColor(MWAWColor color)
sets the font color
Definition: MWAWFont.hxx:320
@ NONE
Definition: MWAWList.hxx:46
bool m_hasTitlePage
true if the first page is a title page(ie.
Definition: ClarisWksText.cxx:351
@ CENTER
Definition: MWAWParagraph.hxx:48
std::vector< ParagraphPLC > m_paragraphList
the list of paragraph
Definition: ClarisWksText.cxx:514
void setInterline(double value, librevenge::RVNGUnit unit, LineSpacingType type=Fixed)
set the interline
Definition: MWAWParagraph.hxx:123
bool updatePageSpanList(MWAWPageSpan const &page, std::vector< MWAWPageSpan > &spanList)
updates the page span list and returns true if this is possible
Definition: ClarisWksText.cxx:639
@ LOWER_ALPHA
Definition: MWAWList.hxx:46
the class to store a color
Definition: libmwaw_internal.hxx:182
Token()
constructor
Definition: ClarisWksText.cxx:388
void appendUnicode(uint32_t val, librevenge::RVNGString &buffer)
adds an unicode character to a string
Definition: libmwaw_internal.cxx:63
bool sendZone(int number, MWAWListenerPtr listener=MWAWListenerPtr())
sends the zone data to the listener (if it exists )
Definition: ClarisWksText.cxx:2252
virtual void removeChild(int cId, bool normalChild)
remove a child from a list.
Definition: ClarisWksText.cxx:491
std::vector< Token > m_tokenList
the list of token
Definition: ClarisWksText.cxx:516
MWAWVariable< double > m_spacings[3]
the line spacing
Definition: MWAWParagraph.hxx:150
ClarisWksText & m_textParser
the document manager
Definition: ClarisWksText.cxx:572
bool readFonts(MWAWEntry const &entry, ClarisWksTextInternal::Zone &zone)
try to read a font sequence
Definition: ClarisWksText.cxx:1092
int m_numTextZone
the number of text zone ( ie.
Definition: ClarisWksText.cxx:507
structure used to define the child of a DSET structure
Definition: ClarisWksStruct.hxx:182
shared_ptr< ClarisWksStyleManager > getStyleManager()
returns the style manager
Definition: ClarisWksDocument.hxx:132
int m_rulerId
the ruler id
Definition: ClarisWksText.cxx:267
bool sendZone(int zoneId, MWAWListenerPtr listener=MWAWListenerPtr(), MWAWPosition pos=MWAWPosition())
try to send a zone
Definition: ClarisWksDocument.cxx:433
class to store the paragraph properties
Definition: MWAWParagraph.hxx:82
int m_version
the file version
Definition: ClarisWksText.cxx:533
MWAWVariable< MWAWListLevel > m_listLevel
the actual level
Definition: MWAWParagraph.hxx:174
bool canSendTextAsGraphic(int number) const
check if we can send a textzone as graphic
Definition: ClarisWksText.cxx:2243
@ Simple
Definition: MWAWFont.hxx:49
@ UPPER_ALPHA
Definition: MWAWList.hxx:46
int m_unknown[3]
the unknown zone
Definition: ClarisWksText.cxx:408
virtual bool operator!=(MWAWSubDocument const &doc) const
operator!=
Definition: ClarisWksText.cxx:552
int m_descent
the descent
Definition: ClarisWksText.cxx:404
@ P_Child
Definition: ClarisWksText.cxx:61
ClarisWksDocument & m_document
the document
Definition: ClarisWksText.hxx:164
friend std::ostream & operator<<(std::ostream &o, TextZoneInfo const &info)
operator<<
Definition: ClarisWksText.cxx:369
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
shared_ptr< ClarisWksTextInternal::State > m_state
the state
Definition: ClarisWksText.hxx:170
bool m_leftRightHF
true if the left/right header/footer are different
Definition: ClarisWksText.cxx:355
bool readTextZoneSize(MWAWEntry const &entry, ClarisWksTextInternal::Zone &zone)
try to read the text zone size
Definition: ClarisWksText.cxx:1481
std::string m_extra
a string used to store the parsing errors
Definition: ClarisWksText.cxx:410
the structure to store the style in a ClarisWksStyleManager
Definition: ClarisWksStyleManager.hxx:192
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:74
Definition: ClarisWksText.cxx:224
Zone(ClarisWksStruct::DSET const &dset=ClarisWksStruct::DSET())
constructor
Definition: ClarisWksText.cxx:466
std::vector< MWAWEntry > m_zones
Definition: ClarisWksText.cxx:505
int version() const
returns the file version
Definition: ClarisWksText.cxx:609
void addNote(char const *note)
adds a note in the file, in actual position
Definition: MWAWDebug.cxx:59
void setDeltaLetterSpacing(float d, librevenge::RVNGUnit unit=librevenge::RVNG_POINT)
sets the letter spacing ( delta value in point )
Definition: MWAWFont.hxx:271
abstract class used to store a subdocument (with a comparison function)
Definition: MWAWSubDocument.hxx:42
MWAWVariable< double > m_margins[3]
the margins
Definition: MWAWParagraph.hxx:142
@ TKN_GRAPHIC
Definition: ClarisWksText.cxx:383
namespace to store the main structure which appears in a ClarisDraw/ClarisWorks file
Definition: ClarisWksStruct.cxx:51
@ DECIMAL
Definition: MWAWParagraph.hxx:48
int m_flags
some flags
Definition: ClarisWksText.cxx:271
static Script super100()
return a yposition which correspond to a basic superscript100
Definition: MWAWFont.hxx:127
@ embossBit
Definition: MWAWFont.hxx:182
int numColumns() const
returns the number of columns
Definition: MWAWSection.hxx:63
@ PageCount
Definition: libmwaw_internal.hxx:371
int findListId(ClarisWksTextInternal::Zone const &zone, int actListId, long cPos, long &lastPos)
try to find a list id which corresponds to the list beginning in actPos
Definition: ClarisWksText.cxx:1858
bool readParagraphs()
read the rulers block which is present at the beginning of the text in the first version of Claris Wo...
Definition: ClarisWksText.cxx:1931
@ P_Frame
Definition: ClarisWksStruct.hxx:62
@ Date
Definition: libmwaw_internal.hxx:371
friend std::ostream & operator<<(std::ostream &o, Zone const &doc)
operator<<
Definition: ClarisWksText.cxx:475
void newPage(int page, bool softBreak=false)
send a page break
Definition: ClarisWksDocument.cxx:306
class to store a tab use by MWAWParagraph
Definition: MWAWParagraph.hxx:46
void setStrikeOutStyle(Line::Style style=Line::None, bool doReset=true)
sets the strikeoutline style ( by default, we also reset the style)
Definition: MWAWFont.hxx:406
@ P_Unknown
Definition: ClarisWksText.cxx:61
bool m_continuousHF
true if the header/footer are shared with previous sections
Definition: ClarisWksText.cxx:353
SubDocumentType
Definition: libmwaw_internal.hxx:178
@ MWAW_K_PRESENTATION
presentation graphic
Definition: MWAWDocument.hxx:85
MWAWBox2f m_box
the bdbox
Definition: ClarisWksStruct.hxx:237
std::map< int, shared_ptr< Zone > > m_zoneMap
the list of text zone
Definition: ClarisWksText.cxx:537
@ JustificationCenter
Definition: MWAWParagraph.hxx:87
std::vector< int > m_otherChilds
the list of other child
Definition: ClarisWksStruct.hxx:174
bool m_parsed
a flag to know if the entry is sent or not to the listener
Definition: ClarisWksStruct.hxx:177
std::string m_extra
extra data
Definition: ClarisWksText.cxx:76
@ shadowBit
Definition: MWAWFont.hxx:183
@ P_Section
Definition: ClarisWksText.cxx:61
@ UPPER_ROMAN
Definition: MWAWList.hxx:47
std::string getDebugString(shared_ptr< MWAWFontConverter > &converter) const
returns a string which can be used for debugging
Definition: MWAWFont.cxx:181
bool readFont(int id, int &posC, MWAWFont &font)
try to read a font
Definition: ClarisWksText.cxx:986
int m_numParagInfo
the number of paragraph info
Definition: ClarisWksText.cxx:508
bool readTokens(MWAWEntry const &entry, ClarisWksTextInternal::Zone &zone)
try to the token zone)
Definition: ClarisWksText.cxx:1226
This class contains a virtual interface to all listener.
Definition: MWAWListener.hxx:50
void setEnd(long off)
sets the end offset
Definition: MWAWEntry.hxx:66
ClarisWksText(ClarisWksDocument &document)
constructor
Definition: ClarisWksText.cxx:600
@ P_Header
Definition: ClarisWksStruct.hxx:62
int m_numFont
the number of font
Definition: ClarisWksText.cxx:509
ParagraphPLC()
Definition: ClarisWksText.cxx:225
virtual void setParagraph(MWAWParagraph const ¶graph)=0
sets the paragraph
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
std::string m_extra
extra data
Definition: ClarisWksText.cxx:273
int m_fileType
the type ( 0: text, -1: graphic, ...)
Definition: ClarisWksStruct.hxx:146
void setBegin(long off)
sets the begin offset
Definition: MWAWEntry.hxx:56
std::vector< Column > m_columns
the different column
Definition: MWAWSection.hxx:100
@ P_Token
Definition: ClarisWksText.cxx:61
@ C_SubText
Definition: ClarisWksStruct.hxx:67
int m_unknown
an unknown flags
Definition: ClarisWksText.cxx:511
bool sendText(ClarisWksTextInternal::Zone const &zone, MWAWListenerPtr listener)
send the text zone to the listener
Definition: ClarisWksText.cxx:1540
long length() const
returns the length of the zone
Definition: MWAWEntry.hxx:82
@ TKN_PAGENUMBER
Definition: ClarisWksText.cxx:383
the main class to read the text part of Claris Works file
Definition: ClarisWksText.hxx:76
Alignment m_alignment
the alignment ( left, center, ...)
Definition: MWAWParagraph.hxx:73
a class which stores section properties
Definition: MWAWSection.hxx:46
friend std::ostream & operator<<(std::ostream &o, ParagraphPLC const &info)
Definition: ClarisWksText.cxx:229
long begin() const
returns the begin offset
Definition: MWAWEntry.hxx:72
bool readParagraph(int id=-1)
the definition of ruler : present at the beginning of the text in the first version of Claris Works :...
Definition: ClarisWksText.cxx:1983
int m_fatherId
the father id
Definition: ClarisWksText.cxx:510
void setLength(long l)
sets the zone size
Definition: MWAWEntry.hxx:61
int m_id
the subdocument id
Definition: ClarisWksText.cxx:574
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksText.hxx:167
Definition: ClarisWksText.cxx:464
@ TKN_FOOTNOTE
Definition: ClarisWksText.cxx:383
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:226
@ LOWER_ROMAN
Definition: MWAWList.hxx:47
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:58
double m_position
the tab position
Definition: MWAWParagraph.hxx:71
void setId(int newId)
sets the font id
Definition: MWAWFont.hxx:243
int m_firstPage
the first page
Definition: ClarisWksText.cxx:349
a field
Definition: libmwaw_internal.hxx:369
@ PageNumber
Definition: libmwaw_internal.hxx:371
uint16_t m_decimalCharacter
the decimal char
Definition: MWAWParagraph.hxx:77
virtual ~Zone()
destructor
Definition: ClarisWksText.cxx:521
static Script sub()
return a yposition which correspond to a basic subscript
Definition: MWAWFont.hxx:112
shared_ptr< ClarisWksStruct::DSET > readDSETZone(ClarisWksStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone Text DSET
Definition: ClarisWksText.cxx:716
MWAWSection getMainSection() const
returns the main document section
Definition: ClarisWksDocument.cxx:315
int m_size[2]
the size(?)
Definition: ClarisWksText.cxx:402
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: ClarisWksText.cxx:577
@ Char
Definition: MWAWPosition.hxx:51
PLCType
the different plc type
Definition: ClarisWksText.cxx:61
DSET()
constructor
Definition: ClarisWksStruct.hxx:70
int m_zoneId
the zone id which correspond to this type
Definition: ClarisWksText.cxx:398
void sendFootnote(int zoneId)
ask the main parser to create a document to send a footnote
Definition: ClarisWksDocument.cxx:347
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
Internal: the subdocument of a ClarisWksDocument.
Definition: ClarisWksText.cxx:543
long end() const
returns the end offset
Definition: MWAWEntry.hxx:77
a structure to store the style list and the lookup zone
Definition: ClarisWksStyleManager.hxx:61
MWAWSection getSection() const
returns a section
Definition: ClarisWksText.cxx:285
void setSize(float sz, bool isRelative=false)
sets the font size
Definition: MWAWFont.hxx:254
librevenge::RVNGString m_bullet
the bullet if we have an bullet level
Definition: MWAWList.hxx:99
virtual ~ClarisWksText()
destructor
Definition: ClarisWksText.cxx:606
friend std::ostream & operator<<(std::ostream &o, Paragraph const &ind)
operator<<
Definition: ClarisWksText.cxx:122
MWAWBox2< int > MWAWBox2i
MWAWBox2 of int.
Definition: libmwaw_internal.hxx:1132
@ DECIMAL
Definition: MWAWList.hxx:46
virtual ~SubDocument()
destructor
Definition: ClarisWksText.cxx:549
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:100
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:68
@ italicBit
Definition: MWAWFont.hxx:182
PLCType m_type
the PLC types
Definition: ClarisWksText.cxx:72
std::string m_extra
a string to store unparsed data
Definition: ClarisWksText.cxx:359
internal class used to store a section
Definition: ClarisWksText.cxx:277
TokenType
Definition: ClarisWksText.cxx:383
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: ClarisWksText.cxx:2263
int m_page
the page
Definition: ClarisWksText.cxx:400
@ P_Footer
Definition: ClarisWksStruct.hxx:62
long m_numData
the number of header
Definition: ClarisWksStruct.hxx:137
long m_pos
the character position
Definition: ClarisWksText.cxx:339
std::vector< int > m_columnsSep
the columns separator
Definition: ClarisWksText.cxx:345
TextZoneInfo()
constructor
Definition: ClarisWksText.cxx:365
@ BULLET
Definition: MWAWList.hxx:46
internal class used to store a text zone
Definition: ClarisWksText.cxx:363
@ Right
Definition: libmwaw_internal.hxx:166
int m_styleId
the style id ( via the style lookup table )
Definition: ClarisWksText.cxx:269
@ JustificationFull
Definition: MWAWParagraph.hxx:87
double m_labelWidth
the minimum label width
Definition: MWAWList.hxx:90
@ JustificationRight
Definition: MWAWParagraph.hxx:88
small structure to keep information about a list level
Definition: MWAWList.hxx:44
std::vector< TextZoneInfo > m_textZoneList
the list of zone
Definition: ClarisWksText.cxx:517
void addPos(long pos)
adds a new position in the file
Definition: MWAWDebug.cxx:53
Type m_type
the type of the level
Definition: MWAWList.hxx:86
bool valid() const
returns true if the zone length is positive
Definition: MWAWEntry.hxx:88
@ P_Main
Definition: ClarisWksStruct.hxx:62
static Script super()
return a yposition which correspond to a basic superscript
Definition: MWAWFont.hxx:122
T const & get() const
return the current value
Definition: libmwaw_internal.hxx:581
void setHeaderFooter(MWAWHeaderFooter const &headerFooter)
add a header/footer on some page
Definition: MWAWPageSpan.cxx:223
ClarisWksText & operator=(ClarisWksText const &orig)
virtual ~Paragraph()
destructor
Definition: ClarisWksText.cxx:141
ClarisWksText(ClarisWksText const &orig)
std::multimap< long, PLC > m_plcMap
the plc map
Definition: ClarisWksText.cxx:518
@ Left
Definition: libmwaw_internal.hxx:166
int m_numBeforeLabels
the number of label to show before this
Definition: MWAWList.hxx:88
Internal: the structures of a ClarisWksText.
Definition: ClarisWksText.cxx:59
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
@ P_Unknown
Definition: ClarisWksStruct.hxx:64
SubDocument(ClarisWksText &parser, MWAWInputStreamPtr input, int zoneId)
Definition: ClarisWksText.cxx:545
@ Double
Definition: MWAWFont.hxx:51
int m_numColumns
the number of column
Definition: ClarisWksText.cxx:341
@ XLeft
Definition: MWAWPosition.hxx:55
@ YBottom
Definition: MWAWPosition.hxx:57
MWAWEntry m_fieldEntry
the field name entry
Definition: ClarisWksText.cxx:406
int m_numChar
the number of char in text zone
Definition: ClarisWksText.cxx:506
int m_rulerId
the ruler
Definition: ClarisWksStyleManager.hxx:206
std::vector< Section > m_sectionList
the list of section
Definition: ClarisWksText.cxx:515
@ RIGHT
Definition: MWAWParagraph.hxx:48
Class to store font.
Definition: MWAWFont.hxx:44
std::vector< int > m_columnsWidth
the columns width
Definition: ClarisWksText.cxx:343
librevenge::RVNGString m_prefix
string which preceedes the number if we have an ordered level
Definition: MWAWList.hxx:97
std::string m_extra
a string to store some errors
Definition: MWAWParagraph.hxx:184
bool m_startOnNewPage
a new section generates a page break
Definition: ClarisWksText.cxx:347
@ P_TextZone
Definition: ClarisWksText.cxx:61
MWAWVariable< int > m_listId
the list id (if know )
Definition: MWAWParagraph.hxx:170
Internal: class to store field definition: TOKN entry.
Definition: ClarisWksText.cxx:386
State()
constructor
Definition: ClarisWksText.cxx:528
long m_pos
Definition: ClarisWksText.cxx:376
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:781
std::stringstream DebugStream
a basic stream (if debug_with_files is not defined, does nothing)
Definition: MWAWDebug.hxx:61
Internal: the state of a ClarisWksText.
Definition: ClarisWksText.cxx:526
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
bool readTextSection(ClarisWksTextInternal::Zone &zone)
try to read the section
Definition: ClarisWksText.cxx:1346
friend std::ostream & operator<<(std::ostream &o, Section const &sec)
operator <<
Definition: ClarisWksText.cxx:313
void setUnderlineStyle(Line::Style style=Line::None, bool doReset=true)
sets the underline style ( by default, we also reset the style)
Definition: MWAWFont.hxx:445
@ TKN_UNKNOWN
Definition: ClarisWksText.cxx:383
@ P_Footnote
Definition: ClarisWksStruct.hxx:62
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:96
TokenType m_type
the type
Definition: ClarisWksText.cxx:396
friend std::ostream & operator<<(std::ostream &o, PLC const &plc)
operator<<
Definition: ClarisWksText.cxx:79
int m_N
the number of character
Definition: ClarisWksText.cxx:378
bool readSTYL_RULR(int N, int fSz)
read a STYL Paragraph sequence
Definition: ClarisWksText.cxx:1903
int numPages() const
returns the document number of page
Definition: ClarisWksDocument.cxx:225
void updateListLevel()
update the list level
Definition: ClarisWksText.cxx:145
void setFlags(uint32_t fl)
sets the font attributes bold, ...
Definition: MWAWFont.hxx:304
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksText.hxx:173
int m_id
the id
Definition: ClarisWksText.cxx:74
Internal : the different plc types: mainly for debugging.
Definition: ClarisWksText.cxx:64
Generated on Wed Jun 17 2020 06:30:09 for libmwaw by
doxygen 1.8.18