Searched refs:pSBX (Results 1 – 1 of 1) sorted by relevance
277 if ( pSBX && pSBX->ISA( SbxVariable ) && !pSBX->ISA( SbxMethod ) ) in RequestHelp()1906 SbxBase* pSBX = NULL; in ImplGetSBXForEntry() local1923 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