Lines Matching refs:SbxBase
276 SbxBase* pSBX = StarBASIC::FindSBXInCurrentScope( aWord ); in RequestHelp()
1623 SbxError eOld = SbxBase::GetError(); in IMPL_LINK_INLINE_END()
1669 SbxBase::ResetError(); in IMPL_LINK_INLINE_END()
1671 SbxBase::SetError( eOld ); in IMPL_LINK_INLINE_END()
1904 SbxBase* WatchTreeListBox::ImplGetSBXForEntry( SvLBoxEntry* pEntry, bool& rbArrayElement ) in ImplGetSBXForEntry()
1906 SbxBase* pSBX = NULL; in ImplGetSBXForEntry()
1956 if ( StarBASIC::IsRunning() && StarBASIC::GetActiveMethod() && !SbxBase::IsError() ) in EditingEntry()
1960 SbxBase* pSBX = ImplGetSBXForEntry( pEntry, bArrayElement ); in EditingEntry()
2025 SbxBase* pSBX = ImplGetSBXForEntry( pEntry, bArrayElement ); in ImplBasicEntryEdited()
2027 SbxBase* pToBeChanged = NULL; in ImplBasicEntryEdited()
2054 if ( SbxBase::IsError() ) in ImplBasicEntryEdited()
2057 SbxBase::ResetError(); in ImplBasicEntryEdited()
2139 SbxError eOld = SbxBase::GetError(); in UpdateWatches()
2153 SbxBase* pSBX = ImplGetSBXForEntry( pEntry, bArrayElement ); in UpdateWatches()
2174 SbxBase* pBase = pVar->GetObject(); in UpdateWatches()
2239 SbxBase* pBase = pVar->GetObject(); in UpdateWatches()
2331 SbxBase::ResetError(); in UpdateWatches()
2333 SbxBase::SetError( eOld ); in UpdateWatches()