Searched refs:ShellDescriptor (Results 1 – 4 of 4) sorted by relevance
59 class ShellDescriptor { class66 ShellDescriptor ();68 ShellDescriptor (const ShellDescriptor& rDescriptor);69 ShellDescriptor& operator= (const ShellDescriptor& rDescriptor);515 ShellDescriptor aResult; in ActivateViewShell()581 ShellDescriptor aDescriptor; in ActivateShell()1221 ShellDescriptor aResult; in CreateSubShell()1421 ShellDescriptor::ShellDescriptor (void) in ShellDescriptor() function in sd::__anon2a5c1f820211::ShellDescriptor1432 ShellDescriptor::ShellDescriptor ( in ShellDescriptor() function in sd::__anon2a5c1f820211::ShellDescriptor1445 ShellDescriptor::ShellDescriptor (const ShellDescriptor& rDescriptor) in ShellDescriptor() function in sd::__anon2a5c1f820211::ShellDescriptor[all …]
176 class ShellDescriptor class in __anon57807fa20111::ToolBarShellList178 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 __anon57807fa20211::ToolBarShellList::ShellDescriptor1610 ShellDescriptor aDescriptor (nId,eGroup); in AddShellId()
105 class ShellDescriptor { public: class in sd::sidebar::SidebarShellManager108 ShellDescriptor(void) : mpShell(NULL),mpWindow(NULL){} in ShellDescriptor() function in sd::sidebar::SidebarShellManager::ShellDescriptor109 ShellDescriptor(SfxShell*pShell,::Window*pWindow) : mpShell(pShell),mpWindow(pWindow){} in ShellDescriptor() function in sd::sidebar::SidebarShellManager::ShellDescriptor111 typedef ::std::map<ShellId,ShellDescriptor> SubShells;
79 maSubShells[nId] = ShellDescriptor(pShell,pWindow); in AddSubShell()
Completed in 33 milliseconds