Lines Matching refs:SbiParser
36 SbiSymDef* SbiParser::VarDecl( SbiDimList** ppDim, sal_Bool bStatic, sal_Bool bConst ) in VarDecl()
75 void SbiParser::TypeDecl( SbiSymDef& rDef, sal_Bool bAsNewAlreadyParsed ) in TypeDecl()
194 void SbiParser::Dim() in Dim()
199 void SbiParser::DefVar( SbiOpcode eOp, sal_Bool bStatic ) in DefVar()
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()
815 SbiProcDef* SbiParser::ProcDecl( sal_Bool bDecl ) in ProcDecl()
946 void SbiParser::Declare() in Declare()
951 void SbiParser::DefDeclare( sal_Bool bPrivate ) in DefDeclare()
1054 void SbiParser::Call() in Call()
1064 void SbiParser::SubFunc() in SubFunc()
1073 void SbiParser::DefProc( sal_Bool bStatic, sal_Bool bPrivate ) in DefProc()
1176 void SbiParser::Static() in Static()
1181 void SbiParser::DefStatic( sal_Bool bPrivate ) in DefStatic()