Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx189 typedef ::std::set<ShellDescriptor> GroupedShellList; typedef in __anon507c6b820111::ToolBarShellList
190 GroupedShellList maNewList;
196 GroupedShellList maCurrentList;
1589 GroupedShellList::iterator iDescriptor; in ClearGroup()
1612 GroupedShellList::iterator iDescriptor (maNewList.find(aDescriptor)); in AddShellId()
1636 GroupedShellList aList (maCurrentList); in ReleaseAllShells()
1637 GroupedShellList::iterator iDescriptor; in ReleaseAllShells()
1656 GroupedShellList aList; in UpdateShells()
1662 std::insert_iterator<GroupedShellList>(aList,aList.begin())); in UpdateShells()
1663 for (GroupedShellList::iterator iShell=aList.begin(); iShell!=aList.end(); ++iShell) in UpdateShells()
[all …]