Lines Matching refs:rFrames
1591 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in ~SfxViewFrame() local
1593 rFrames.Remove( rFrames.GetPos(pThis) ); in ~SfxViewFrame()
1638 SfxViewFrameArr_Impl& rFrames = pSfxApp->GetViewFrames_Impl(); in Count() local
1639 const sal_uInt16 nCount = rFrames.Count(); in Count()
1643 SfxViewFrame *pFrame = rFrames[i]; in Count()
1659 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetFirst() local
1662 for ( sal_uInt16 nPos = 0; nPos < rFrames.Count(); ++nPos ) in GetFirst()
1664 SfxViewFrame *pFrame = rFrames.GetObject(nPos); in GetFirst()
1684 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetNext() local
1688 for ( nPos = 0; nPos < rFrames.Count(); ++nPos ) in GetNext()
1689 if ( rFrames.GetObject(nPos) == &rPrev ) in GetNext()
1693 for ( ++nPos; nPos < rFrames.Count(); ++nPos ) in GetNext()
1695 SfxViewFrame *pFrame = rFrames.GetObject(nPos); in GetNext()
1707 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in CloseHiddenFrames_Impl() local
1708 for ( sal_uInt16 nPos=0; nPos<rFrames.Count(); ) in CloseHiddenFrames_Impl()
1710 SfxViewFrame *pFrame = rFrames.GetObject(nPos); in CloseHiddenFrames_Impl()