Searched refs:ShellDescriptor (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sd/source/ui/view/ |
| H A D | ViewShellManager.cxx | 59 class ShellDescriptor { class 66 ShellDescriptor (); 67 ShellDescriptor (SfxShell* pShell, ShellId nId); 68 ShellDescriptor (const ShellDescriptor& rDescriptor); 69 ShellDescriptor& operator= (const ShellDescriptor& rDescriptor); 80 class IsShell : public ::std::unary_function<ShellDescriptor,bool> 84 bool operator() (const ShellDescriptor& rDescriptor) in operator ()() 96 class IsId : public ::std::unary_function<ShellDescriptor,bool> 100 bool operator() (const ShellDescriptor& rDescriptor) in operator ()() 130 void ActivateShell (const ShellDescriptor& rDescriptor); [all …]
|
| H A D | ToolBarManager.cxx | 176 class ShellDescriptor class in __anon507c6b820111::ToolBarShellList 178 ShellDescriptor (ShellId nId,sd::ToolBarManager::ToolBarGroup eGroup); 181 friend bool operator<(const ShellDescriptor& r1, const ShellDescriptor& r2) in operator <() 188 typedef ::std::set<ShellDescriptor> GroupedShellList; 1557 ToolBarShellList::ShellDescriptor::ShellDescriptor ( in ShellDescriptor() function in __anon507c6b820211::ToolBarShellList::ShellDescriptor 1610 ShellDescriptor aDescriptor (nId,eGroup); in AddShellId()
|
| /trunk/main/sd/source/ui/sidebar/ |
| H A D | SidebarShellManager.hxx | 103 class ShellDescriptor { public: class in sd::sidebar::SidebarShellManager 106 ShellDescriptor(void) : mpShell(NULL),mpWindow(NULL){} in ShellDescriptor() function in sd::sidebar::SidebarShellManager::ShellDescriptor 107 ShellDescriptor(SfxShell*pShell,::Window*pWindow) : mpShell(pShell),mpWindow(pWindow){} in ShellDescriptor() function in sd::sidebar::SidebarShellManager::ShellDescriptor 109 typedef ::std::map<ShellId,ShellDescriptor> SubShells;
|
| H A D | SidebarShellManager.cxx | 79 maSubShells[nId] = ShellDescriptor(pShell,pWindow); in AddSubShell()
|