Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/comp/
H A Ddim.cxx399 if( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) == NULL ) in DefVar()
566 if (rTypeArray->Find(aSym,SbxCLASS_OBJECT)) in DefType()
653 … SbxObject* pTypeObj = static_cast< SbxObject* >( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) ); in DefType()
671 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.cxx153 rTypeArray = new SbxArray; // Array fuer Benutzerdefinierte Typen in SbiParser()
/aoo4110/main/basic/source/inc/
H A Dparser.hxx65 SbxArrayRef rTypeArray; // das Type-Array member in SbiParser

Completed in 35 milliseconds