Lines Matching refs:ShellDescriptor

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);
184 typedef ::std::list<ShellDescriptor> ActiveShellList;
187 typedef ::std::list<ShellDescriptor> SubShellSubList;
241 ShellDescriptor CreateSubShell (
246 void DestroyViewShell (ShellDescriptor& rDescriptor);
249 const ShellDescriptor& rDescriptor);
515 ShellDescriptor aResult; in ActivateViewShell()
555 ShellDescriptor aDescriptor(*iShell); in DeactivateViewShell()
581 ShellDescriptor aDescriptor; in ActivateShell()
590 void ViewShellManager::Implementation::ActivateShell (const ShellDescriptor& rDescriptor) in ActivateShell()
629 ShellDescriptor aDescriptor(*iShell); in DeactivateShell()
681 rList.push_back(ShellDescriptor(NULL, nId)); in ActivateSubShell()
714 ShellDescriptor aDescriptor(*iShell); in DeactivateSubShell()
811 ShellDescriptor aDescriptor(*iShell); in MoveToTop()
1214 ShellDescriptor ViewShellManager::Implementation::CreateSubShell ( in CreateSubShell()
1221 ShellDescriptor aResult; in CreateSubShell()
1250 ShellDescriptor& rDescriptor) in DestroyViewShell()
1281 const ShellDescriptor& rDescriptor) in DestroySubShell()
1421 ShellDescriptor::ShellDescriptor (void) in ShellDescriptor() function in sd::__anona4529d230211::ShellDescriptor
1432 ShellDescriptor::ShellDescriptor ( in ShellDescriptor() function in sd::__anona4529d230211::ShellDescriptor
1445 ShellDescriptor::ShellDescriptor (const ShellDescriptor& rDescriptor) in ShellDescriptor() function in sd::__anona4529d230211::ShellDescriptor
1456 ShellDescriptor& ShellDescriptor::operator= (const ShellDescriptor& rDescriptor) in operator =()
1471 bool ShellDescriptor::IsMainViewShell (void) const in IsMainViewShell()
1483 ::Window* ShellDescriptor::GetWindow (void) const in GetWindow()