Searched refs:iTab (Results 1 – 2 of 2) sorted by relevance
517 for (TableSlotsMap::iterator iTab( aTableSlotsMap.begin()); in ~ScBroadcastAreaSlotMachine() local518 iTab != aTableSlotsMap.end(); ++iTab) in ~ScBroadcastAreaSlotMachine()520 delete (*iTab).second; in ~ScBroadcastAreaSlotMachine()596 TableSlotsMap::iterator iTab( aTableSlotsMap.find( nTab)); in StartListeningArea() local597 if (iTab == aTableSlotsMap.end()) in StartListeningArea()598 iTab = aTableSlotsMap.insert( TableSlotsMap::value_type( in StartListeningArea()600 ScBroadcastAreaSlot** ppSlots = (*iTab).second->getSlots(); in StartListeningArea()649 for (TableSlotsMap::iterator iTab( aTableSlotsMap.lower_bound( rRange.aStart.Tab())); in EndListeningArea() local650 iTab != aTableSlotsMap.end() && (*iTab).first <= nEndTab; ++iTab) in EndListeningArea()652 ScBroadcastAreaSlot** ppSlots = (*iTab).second->getSlots(); in EndListeningArea()[all …]
644 TabBarButtonList::const_iterator iTab; in UpdateTabBarButtons() local647 for (iTab=maTabBarButtons.begin(),nIndex=1; iTab!=maTabBarButtons.end(); ++iTab,++nIndex) in UpdateTabBarButtons()651 mpTabControl->InsertPage(nIndex, iTab->ButtonLabel); in UpdateTabBarButtons()654 mpTabControl->SetPageText(nIndex, iTab->ButtonLabel); in UpdateTabBarButtons()655 mpTabControl->SetHelpText(nIndex, iTab->HelpText); in UpdateTabBarButtons()