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.cxx277 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in RequestHelp()
1913 SbxBase* pSBX = NULL; in ImplGetSBXForEntry() local
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()
1955 return pSBX; in ImplGetSBXForEntry()
1968 if ( ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) || bArrayElement ) in EditingEntry()
2035 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in ImplBasicEntryEdited()
2037 SbxVariable* pVar = (SbxVariable*)pSBX; in ImplBasicEntryEdited()
2044 pToBeChanged = pSBX; in ImplBasicEntryEdited()
[all …]

Completed in 26 milliseconds