Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx517 for (TableSlotsMap::iterator iTab( aTableSlotsMap.begin()); in ~ScBroadcastAreaSlotMachine() local
518 iTab != aTableSlotsMap.end(); ++iTab) in ~ScBroadcastAreaSlotMachine()
520 delete (*iTab).second; in ~ScBroadcastAreaSlotMachine()
596 TableSlotsMap::iterator iTab( aTableSlotsMap.find( nTab)); in StartListeningArea() local
597 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() local
650 iTab != aTableSlotsMap.end() && (*iTab).first <= nEndTab; ++iTab) in EndListeningArea()
652 ScBroadcastAreaSlot** ppSlots = (*iTab).second->getSlots(); in EndListeningArea()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx644 TabBarButtonList::const_iterator iTab; in UpdateTabBarButtons() local
647 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()