Searched refs:SbiDimList (Results 1 – 4 of 4) sorted by relevance
33 class SbiDimList;163 friend class SbiDimList;256 class SbiDimList : public SbiExprList { class259 SbiDimList( SbiParser* ); // Parsender Ctor
50 SbiSymDef* VarDecl( SbiDimList**,sal_Bool,sal_Bool );// Variablen-Deklaration
36 SbiSymDef* SbiParser::VarDecl( SbiDimList** ppDim, sal_Bool bStatic, sal_Bool bConst ) in VarDecl()47 SbiDimList* pDim = NULL; in VarDecl()51 pDim = new SbiDimList( this ); in VarDecl()291 SbiDimList* pDim; in DefVar()575 SbiDimList* pDim = NULL; in DefType()700 SbiDimList* pDim; in DefEnum()
1101 SbiDimList::SbiDimList( SbiParser* p ) : SbiExprList( p ) in SbiDimList() function in SbiDimList
Completed in 21 milliseconds