Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/view/
H A Dviewsh.cxx1631 SfxViewShellArr_Impl &rShells = SFX_APP()->GetViewShells_Impl(); in GetFirst() local
1633 for ( sal_uInt16 nPos = 0; nPos < rShells.Count(); ++nPos ) in GetFirst()
1635 SfxViewShell *pShell = rShells.GetObject(nPos); in GetFirst()
1668 SfxViewShellArr_Impl &rShells = SFX_APP()->GetViewShells_Impl(); in GetNext() local
1671 for ( nPos = 0; nPos < rShells.Count(); ++nPos ) in GetNext()
1672 if ( rShells.GetObject(nPos) == &rPrev ) in GetNext()
1675 for ( ++nPos; nPos < rShells.Count(); ++nPos ) in GetNext()
1677 SfxViewShell *pShell = rShells.GetObject(nPos); in GetNext()