Searched refs:nShell (Results 1 – 3 of 3) sorted by relevance
1774 for ( sal_uInt16 nShell = nTotCount; nShell > 0; --nShell ) in _Update_Impl() local1776 SfxShell *pShell = GetShell( nShell-1 ); in _Update_Impl()2277 for ( sal_uInt16 nShell = 0;; ++nShell ) in _FindServer() local2279 SfxShell *pSh = GetShell(nShell); in _FindServer()2416 for ( sal_uInt16 nShell = 0;; ++nShell ) in HasSlot_Impl() local2418 SfxShell *pSh = GetShell(nShell); in HasSlot_Impl()2787 for ( sal_uInt16 nShell = pImp->aStack.Count(); nShell > 0; --nShell ) in DebugOutput_Impl() local2789 SfxShell *pShell = GetShell(nShell-1); in DebugOutput_Impl()2937 if ( nShell < nShellCount ) in IsReadOnlyShell_Impl()3101 for ( sal_uInt16 nShell = 0;; ++nShell ) in GetModule() local[all …]
37 SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell );51 inline SfxSlotServer::SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell ): in SfxSlotServer() argument53 _nShellLevel( nShell ) in SfxSlotServer()
245 SAL_DLLPRIVATE sal_Bool IsReadOnlyShell_Impl( sal_uInt16 nShell ) const;
Completed in 40 milliseconds