Home
last modified time | relevance | path

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

/aoo41x/main/basctl/source/basicide/
H A Dbaside2b.cxx277 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in RequestHelp()
1906 SbxBase* pSBX = NULL; in ImplGetSBXForEntry() local
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()
1948 return pSBX; in ImplGetSBXForEntry()
1961 if ( ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) || bArrayElement ) in EditingEntry()
2028 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in ImplBasicEntryEdited()
2030 SbxVariable* pVar = (SbxVariable*)pSBX; in ImplBasicEntryEdited()
2037 pToBeChanged = pSBX; in ImplBasicEntryEdited()
[all …]

Completed in 40 milliseconds