Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Ddispatch.cxx693 sal_uInt16 nShellCount = pImp->aStack.Count(); in GetShell() local
694 if ( nIdx < nShellCount ) in GetShell()
697 return pImp->pParent->GetShell( nIdx - nShellCount ); in GetShell()
1029 sal_uInt16 nShellCount = pDispat->pImp->aStack.Count(); in _Execute() local
1030 for ( sal_uInt16 n=0; n<nShellCount; n++ ) in _Execute()
2601 sal_uInt16 nShellCount = pDispat->pImp->aStack.Count(); in _Execute() local
2602 for ( sal_uInt16 n=0; n<nShellCount; n++ ) in _Execute()
2936 sal_uInt16 nShellCount = pImp->aStack.Count(); in IsReadOnlyShell_Impl() local
2937 if ( nShell < nShellCount ) in IsReadOnlyShell_Impl()
2946 return pImp->pParent->IsReadOnlyShell_Impl( nShell - nShellCount ); in IsReadOnlyShell_Impl()

Completed in 24 milliseconds