Searched refs:GetSubShell (Results 1 – 6 of 6) sorted by relevance
870 OSL_ASSERT(mpTopShell == mrBase.GetSubShell(0)); in GetTopShell()918 SfxShell* pTopMostShell = mrBase.GetSubShell(0); in UpdateShellStack()935 while (mrBase.GetSubShell(nIndex)!=NULL) in UpdateShellStack()939 aSfxShellStack.push_back(mrBase.GetSubShell(nIndex)); in UpdateShellStack()996 mpTopShell = mrBase.GetSubShell(0); in UpdateShellStack()1018 SfxShell* pTopMostShell = mrBase.GetSubShell(0); in TakeShellsFromStack()1032 SfxShell* pShellOnStack = mrBase.GetSubShell(nIndex); in TakeShellsFromStack()1059 SfxShell* pShellOnStack = mrBase.GetSubShell(0); in TakeShellsFromStack()1074 mpTopShell = mrBase.GetSubShell(0); in TakeShellsFromStack()1366 while (mrBase.GetSubShell(nIndex)!=NULL) in DumpSfxShellStack()[all …]
215 SfxShell* GetSubShell() const { return pSubShell; } in GetSubShell() function in SfxViewShell218 SfxShell* GetSubShell( sal_uInt16 );
1076 SfxShell* pSub = ((ScTabViewShell*)this)->GetSubShell(nPos); in GetMySubShell()1085 pSub = ((ScTabViewShell*)this)->GetSubShell(++nPos); in GetMySubShell()
1337 if ( m_pData->m_pViewShell->GetSubShell() ) in ConnectSfxFrame_Impl()1338 pViewFrame->GetDispatcher()->Push( *m_pData->m_pViewShell->GetSubShell() ); in ConnectSfxFrame_Impl()
1577 SfxShell* SfxViewShell::GetSubShell( sal_uInt16 nNo ) in GetSubShell() function in SfxViewShell
1097 if ( pSubShell == i_rViewShell.GetSubShell() ) in PopShellAndSubShells_Impl()
Completed in 71 milliseconds