Lines Matching refs:aArr
1538 pImp->aArr.Insert( &rShell, pImp->aArr.Count() ); in AddSubShell()
1552 sal_uInt16 nCount = pImp->aArr.Count(); in RemoveSubShell()
1556 pDisp->Pop( *pImp->aArr[n-1] ); in RemoveSubShell()
1560 pImp->aArr.Remove(0, nCount); in RemoveSubShell()
1564 sal_uInt16 nPos = pImp->aArr.GetPos( pShell ); in RemoveSubShell()
1567 pImp->aArr.Remove( nPos ); in RemoveSubShell()
1579 sal_uInt16 nCount = pImp->aArr.Count(); in GetSubShell()
1581 return pImp->aArr[nCount-nNo-1]; in GetSubShell()
1587 sal_uInt16 nCount = pImp->aArr.Count(); in PushSubShells_Impl()
1592 pDisp->Push( *pImp->aArr[n] ); in PushSubShells_Impl()
1596 SfxShell& rPopUntil = *pImp->aArr[0]; in PushSubShells_Impl()