Lines Matching refs:pSBX
276 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()
1906 SbxBase* pSBX = NULL; in ImplGetSBXForEntry() local
1920 pSBX = pObj->Find( aVName, SbxCLASS_DONTCARE ); in ImplGetSBXForEntry()
1923 if ( pSBX && (pVar = PTR_CAST( SbxVariable, pSBX )) != NULL in ImplGetSBXForEntry()
1924 && !pSBX->ISA( SbxMethod ) ) in ImplGetSBXForEntry()
1939 pSBX = pArray->Get( pItem->pIndices ); in ImplGetSBXForEntry()
1946 pSBX = StarBASIC::FindSBXInCurrentScope( aVName ); in ImplGetSBXForEntry()
1948 return pSBX; in ImplGetSBXForEntry()
1960 SbxBase* pSBX = ImplGetSBXForEntry( pEntry, bArrayElement ); in EditingEntry() local
1961 if ( ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) || bArrayElement ) in EditingEntry()
2025 SbxBase* pSBX = ImplGetSBXForEntry( pEntry, bArrayElement ); in ImplBasicEntryEdited() local
2028 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in ImplBasicEntryEdited()
2030 SbxVariable* pVar = (SbxVariable*)pSBX; in ImplBasicEntryEdited()
2037 pToBeChanged = pSBX; in ImplBasicEntryEdited()
2153 SbxBase* pSBX = ImplGetSBXForEntry( pEntry, bArrayElement ); in UpdateWatches() local
2166 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in UpdateWatches()
2168 SbxVariable* pVar = (SbxVariable*)pSBX; in UpdateWatches()