Home
last modified time | relevance | path

Searched refs:SbiParser (Results 1 – 15 of 15) sorted by relevance

/trunk/main/basic/source/comp/
H A Dparser.cxx120 SbiParser::SbiParser( StarBASIC* pb, SbModule* pm ) in SbiParser() function in SbiParser
240 void SbiParser::Exit() in Exit()
306 void SbiParser::TestEoln() in TestEoln()
334 sal_Bool SbiParser::Parse() in Parse()
564 void SbiParser::Assign() in Assign()
585 void SbiParser::Set() in Set()
638 void SbiParser::LSet() in LSet()
654 void SbiParser::RSet() in RSet()
671 void SbiParser::DefXXX() in DefXXX()
701 void SbiParser::Stop() in Stop()
[all …]
H A Dloops.cxx31 void SbiParser::If() in If()
144 void SbiParser::NoIf() in NoIf()
153 void SbiParser::DoLoop() in DoLoop()
193 void SbiParser::While() in While()
206 void SbiParser::For() in For()
267 void SbiParser::With() in With()
300 void SbiParser::OnGoto() in OnGoto()
333 void SbiParser::Goto() in Goto()
347 void SbiParser::Return() in Return()
360 void SbiParser::Select() in Select()
[all …]
H A Dio.cxx34 sal_Bool SbiParser::Channel( sal_Bool bAlways ) in Channel()
57 void SbiParser::Print() in Print()
88 void SbiParser::Write() in Write()
116 void SbiParser::Line() in Line()
140 void SbiParser::LineInput() in LineInput()
176 void SbiParser::Input() in Input()
207 void SbiParser::Open() in Open()
309 void SbiParser::Name() in Name()
334 void SbiParser::Close() in Close()
H A Ddim.cxx194 void SbiParser::Dim() in Dim()
532 void SbiParser::ReDim() in ReDim()
539 void SbiParser::Erase() in Erase()
552 void SbiParser::Type() in Type()
557 void SbiParser::DefType( sal_Bool bPrivate ) in DefType()
677 void SbiParser::Enum() in Enum()
682 void SbiParser::DefEnum( sal_Bool bPrivate ) in DefEnum()
946 void SbiParser::Declare() in Declare()
1054 void SbiParser::Call() in Call()
1064 void SbiParser::SubFunc() in SubFunc()
[all …]
H A Dexprnode.cxx42 SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, SbiToken t, SbiExprNode* r ) in SbiExprNode()
55 SbiExprNode::SbiExprNode( SbiParser* p, double n, SbxDataType t ) in SbiExprNode()
64 SbiExprNode::SbiExprNode( SbiParser* p, const String& rVal ) in SbiExprNode()
73 SbiExprNode::SbiExprNode( SbiParser* p, const SbiSymDef& r, SbxDataType t, SbiExprList* l ) in SbiExprNode()
89 SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, sal_uInt16 nId ) in SbiExprNode()
100 SbiExprNode::SbiExprNode( SbiParser* p, sal_uInt16 nId ) in SbiExprNode()
110 void SbiExprNode::BaseInit( SbiParser* p ) in BaseInit()
H A Dexprtree.cxx37 SbiExpression::SbiExpression( SbiParser* p, SbiExprType t, in SbiExpression()
55 SbiExpression::SbiExpression( SbiParser* p, double n, SbxDataType t ) in SbiExpression()
65 SbiExpression::SbiExpression( SbiParser* p, const String& r ) in SbiExpression()
74 SbiExpression::SbiExpression( SbiParser* p, const SbiSymDef& r, SbiExprList* pPar ) in SbiExpression()
83 SbiExpression::SbiExpression( SbiParser* p, SbiToken t ) in SbiExpression()
106 static sal_Bool DoParametersFollow( SbiParser* p, SbiExprType eCurExpr, SbiToken eTok ) in DoParametersFollow()
798 SbiConstExpression::SbiConstExpression( SbiParser* p ) : SbiExpression( p ) in SbiConstExpression()
881 SbiExprList::SbiExprList( SbiParser* p ) in SbiExprList()
937 SbiParameters::SbiParameters( SbiParser* p, sal_Bool bStandaloneExpression, sal_Bool bPar) : in SbiParameters()
1101 SbiDimList::SbiDimList( SbiParser* p ) : SbiExprList( p ) in SbiDimList()
H A Dsymtbl.cxx47 SbiStringPool::SbiStringPool( SbiParser* p ) in SV_IMPL_PTRARR()
408 SbiProcDef::SbiProcDef( SbiParser* pParser, const String& rName, in SbiProcDef()
H A Dsbcomp.cxx992 SbiParser* pParser = new SbiParser( (StarBASIC*) GetParent(), this ); in Compile()
H A Dbuffer.cxx37 SbiBuffer::SbiBuffer( SbiParser* p, short n ) in SbiBuffer()
H A Dcodegen.cxx35 SbiCodeGen::SbiCodeGen( SbModule& r, SbiParser* p, short nInc ) in SbiCodeGen()
/trunk/main/basic/source/inc/
H A Dexpr.hxx35 class SbiParser;
126 SbiExprNode( SbiParser*, double, SbxDataType );
127 SbiExprNode( SbiParser*, const String& );
131 SbiExprNode( SbiParser*, sal_uInt16 ); // new <type>
166 SbiParser* pParser; // fuer Fehlermeldungen, Parsing
191 SbiExpression( SbiParser*, SbiExprType = SbSTDEXPR,
193 SbiExpression( SbiParser*, const String& );
223 SbiConstExpression( SbiParser* );
232 SbiParser* pParser; // Parser
239 SbiExprList( SbiParser* );
[all …]
H A Dsymtbl.hxx39 class SbiParser;
53 SbiParser* pParser; // der Parser
55 SbiStringPool( SbiParser* );
63 SbiParser* GetParser() { return pParser; } in GetParser()
77 SbiParser* pParser; // der Parser
92 SbiParser* GetParser() { return pParser; } in GetParser()
201 SbiProcDef( SbiParser*, const String&, sal_Bool bProcDecl=false );
H A Dcodegen.hxx28 class SbiParser;
34 SbiParser* pParser; // fuer Fehlermeldungen, Line, Column etc.
41 SbiCodeGen( SbModule&, SbiParser*, short );
42 SbiParser* GetParser() { return pParser; } in GetParser()
H A Dbuffer.hxx30 class SbiParser;
33 SbiParser* pParser; // fuer Fehlermeldungen
41 SbiBuffer( SbiParser*, short ); // Inkrement
H A Dparser.hxx37 class SbiParser : public SbiTokenizer class
84 SbiParser( StarBASIC*, SbModule* );

Completed in 56 milliseconds