Home
last modified time | relevance | path

Searched refs:nShell (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1774 for ( sal_uInt16 nShell = nTotCount; nShell > 0; --nShell ) in _Update_Impl() local
1776 SfxShell *pShell = GetShell( nShell-1 ); in _Update_Impl()
2277 for ( sal_uInt16 nShell = 0;; ++nShell ) in _FindServer() local
2279 SfxShell *pSh = GetShell(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()
2937 if ( nShell < nShellCount ) in IsReadOnlyShell_Impl()
3101 for ( sal_uInt16 nShell = 0;; ++nShell ) in GetModule() local
[all …]
/trunk/main/sfx2/source/inc/
H A Dslotserv.hxx37 SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell );
51 inline SfxSlotServer::SfxSlotServer( const SfxSlot &rSlot, sal_uInt16 nShell ): in SfxSlotServer() argument
53 _nShellLevel( nShell ) in SfxSlotServer()
/trunk/main/sfx2/inc/sfx2/
H A Ddispatch.hxx245 SAL_DLLPRIVATE sal_Bool IsReadOnlyShell_Impl( sal_uInt16 nShell ) const;

Completed in 39 milliseconds