Searched refs:nShellCount (Results 1 – 1 of 1) sorted by relevance
693 sal_uInt16 nShellCount = pImp->aStack.Count(); in GetShell() local694 if ( nIdx < nShellCount ) in GetShell()697 return pImp->pParent->GetShell( nIdx - nShellCount ); in GetShell()1029 sal_uInt16 nShellCount = pDispat->pImp->aStack.Count(); in _Execute() local1030 for ( sal_uInt16 n=0; n<nShellCount; n++ ) in _Execute()2601 sal_uInt16 nShellCount = pDispat->pImp->aStack.Count(); in _Execute() local2602 for ( sal_uInt16 n=0; n<nShellCount; n++ ) in _Execute()2936 sal_uInt16 nShellCount = pImp->aStack.Count(); in IsReadOnlyShell_Impl() local2937 if ( nShell < nShellCount ) in IsReadOnlyShell_Impl()2946 return pImp->pParent->IsReadOnlyShell_Impl( nShell - nShellCount ); in IsReadOnlyShell_Impl()
Completed in 27 milliseconds