Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx276 SbxBase* pSBX = StarBASIC::FindSBXInCurrentScope( aWord ); in RequestHelp() local
277 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in RequestHelp()
279 SbxVariable* pVar = (SbxVariable*)pSBX; in RequestHelp()
1913 SbxBase* pSBX = NULL; in ImplGetSBXForEntry() local
1927 pSBX = pObj->Find( aVName, SbxCLASS_DONTCARE ); in ImplGetSBXForEntry()
1930 if ( pSBX && (pVar = PTR_CAST( SbxVariable, pSBX )) != NULL in ImplGetSBXForEntry()
1931 && !pSBX->ISA( SbxMethod ) ) in ImplGetSBXForEntry()
1946 pSBX = pArray->Get( pItem->pIndices ); in ImplGetSBXForEntry()
1953 pSBX = StarBASIC::FindSBXInCurrentScope( aVName ); in ImplGetSBXForEntry()
1955 return pSBX; in ImplGetSBXForEntry()
[all …]