Searched refs:rShells (Results 1 – 1 of 1) sorted by relevance
1635 SfxViewShellArr_Impl &rShells = SFX_APP()->GetViewShells_Impl(); in GetFirst() local1637 for ( sal_uInt16 nPos = 0; nPos < rShells.Count(); ++nPos ) in GetFirst()1639 SfxViewShell *pShell = rShells.GetObject(nPos); in GetFirst()1672 SfxViewShellArr_Impl &rShells = SFX_APP()->GetViewShells_Impl(); in GetNext() local1675 for ( nPos = 0; nPos < rShells.Count(); ++nPos ) in GetNext()1676 if ( rShells.GetObject(nPos) == &rPrev ) in GetNext()1679 for ( ++nPos; nPos < rShells.Count(); ++nPos ) in GetNext()1681 SfxViewShell *pShell = rShells.GetObject(nPos); in GetNext()
Completed in 23 milliseconds