2000-09-18 16:07:07 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 11:36:38 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-10 11:36:38 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-10 11:36:38 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-10 11:36:38 +00:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-10 11:36:38 +00:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
2008-04-10 11:36:38 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2000-09-18 16:07:07 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#ifndef PARSE_HXX
|
|
|
|
#define PARSE_HXX
|
|
|
|
|
|
|
|
|
2001-04-18 07:54:29 +00:00
|
|
|
#include <vcl/svapp.hxx>
|
2000-09-18 16:07:07 +00:00
|
|
|
#include <tools/stack.hxx>
|
|
|
|
#include <tools/list.hxx>
|
|
|
|
#include <tools/string.hxx>
|
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
#include <set>
|
|
|
|
#include <stack>
|
|
|
|
#include <list>
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
#include "types.hxx"
|
|
|
|
|
|
|
|
class SmNode;
|
2001-08-28 06:47:20 +00:00
|
|
|
class SmDocShell;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
//////////////////////////////////////////////////////////////////////
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
// TokenGroups
|
|
|
|
#define TGOPER 0x00000001
|
|
|
|
#define TGRELATION 0x00000002
|
|
|
|
#define TGSUM 0x00000004
|
|
|
|
#define TGPRODUCT 0x00000008
|
|
|
|
#define TGUNOPER 0x00000010
|
|
|
|
#define TGPOWER 0x00000020
|
|
|
|
#define TGATTRIBUT 0x00000040
|
|
|
|
#define TGALIGN 0x00000080
|
|
|
|
#define TGFUNCTION 0x00000100
|
|
|
|
#define TGBLANK 0x00000200
|
|
|
|
#define TGLBRACES 0x00000400
|
|
|
|
#define TGRBRACES 0x00000800
|
|
|
|
#define TGCOLOR 0x00001000
|
|
|
|
#define TGFONT 0x00002000
|
|
|
|
#define TGSTANDALONE 0x00004000
|
|
|
|
#define TGDISCARDED 0x00008000
|
|
|
|
#define TGLIMIT 0x00010000
|
|
|
|
#define TGFONTATTR 0x00020000
|
|
|
|
|
|
|
|
|
|
|
|
enum SmTokenType
|
|
|
|
{
|
|
|
|
TEND, TLGROUP, TRGROUP, TLPARENT, TRPARENT,
|
|
|
|
TLBRACKET, TRBRACKET, TPLUS, TMINUS, TMULTIPLY,
|
|
|
|
TDIVIDEBY, TASSIGN, TPOUND, TSPECIAL, TSLASH,
|
|
|
|
TBACKSLASH, TBLANK, TSBLANK, TRSUB, TRSUP,
|
|
|
|
TCSUB, TCSUP, TLSUB, TLSUP, TGT,
|
|
|
|
TLT, TAND, TOR, TINTERSECT, TUNION,
|
|
|
|
TNEWLINE, TBINOM, TFROM, TTO, TINT,
|
|
|
|
TSUM, TOPER, TABS, TSQRT, TFACT,
|
|
|
|
TNROOT, TOVER, TTIMES, TGE, TLE,
|
|
|
|
TGG, TLL, TDOTSAXIS, TDOTSLOW, TDOTSVERT,
|
|
|
|
TDOTSDIAG, TDOTSUP, TDOTSDOWN, TACUTE, TBAR,
|
|
|
|
TBREVE, TCHECK, TCIRCLE, TDOT, TDDOT,
|
|
|
|
TDDDOT, TGRAVE, THAT, TTILDE, TVEC,
|
|
|
|
TUNDERLINE, TOVERLINE, TOVERSTRIKE, TITALIC, TNITALIC,
|
|
|
|
TBOLD, TNBOLD, TPHANTOM, TFONT, TSIZE,
|
|
|
|
TCOLOR, TALIGNL, TALIGNC, TALIGNR, TLEFT,
|
|
|
|
TRIGHT, TLANGLE, TLBRACE, TLLINE, TLDLINE,
|
|
|
|
TLCEIL, TLFLOOR, TNONE, TMLINE, TRANGLE,
|
|
|
|
TRBRACE, TRLINE, TRDLINE, TRCEIL, TRFLOOR,
|
|
|
|
TSIN, TCOS, TTAN, TCOT, TFUNC,
|
|
|
|
TSTACK, TMATRIX, TMATFORM, TDPOUND, TPLACE,
|
|
|
|
TTEXT, TNUMBER, TCHARACTER, TIDENT, TNEQ,
|
|
|
|
TEQUIV, TDEF, TPROP, TSIM, TSIMEQ,
|
|
|
|
TAPPROX, TPARALLEL, TORTHO, TIN, TNOTIN,
|
|
|
|
TSUBSET, TSUBSETEQ, TSUPSET, TSUPSETEQ, TPLUSMINUS,
|
|
|
|
TMINUSPLUS, TOPLUS, TOMINUS, TDIV, TOTIMES,
|
|
|
|
TODIVIDE, TTRANSL, TTRANSR, TIINT, TIIINT,
|
|
|
|
TLINT, TLLINT, TLLLINT, TPROD, TCOPROD,
|
|
|
|
TFORALL, TEXISTS, TLIM, TNABLA, TTOWARD,
|
|
|
|
TSINH, TCOSH, TTANH, TCOTH, TASIN,
|
|
|
|
TACOS, TATAN, TLN, TLOG, TUOPER,
|
|
|
|
TBOPER, TBLACK, TWHITE, TRED, TGREEN,
|
|
|
|
TBLUE, TCYAN, TMAGENTA, TYELLOW, TFIXED,
|
|
|
|
TSANS, TSERIF, TPOINT, TASINH, TACOSH,
|
|
|
|
TATANH, TACOTH, TACOT, TEXP, TCDOT,
|
|
|
|
TODOT, TLESLANT, TGESLANT, TNSUBSET, TNSUPSET,
|
|
|
|
TNSUBSETEQ, TNSUPSETEQ, TPARTIAL, TNEG, TNI,
|
|
|
|
TBACKEPSILON, TALEPH, TIM, TRE, TWP,
|
|
|
|
TEMPTYSET, TINFINITY, TESCAPE, TLIMSUP, TLIMINF,
|
|
|
|
TNDIVIDES, TDRARROW, TDLARROW, TDLRARROW, TUNDERBRACE,
|
|
|
|
TOVERBRACE, TCIRC, TTOP, THBAR, TLAMBDABAR,
|
|
|
|
TLEFTARROW, TRIGHTARROW, TUPARROW, TDOWNARROW, TDIVIDES,
|
|
|
|
TNDIBVIDES, TSETN, TSETZ, TSETQ, TSETR,
|
|
|
|
TSETC, TWIDEVEC, TWIDETILDE, TWIDEHAT, TWIDESLASH,
|
2010-04-23 14:24:45 +02:00
|
|
|
TWIDEBACKSLASH, TLDBRACKET, TRDBRACKET, TNOSPACE,
|
2000-09-18 16:07:07 +00:00
|
|
|
TUNKNOWN, TDEBUG
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
struct SmToken
|
|
|
|
{
|
2010-10-13 11:39:15 +02:00
|
|
|
|
|
|
|
String aText; // token text
|
|
|
|
SmTokenType eType; // token info
|
2001-04-18 07:54:29 +00:00
|
|
|
sal_Unicode cMathChar;
|
2010-10-13 11:39:15 +02:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
// parse-help info
|
2010-10-13 11:39:15 +02:00
|
|
|
ULONG nGroup;
|
|
|
|
USHORT nLevel;
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
// token position
|
2010-10-13 11:39:15 +02:00
|
|
|
USHORT nRow;
|
|
|
|
xub_StrLen nCol;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
SmToken();
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
enum SmParseError
|
|
|
|
{
|
|
|
|
PE_NONE, PE_UNEXPECTED_END_OF_INPUT,
|
|
|
|
PE_UNEXPECTED_CHAR, PE_UNEXPECTED_TOKEN,
|
|
|
|
PE_FUNC_EXPECTED, PE_UNOPER_EXPECTED,
|
|
|
|
PE_BINOPER_EXPECTED, PE_SYMBOL_EXPECTED,
|
|
|
|
PE_IDENTIFIER_EXPECTED, PE_POUND_EXPECTED,
|
|
|
|
PE_COLOR_EXPECTED, PE_LGROUP_EXPECTED,
|
|
|
|
PE_RGROUP_EXPECTED, PE_LBRACE_EXPECTED,
|
|
|
|
PE_RBRACE_EXPECTED, PE_PARENT_MISMATCH,
|
|
|
|
PE_RIGHT_EXPECTED, PE_FONT_EXPECTED,
|
|
|
|
PE_SIZE_EXPECTED, PE_DOUBLE_ALIGN,
|
|
|
|
PE_DOUBLE_SUBSUPSCRIPT
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
struct SmErrorDesc
|
|
|
|
{
|
|
|
|
SmParseError Type;
|
|
|
|
SmNode *pNode;
|
2001-04-18 07:54:29 +00:00
|
|
|
String Text;
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
|
2007-05-25 11:09:50 +00:00
|
|
|
DECLARE_STACK(SmNodeStack, SmNode *)
|
|
|
|
DECLARE_LIST(SmErrDescList, SmErrorDesc *)
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
/**************************************************************************/
|
|
|
|
|
2001-12-14 08:07:32 +00:00
|
|
|
// defines possible conversions of the formula text from the format of
|
|
|
|
// one release to the one of another.
|
|
|
|
enum SmConvert
|
|
|
|
{
|
|
|
|
CONVERT_NONE,
|
|
|
|
CONVERT_40_TO_50,
|
|
|
|
CONVERT_50_TO_60,
|
|
|
|
CONVERT_60_TO_50
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
class SmParser
|
|
|
|
{
|
2010-10-13 11:39:15 +02:00
|
|
|
String m_aBufferString;
|
|
|
|
SmToken m_aCurToken;
|
|
|
|
SmNodeStack m_aNodeStack;
|
|
|
|
SmErrDescList m_aErrDescList;
|
|
|
|
int m_nCurError;
|
|
|
|
LanguageType m_nLang;
|
|
|
|
xub_StrLen m_nBufferIndex,
|
|
|
|
m_nTokenIndex;
|
|
|
|
USHORT m_Row,
|
|
|
|
m_nColOff;
|
|
|
|
SmConvert m_eConversion;
|
|
|
|
BOOL m_bImportSymNames,
|
|
|
|
m_bExportSymNames;
|
|
|
|
|
|
|
|
// map of used symbols (used to reduce file size by exporting only actually used symbols)
|
|
|
|
std::set< rtl::OUString > m_aUsedSymbols;
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
// declare copy-constructor and assignment-operator private
|
|
|
|
SmParser(const SmParser &);
|
|
|
|
SmParser & operator = (const SmParser &);
|
|
|
|
|
|
|
|
protected:
|
2004-08-11 14:06:33 +00:00
|
|
|
#if OSL_DEBUG_LEVEL
|
2001-04-18 07:54:29 +00:00
|
|
|
BOOL IsDelimiter( const String &rTxt, xub_StrLen nPos );
|
2004-08-11 14:06:33 +00:00
|
|
|
#endif
|
2000-09-18 16:07:07 +00:00
|
|
|
void NextToken();
|
2010-10-13 11:39:15 +02:00
|
|
|
xub_StrLen GetTokenIndex() const { return m_nTokenIndex; }
|
2001-04-18 07:54:29 +00:00
|
|
|
void Insert(const String &rText, USHORT nPos);
|
2001-08-28 06:47:20 +00:00
|
|
|
void Replace( USHORT nPos, USHORT nLen, const String &rText );
|
2000-09-18 16:07:07 +00:00
|
|
|
|
|
|
|
inline BOOL TokenInGroup(ULONG nGroup);
|
|
|
|
|
|
|
|
// grammar
|
|
|
|
void Table();
|
|
|
|
void Line();
|
|
|
|
void Expression();
|
|
|
|
void Relation();
|
|
|
|
void Sum();
|
|
|
|
void Product();
|
|
|
|
void SubSup(ULONG nActiveGroup);
|
|
|
|
void OpSubSup();
|
|
|
|
void Power();
|
|
|
|
void Blank();
|
|
|
|
void Term();
|
|
|
|
void Escape();
|
|
|
|
void Operator();
|
|
|
|
void Oper();
|
|
|
|
void UnOper();
|
|
|
|
void Align();
|
|
|
|
void FontAttribut();
|
|
|
|
void Attribut();
|
|
|
|
void Font();
|
|
|
|
void FontSize();
|
|
|
|
void Color();
|
|
|
|
void Brace();
|
|
|
|
void Bracebody(BOOL bIsLeftRight);
|
|
|
|
void Function();
|
|
|
|
void Binom();
|
|
|
|
void Stack();
|
|
|
|
void Matrix();
|
|
|
|
void Special();
|
|
|
|
void GlyphSpecial();
|
|
|
|
// end of grammar
|
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
LanguageType GetLanguage() const { return m_nLang; }
|
|
|
|
void SetLanguage( LanguageType nNewLang ) { m_nLang = nNewLang; }
|
2001-12-14 08:07:32 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
void Error(SmParseError Error);
|
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
void ClearUsedSymbols() { m_aUsedSymbols.clear(); }
|
|
|
|
void AddToUsedSymbols( const String &rSymbolName ) { m_aUsedSymbols.insert( rSymbolName ); }
|
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
public:
|
|
|
|
SmParser();
|
|
|
|
|
2001-04-18 07:54:29 +00:00
|
|
|
SmNode *Parse(const String &rBuffer);
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
const String & GetText() const { return m_aBufferString; };
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
SmConvert GetConversion() const { return m_eConversion; }
|
|
|
|
void SetConversion(SmConvert eConv) { m_eConversion = eConv; }
|
2000-09-18 16:07:07 +00:00
|
|
|
|
2010-10-13 11:39:15 +02:00
|
|
|
BOOL IsImportSymbolNames() const { return m_bImportSymNames; }
|
|
|
|
void SetImportSymbolNames(BOOL bVal) { m_bImportSymNames = bVal; }
|
|
|
|
BOOL IsExportSymbolNames() const { return m_bExportSymNames; }
|
|
|
|
void SetExportSymbolNames(BOOL bVal) { m_bExportSymNames = bVal; }
|
2001-08-28 06:47:20 +00:00
|
|
|
|
2000-09-18 16:07:07 +00:00
|
|
|
USHORT AddError(SmParseError Type, SmNode *pNode);
|
|
|
|
|
|
|
|
const SmErrorDesc * NextError();
|
|
|
|
const SmErrorDesc * PrevError();
|
|
|
|
const SmErrorDesc * GetError(USHORT i = 0xFFFF);
|
2010-10-13 11:39:15 +02:00
|
|
|
|
|
|
|
bool IsUsedSymbol( const String &rSymbolName ) const { m_aUsedSymbols.find( rSymbolName ) != m_aUsedSymbols.end(); }
|
|
|
|
std::set< rtl::OUString > GetUsedSymbols() const { return m_aUsedSymbols; }
|
2000-09-18 16:07:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
inline BOOL SmParser::TokenInGroup(ULONG nGroup)
|
|
|
|
{
|
2010-10-13 11:39:15 +02:00
|
|
|
return (m_aCurToken.nGroup & nGroup) ? TRUE : FALSE;
|
2000-09-18 16:07:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|