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.cxx1635 SfxViewShellArr_Impl &rShells = SFX_APP()->GetViewShells_Impl(); in GetFirst() local
1637 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() local
1675 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 27 milliseconds