Lines Matching refs:nShell
1774 for ( sal_uInt16 nShell = nTotCount; nShell > 0; --nShell ) in _Update_Impl() local
1776 SfxShell *pShell = GetShell( nShell-1 ); in _Update_Impl()
1780 sal_Bool bReadOnlyShell = IsReadOnlyShell_Impl( nShell-1 ); in _Update_Impl()
2277 for ( sal_uInt16 nShell = 0;; ++nShell ) in _FindServer() local
2279 SfxShell *pSh = GetShell(nShell); in _FindServer()
2287 rServer.SetShellLevel(nShell); in _FindServer()
2416 for ( sal_uInt16 nShell = 0;; ++nShell ) in HasSlot_Impl() local
2418 SfxShell *pSh = GetShell(nShell); in HasSlot_Impl()
2787 for ( sal_uInt16 nShell = pImp->aStack.Count(); nShell > 0; --nShell ) in DebugOutput_Impl() local
2789 SfxShell *pShell = GetShell(nShell-1); in DebugOutput_Impl()
2934 sal_Bool SfxDispatcher::IsReadOnlyShell_Impl( sal_uInt16 nShell ) const in IsReadOnlyShell_Impl()
2937 if ( nShell < nShellCount ) in IsReadOnlyShell_Impl()
2939 SfxShell* pShell = pImp->aStack.Top( nShell ); in IsReadOnlyShell_Impl()
2946 return pImp->pParent->IsReadOnlyShell_Impl( nShell - nShellCount ); in IsReadOnlyShell_Impl()
3101 for ( sal_uInt16 nShell = 0;; ++nShell ) in GetModule() local
3103 SfxShell *pSh = GetShell(nShell); in GetModule()