Home
last modified time | relevance | path

Searched refs:SbiDimList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/source/inc/
H A Dexpr.hxx33 class SbiDimList;
163 friend class SbiDimList;
256 class SbiDimList : public SbiExprList { class
259 SbiDimList( SbiParser* ); // Parsender Ctor
H A Dparser.hxx50 SbiSymDef* VarDecl( SbiDimList**,sal_Bool,sal_Bool );// Variablen-Deklaration
/trunk/main/basic/source/comp/
H A Ddim.cxx36 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()
H A Dexprtree.cxx1101 SbiDimList::SbiDimList( SbiParser* p ) : SbiExprList( p ) in SbiDimList() function in SbiDimList

Completed in 25 milliseconds