Go to the documentation of this file.
34 #ifndef BEAGLE_WKS_SS_PARSER
35 # define BEAGLE_WKS_SS_PARSER
40 #include <librevenge/librevenge.h>
77 void parse(librevenge::RVNGSpreadsheetInterface *documentInterface);
84 void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface);
153 shared_ptr<BeagleWksSSParserInternal::State>
m_state;
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
SubDocument & operator=(SubDocument const &orig)
@ S_Pie
Definition: MWAWChart.hxx:114
MWAWEntry m_zone
if valid the zone to parse
Definition: MWAWSubDocument.hxx:79
virtual class which defines the ancestor of all spreadsheet zone parser
Definition: MWAWParser.hxx:281
MWAWVec2f m_dim
the dimension
Definition: BeagleWksStructManager.hxx:130
MWAWGraphicStyle m_style
the graphic style
Definition: MWAWChart.hxx:132
@ F_BOOLEAN
Definition: MWAWCell.hxx:56
MWAWEntry m_textEntry
the cell string
Definition: MWAWCell.hxx:438
void setPageSpan(const int pageSpan)
set the page span ( default 1)
Definition: MWAWPageSpan.hxx:262
void setPagePos(int pg, MWAWVec2f const &newOrig) const
sets/resets the page and the origin
Definition: MWAWPosition.hxx:214
@ MWAW_K_SPREADSHEET
spreadsheet
Definition: MWAWDocument.hxx:86
shared_ptr< MWAWSpreadsheetListener > MWAWSpreadsheetListenerPtr
a smart pointer of MWAWSpreadsheetListener
Definition: libmwaw_internal.hxx:515
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:127
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:785
void addDelimiter(long pos, char c)
adds a not breaking delimiter in position pos
Definition: MWAWDebug.cxx:73
void setValue(double value)
sets the double value
Definition: MWAWCell.hxx:407
a axis in a chart
Definition: MWAWChart.hxx:62
void setSurfaceColor(MWAWColor const &col, float opacity=1)
set the surface color
Definition: MWAWGraphicStyle.hxx:282
@ F_DATE
Definition: MWAWCell.hxx:56
@ A_Numeric
Definition: MWAWChart.hxx:64
void setRelativePosition(AnchorTo anchor, XPos X=XLeft, YPos Y=YTop)
sets the relative position
Definition: MWAWPosition.hxx:221
double getRowHeight(int row) const
returns the height of a row in point
Definition: BeagleWksSSParser.cxx:92
void setPosition(MWAWVec2i posi)
set the cell positions : 0,0 -> A1, 0,1 -> A2
Definition: MWAWCell.hxx:163
shared_ptr< BeagleWksSSParserInternal::State > m_state
the state
Definition: BeagleWksSSParser.hxx:153
bool isParsed() const
a flag to know if the entry was parsed or not
Definition: MWAWEntry.hxx:110
@ F_NUMBER_DECIMAL
Definition: MWAWCell.hxx:58
bool addFormula(MWAWVec2i const &cellPos, std::vector< MWAWCellContent::FormulaInstruction > const &formula)
try to associate a formula to a cell
Definition: BeagleWksSSParser.cxx:150
MWAWBorder m_border
the border
Definition: BeagleWksStructManager.hxx:136
void setHAlignment(HorizontalAlignment align)
sets the horizontal alignment
Definition: MWAWCell.hxx:255
@ boldBit
Definition: MWAWFont.hxx:182
@ T_Title
Definition: MWAWChart.hxx:137
@ F_NUMBER_PERCENT
Definition: MWAWCell.hxx:58
Cell(MWAWVec2i pos=MWAWVec2i(0, 0))
constructor
Definition: BeagleWksSSParser.cxx:65
static MWAWColor white()
return the white color
Definition: libmwaw_internal.hxx:231
@ A_Logarithmic
Definition: MWAWChart.hxx:64
void setColor(MWAWColor color)
sets the font color
Definition: MWAWFont.hxx:320
bool open(std::string const &filename)
opens/creates a file to store a result
Definition: MWAWDebug.cxx:46
@ BottomBit
Definition: libmwaw_internal.hxx:168
@ F_UNKNOWN
Definition: MWAWCell.hxx:56
int m_footerHeight
the footer height if known
Definition: BeagleWksSSParser.cxx:246
int id() const
returns the id
Definition: MWAWEntry.hxx:153
Internal: the chart of a BeagleWksSSParser.
Definition: BeagleWksSSParser.cxx:163
void setMarginBottom(const double marginBottom)
set the page bottom margin
Definition: MWAWPageSpan.hxx:202
the class to store a color
Definition: libmwaw_internal.hxx:182
@ C_Text
Definition: MWAWChart.hxx:139
small class use to define a embedded object
Definition: libmwaw_internal.hxx:425
void createDocument(librevenge::RVNGSpreadsheetInterface *documentInterface)
creates the listener which will be associated to the document
Definition: BeagleWksSSParser.cxx:394
std::string const & type() const
returns the type of the entry
Definition: MWAWEntry.hxx:126
@ S_Bar
Definition: MWAWChart.hxx:114
MWAWVec2f m_origin
the origin ( for a page frame )
Definition: BeagleWksStructManager.hxx:128
@ F_NUMBER_SCIENTIFIC
Definition: MWAWCell.hxx:58
void sendContent(TextZone const &zone, MWAWListenerPtr &listener)
send a zone content
Definition: BeagleWksSSParser.cxx:180
bool sendSpreadsheet()
try to send the main spreadsheet
Definition: BeagleWksSSParser.cxx:1480
MWAWCellContent m_content
the cell content
Definition: BeagleWksSSParser.cxx:72
int m_page
the page ( for a page frame )
Definition: BeagleWksStructManager.hxx:132
void setMarginLeft(const double marginLeft)
set the page left margin
Definition: MWAWPageSpan.hxx:187
@ WDynamic
Definition: MWAWPosition.hxx:53
Spreadsheet m_spreadsheet
the spreadsheet
Definition: BeagleWksSSParser.cxx:236
void setFormat(Format const &format)
set the cell format
Definition: MWAWCell.hxx:216
@ Simple
Definition: MWAWFont.hxx:49
void resetSpreadsheetListener()
resets the listener
Definition: MWAWParser.cxx:140
the AppleŠ printer information : TPrint
Definition: MWAWPrinter.hxx:82
a legend in a chart
Definition: MWAWChart.hxx:87
void setBackgroundColor(MWAWColor color)
sets the background color
Definition: MWAWCell.hxx:296
void newPage(int number)
adds a new page
Definition: BeagleWksSSParser.cxx:349
MWAWEntry m_textEntry
the text entry
Definition: MWAWChart.hxx:160
void setMin(MWAWVec2< T > const &x)
resets the minimum point
Definition: libmwaw_internal.hxx:1026
void addNote(char const *note)
adds a note in the file, in actual position
Definition: MWAWDebug.cxx:59
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
void setFont(MWAWFont const &font, bool isDefault=false)
sets the fonts
Definition: MWAWCell.hxx:232
std::vector< int > m_widthCols
the column size in points
Definition: BeagleWksSSParser.cxx:141
long m_spreadsheetBegin
the spreadsheet begin position
Definition: BeagleWksSSParser.cxx:234
@ S_Line
Definition: MWAWChart.hxx:114
Internal: the cell of a BeagleWksSSParser.
Definition: BeagleWksSSParser.cxx:63
BeagleWksSSParser * m_parser
the main parser
Definition: BeagleWksSSParser.cxx:172
libmwaw::DebugFile & ascii()
a DebugFile used to write what we recognize when we parse the document
Definition: MWAWParser.hxx:195
@ embossBit
Definition: MWAWFont.hxx:182
virtual bool operator!=(MWAWSubDocument const &doc) const
operator!=
Definition: BeagleWksSSParser.cxx:263
Type
the series type
Definition: MWAWChart.hxx:114
a text zone a chart
Definition: MWAWChart.hxx:135
bool readSpreadsheet()
read the spreadsheet zone
Definition: BeagleWksSSParser.cxx:915
@ S_Stock
Definition: MWAWChart.hxx:114
std::string const & asciiName() const
return the ascii file name
Definition: MWAWParser.hxx:232
Internal: the subdocument of a BeagleWksSSParser.
Definition: BeagleWksSSParser.cxx:252
static bool getColor(int id, MWAWColor &color)
returns a color corresponding to an id
Definition: BeagleWksSSParser.cxx:201
void setFormLength(const double formLength)
set the total page length
Definition: MWAWPageSpan.hxx:172
MWAWSpreadsheetListenerPtr & getSpreadsheetListener()
returns the spreadsheet listener
Definition: MWAWParser.hxx:140
the main class to read the structure shared between different BeagleWorks files
Definition: BeagleWksStructManager.hxx:57
int m_numRows
the number of rows
Definition: BeagleWksSSParser.cxx:139
SubDocumentType
Definition: libmwaw_internal.hxx:178
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: BeagleWksSSParser.cxx:1551
void reset()
writes the current file and reset to zero
Definition: MWAWDebug.hxx:85
Internal: a structure use to store a frame in a BeagleWorks files.
Definition: BeagleWksStructManager.hxx:102
std::vector< int > m_heightRows
the row size in points
Definition: BeagleWksSSParser.cxx:143
shared_ptr< BeagleWksStructManager > m_structureManager
the structure manager
Definition: BeagleWksSSParser.hxx:156
double getRowHeight(int row, int &numRepeated) const
returns the height of a row in point and updated repeated row
Definition: BeagleWksSSParser.cxx:99
static MWAWGraphicStyle emptyStyle()
returns an empty style.
Definition: MWAWGraphicStyle.hxx:268
@ shadowBit
Definition: MWAWFont.hxx:183
void setType(std::string const &newType)
sets the type of the entry: BTEP,FDPP, BTEC, FDPC, PLC , TEXT, ...
Definition: MWAWEntry.hxx:121
This class contents the main functions needed to create a spreadsheet processing Document.
Definition: MWAWSpreadsheetListener.hxx:66
void setAsciiName(char const *name)
Debugging: change the default ascii file.
Definition: MWAWParser.hxx:227
std::string getDebugString(shared_ptr< MWAWFontConverter > &converter) const
returns a string which can be used for debugging
Definition: MWAWFont.cxx:181
the main class to read a BeagleWorks spreadsheet file
Definition: BeagleWksSSParser.hxx:64
T y() const
second element
Definition: libmwaw_internal.hxx:620
MWAWRSRCParserPtr & getRSRCParser()
returns the rsrc parser
Definition: MWAWParser.hxx:190
float m_lineWidth
the linewidth
Definition: MWAWGraphicStyle.hxx:375
void setFormWidth(const double formWidth)
set the total page width
Definition: MWAWPageSpan.hxx:177
static std::vector< float > convertInPoint(std::vector< int > const &list, float defSize)
convert the m_widthCols, m_heightRows in a vector of of point size
Definition: BeagleWksSSParser.cxx:116
MWAWInputStreamPtr m_input
the input
Definition: BeagleWksSSParser.cxx:174
BeagleWksSSParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: BeagleWksSSParser.cxx:305
T x() const
first element
Definition: libmwaw_internal.hxx:615
void init()
inits all internal variables
Definition: BeagleWksSSParser.cxx:315
bool readRSRCZones()
read the resource fork zone
Definition: BeagleWksSSParser.cxx:527
@ S_Column
Definition: MWAWChart.hxx:114
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
@ MWAW_T_BEAGLEWORKS
BeagleWorks (v1.0)/WordPerfect Works (v1.2): export database(as spreadsheet), draw,...
Definition: MWAWDocument.hxx:103
@ S_Area
Definition: MWAWChart.hxx:114
a border
Definition: libmwaw_internal.hxx:314
void setBegin(long off)
sets the begin offset
Definition: MWAWEntry.hxx:56
void setVersion(int vers)
sets the document's version
Definition: MWAWParser.hxx:206
Wrapping m_wrapping
Wrapping.
Definition: MWAWPosition.hxx:262
long length() const
returns the length of the zone
Definition: MWAWEntry.hxx:82
void setBorders(int wh, MWAWBorder const &border)
sets the cell border: wh=libmwaw::LeftBit|...
Definition: MWAWGraphicStyle.cxx:172
int m_formula
the formula id
Definition: BeagleWksSSParser.cxx:74
libmwaw::DebugFile & rsrcAscii()
a DebugFile used to write what we recognize when we parse the document in rsrc
Definition: BeagleWksSSParser.cxx:332
bool m_showLabel
show or not the label
Definition: MWAWChart.hxx:80
@ PageBreak
Definition: MWAWListener.hxx:58
int m_lastReadRow
the last read rows
Definition: BeagleWksSSParser.cxx:147
bool readCellSheet(BeagleWksSSParserInternal::Cell &cell)
read a cell row
Definition: BeagleWksSSParser.cxx:996
@ RightBit
Definition: libmwaw_internal.hxx:168
bool m_isEmpty
flag to know if the cell is empty
Definition: BeagleWksSSParser.cxx:76
bool sendPageFrames()
try to send the page graphic
Definition: BeagleWksSSParser.cxx:1395
void setMax(MWAWVec2< T > const &y)
resets the maximum point
Definition: libmwaw_internal.hxx:1031
bool createZones()
finds the different objects zones
Definition: BeagleWksSSParser.cxx:441
small class use to define a sheet cell content
Definition: MWAWCell.hxx:356
Definition: libmwaw_internal.hxx:142
bool m_showGrid
show or not the grid
Definition: MWAWChart.hxx:78
long begin() const
returns the begin offset
Definition: MWAWEntry.hxx:72
void setLength(long l)
sets the zone size
Definition: MWAWEntry.hxx:61
MWAWPageSpan const & getPageSpan() const
returns the actual page dimension
Definition: MWAWParser.hxx:160
int m_pictId
the picture id
Definition: BeagleWksStructManager.hxx:126
bool readFormula(BeagleWksSSParserInternal::Spreadsheet &sheet)
read the differents formula
Definition: BeagleWksSSParser.cxx:1346
bool sendFrame(BeagleWksStructManager::Frame const &frame)
try to send a frame
Definition: BeagleWksSSParser.cxx:1404
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:226
std::vector< shared_ptr< Chart > > m_chartList
the list of chart
Definition: BeagleWksSSParser.cxx:240
void updateWidthCols()
update the number of columns and the width
Definition: BeagleWksSSParser.cxx:129
bool isFontSet() const
returns true if the font has been set
Definition: MWAWCell.hxx:222
void setId(int newId)
sets the font id
Definition: MWAWFont.hxx:243
void setId(int newId)
sets the id
Definition: MWAWEntry.hxx:158
virtual bool operator!=(MWAWSubDocument const &doc) const
comparison operator!=
Definition: MWAWSubDocument.cxx:62
void setMarginTop(const double marginTop)
set the page top margin
Definition: MWAWPageSpan.hxx:197
bool read(MWAWInputStreamPtr input)
reads the struture in a file
Definition: MWAWPrinter.cxx:218
@ A_Sequence
Definition: MWAWChart.hxx:64
bool sendPicture(int pId, MWAWPosition const &pos, MWAWGraphicStyle const &style=MWAWGraphicStyle::emptyStyle())
try to send a picture
Definition: BeagleWksSSParser.cxx:1419
MWAWBox2i m_range
the data range
Definition: MWAWChart.hxx:130
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: BeagleWksSSParser.cxx:282
@ C_FORMULA
Definition: MWAWCell.hxx:390
MWAWParserStatePtr getParserState()
returns the parser state
Definition: MWAWParser.hxx:113
void setSpreadsheetListener(MWAWSpreadsheetListenerPtr &listener)
sets the spreadsheet listener
Definition: MWAWParser.cxx:135
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
long end() const
returns the end offset
Definition: MWAWEntry.hxx:77
void setSize(float sz, bool isRelative=false)
sets the font size
Definition: MWAWFont.hxx:254
MWAWColor m_lineColor
the line color
Definition: MWAWGraphicStyle.hxx:383
@ F_NUMBER
Definition: MWAWCell.hxx:56
MWAWBox2< int > MWAWBox2i
MWAWBox2 of int.
Definition: libmwaw_internal.hxx:1132
@ F_TIME
Definition: MWAWCell.hxx:56
std::vector< Cell > m_cells
the list of not empty cells
Definition: BeagleWksSSParser.cxx:145
@ LeftBit
Definition: libmwaw_internal.hxx:168
int m_headerHeight
the header height if known
Definition: BeagleWksSSParser.cxx:245
MWAWInputStreamPtr rsrcInput()
return the input input
Definition: BeagleWksSSParser.cxx:327
@ italicBit
Definition: MWAWFont.hxx:182
Internal: the structures of a BeagleWksSSParser.
Definition: BeagleWksSSParser.cxx:61
@ F_NUMBER_CURRENCY
Definition: MWAWCell.hxx:58
Internal: the state of a BeagleWksSSParser.
Definition: BeagleWksSSParser.cxx:194
Type m_type
the zone type
Definition: MWAWChart.hxx:152
MWAWInputStreamPtr & getInput()
returns the actual input
Definition: MWAWParser.hxx:123
virtual ~SubDocument()
destructor
Definition: BeagleWksSSParser.cxx:260
bool readZone0()
read an unknown zone ( which appears before and after the columns's width zone )
Definition: BeagleWksSSParser.cxx:1277
a series in a chart
Definition: MWAWChart.hxx:112
@ C_TEXT
Definition: MWAWCell.hxx:390
int m_wrap
the wrapping: 0=none, 1=rectangle, 2=irregular
Definition: BeagleWksStructManager.hxx:134
@ S_Scatter
Definition: MWAWChart.hxx:114
@ Page
Definition: MWAWPosition.hxx:51
MWAWParser * m_parser
the main zone parser
Definition: MWAWSubDocument.hxx:75
@ TopBit
Definition: libmwaw_internal.hxx:168
bool readRowSheet(BeagleWksSSParserInternal::Spreadsheet &sheet)
read the spreadsheet row
Definition: BeagleWksSSParser.cxx:947
a class used to store a chart associated to a spreadsheet ....
Definition: MWAWChart.hxx:58
ContentType m_contentType
the content type
Definition: MWAWChart.hxx:154
void addPos(long pos)
adds a new position in the file
Definition: MWAWDebug.cxx:53
bool readPrintInfo()
read the print info zone
Definition: BeagleWksSSParser.cxx:566
void setBorders(int wh, MWAWBorder const &border)
sets the cell border: wh=libmwaw::LeftBit|...
Definition: MWAWCell.cxx:379
void setStream(MWAWInputStreamPtr ip)
resets the input
Definition: MWAWDebug.hxx:73
void setMarginRight(const double marginRight)
set the page right margin
Definition: MWAWPageSpan.hxx:192
bool valid() const
returns true if the zone length is positive
Definition: MWAWEntry.hxx:88
MWAWFont m_font
the zone format
Definition: MWAWChart.hxx:162
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:513
void setHeaderFooter(MWAWHeaderFooter const &headerFooter)
add a header/footer on some page
Definition: MWAWPageSpan.cxx:223
virtual ~Cell()
destructor
Definition: BeagleWksSSParser.cxx:79
bool readChart()
read a chart
Definition: BeagleWksSSParser.cxx:656
MWAWFontConverterPtr m_fontConverter
the font converter
Definition: MWAWChart.hxx:244
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
virtual ~BeagleWksSSParser()
destructor
Definition: BeagleWksSSParser.cxx:311
bool readColumnWidths(BeagleWksSSParserInternal::Spreadsheet &sheet)
read the columns widths
Definition: BeagleWksSSParser.cxx:1298
MWAWVec2f getPageLeftTop() const
returns the page left top point ( in inches)
Definition: BeagleWksSSParser.cxx:340
MWAWColor backgroundColor() const
returns the background color
Definition: MWAWCell.hxx:291
SubDocument(BeagleWksSSParser &pars, MWAWInputStreamPtr input, MWAWEntry const &entry)
Definition: BeagleWksSSParser.cxx:254
virtual bool operator==(MWAWSubDocument const &doc) const
operator!==
Definition: BeagleWksSSParser.cxx:268
@ WNone
Definition: MWAWPosition.hxx:53
int m_numPages
the number of page of the final document
Definition: BeagleWksSSParser.cxx:243
void parse(librevenge::RVNGSpreadsheetInterface *documentInterface)
virtual function used to parse the input
Definition: BeagleWksSSParser.cxx:365
@ HALIGN_LEFT
Definition: MWAWCell.hxx:116
void setMargins(double margin, int wh=libmwaw::LeftBit|libmwaw::RightBit|libmwaw::TopBit|libmwaw::BottomBit)
set all the margins
Definition: MWAWPageSpan.hxx:207
Class to store font.
Definition: MWAWFont.hxx:44
bool m_show
show or not the legend
Definition: MWAWChart.hxx:99
a structure used to define a cell and its format
Definition: MWAWCell.hxx:53
Type m_contentType
the content type ( by default unknown )
Definition: MWAWCell.hxx:432
@ C_NUMBER
Definition: MWAWCell.hxx:390
MWAWVec2i const & position() const
position accessor
Definition: MWAWCell.hxx:158
State()
constructor
Definition: BeagleWksSSParser.cxx:196
std::string m_spreadsheetName
the spreadsheet name
Definition: BeagleWksSSParser.cxx:238
Type m_type
the type
Definition: MWAWChart.hxx:128
Spreadsheet()
constructor
Definition: BeagleWksSSParser.cxx:86
@ HALIGN_RIGHT
Definition: MWAWCell.hxx:116
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
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
int m_bordersSet
the list of border which are set in form libmwaw::LeftBit|...
Definition: BeagleWksStructManager.hxx:138
SubDocument(SubDocument const &orig)
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
Chart(std::string const &name, BeagleWksSSParser &parser)
constructor
Definition: BeagleWksSSParser.cxx:165
void setDimension(MWAWVec2f const &dim)
return the chart dimension
Definition: MWAWChart.hxx:189
std::multimap< std::string, MWAWEntry > m_typeEntryMap
the type entry map
Definition: BeagleWksSSParser.cxx:242
shared_ptr< MWAWInputStream > m_input
the input
Definition: MWAWSubDocument.hxx:77
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:96
Type m_type
the sequence type
Definition: MWAWChart.hxx:76
@ HALIGN_CENTER
Definition: MWAWCell.hxx:116
void setFlags(uint32_t fl)
sets the font attributes bold, ...
Definition: MWAWFont.hxx:304
@ F_TEXT
Definition: MWAWCell.hxx:56
int m_actPage
the actual page
Definition: BeagleWksSSParser.cxx:243
Internal: the spreadsheet of a BeagleWksSSParser.
Definition: BeagleWksSSParser.cxx:84
Chart operator=(Chart const &orig)
bool readChartZone()
read the chart zone
Definition: BeagleWksSSParser.cxx:622
MWAWFont getFont() const
returns the font
Definition: MWAWCell.hxx:227
bool sendText(MWAWEntry entry, bool headerFooter=false)
try to send a text zone
Definition: BeagleWksSSParser.cxx:1444
Generated on Wed Jun 17 2020 06:30:08 for libmwaw by
doxygen 1.8.18