Home
last modified time | relevance | path

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

/trunk/main/basic/source/comp/
H A Ddim.cxx397 if( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) == NULL ) in DefVar()
564 if (rTypeArray->Find(aSym,SbxCLASS_OBJECT)) in DefType()
651 … SbxObject* pTypeObj = static_cast< SbxObject* >( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) ); in DefType()
669 rTypeArray->Insert (pType,rTypeArray->Count()); in DefType()
H A Dcodegen.cxx328 sal_uInt16 nCount = pParser->rTypeArray->Count(); in Save()
330 p->AddType((SbxObject *)pParser->rTypeArray->Get(i)); in Save()
H A Dparser.cxx151 rTypeArray = new SbxArray; // Array fuer Benutzerdefinierte Typen in SbiParser()
/trunk/main/basic/source/inc/
H A Dparser.hxx65 SbxArrayRef rTypeArray; // das Type-Array member in SbiParser