/trunk/main/vcl/aqua/source/app/ |
H A D | vclnsapp.mm | 225 std::list< AquaSalFrame* >::iterator it = rFrames.begin(); 226 for( ; it != rFrames.end() && *it != pCurFrame; ++it ) 228 if( it != rFrames.end() ) 234 if( it != rFrames.end() ) 243 } while( it != rFrames.end() ); 245 it = rFrames.begin(); 266 for( ; it != rFrames.rend() && *it != pCurFrame; ++it ) 268 if( it != rFrames.rend() ) 274 if( it != rFrames.rend() ) 283 } while( it != rFrames.rend() ); [all …]
|
H A D | salinst.cxx | 773 const std::list< AquaSalFrame* > rFrames( GetSalData()->maFrames ); in Yield() local 774 … for( std::list< AquaSalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in Yield()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | sm.cxx | 296 const std::list< SalFrame* >& rFrames = GetX11SalData()->GetDisplay()->getFrames(); in IMPL_STATIC_LINK() local 297 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in IMPL_STATIC_LINK() 389 const std::list< SalFrame* >& rFrames = GetX11SalData()->GetDisplay()->getFrames(); in IMPL_STATIC_LINK_NOINSTANCE() local 390 …SMprintf( rFrames.begin() != rFrames.end() ? "shutdown on first frame\n" : "shutdown event but no … in IMPL_STATIC_LINK_NOINSTANCE() 391 if( rFrames.begin() != rFrames.end() ) in IMPL_STATIC_LINK_NOINSTANCE() 392 rFrames.front()->CallCallback( SALEVENT_SHUTDOWN, 0 ); in IMPL_STATIC_LINK_NOINSTANCE()
|
H A D | i18n_status.cxx | 184 const std::list< SalFrame* >& rFrames = GetX11SalData()->GetDisplay()->getFrames(); in checkLastParent() local 185 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in checkLastParent() 460 const std::list< SalFrame* >& rFrames = GetX11SalData()->GetDisplay()->getFrames(); in GetFocus() local 462 for( it = rFrames.begin(); it != rFrames.end() && *it != m_pResetFocus; ++it ) in GetFocus() 464 if( it != rFrames.end() ) in GetFocus()
|
/trunk/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 319 const std::list< SalFrame* >& rFrames = GetDisplay()->getFrames(); in Init() local 320 std::list< SalFrame* >::const_iterator it = rFrames.begin(); in Init() 324 if( it == rFrames.end() ) in Init() 359 while( it != rFrames.end() ) in Init() 373 if( it != rFrames.end() ) in Init() 735 std::list< SalFrame* >::const_iterator it = rFrames.begin(); in passOnSaveYourSelf() 736 while( it != rFrames.end() ) in passOnSaveYourSelf() 1164 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in Show() 2966 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in HandleMouseEvent() 3005 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in HandleMouseEvent() [all …]
|
/trunk/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 1593 rFrames.Remove( rFrames.GetPos(pThis) ); in ~SfxViewFrame() 1639 const sal_uInt16 nCount = rFrames.Count(); in Count() 1643 SfxViewFrame *pFrame = rFrames[i]; in Count() 1662 for ( sal_uInt16 nPos = 0; nPos < rFrames.Count(); ++nPos ) in GetFirst() 1664 SfxViewFrame *pFrame = rFrames.GetObject(nPos); in GetFirst() 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() 1708 for ( sal_uInt16 nPos=0; nPos<rFrames.Count(); ) in CloseHiddenFrames_Impl() [all …]
|
H A D | viewsh.cxx | 1636 SfxViewFrameArr_Impl &rFrames = SFX_APP()->GetViewFrames_Impl(); in GetFirst() local 1645 for ( sal_uInt16 n=0; n<rFrames.Count(); ++n ) in GetFirst() 1647 SfxViewFrame *pFrame = rFrames.GetObject(n); in GetFirst() 1673 SfxViewFrameArr_Impl &rFrames = SFX_APP()->GetViewFrames_Impl(); in GetNext() local 1687 for ( sal_uInt16 n=0; n<rFrames.Count(); ++n ) in GetNext() 1689 SfxViewFrame *pFrame = rFrames.GetObject(n); in GetNext() 1718 SfxViewFrameArr_Impl &rFrames = SFX_APP()->GetViewFrames_Impl(); in Notify() local 1719 for ( sal_uInt16 n=0; n<rFrames.Count(); ++n ) in Notify() 1721 SfxViewFrame *frame = rFrames.GetObject(n); in Notify()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | writerhelper.cxx | 614 Frames GetFramesBetweenNodes(const Frames &rFrames, 621 my_copy_if(rFrames.begin(), rFrames.end(), 628 Frames GetFramesInNode(const Frames &rFrames, const SwNode &rNode) in GetFramesInNode() argument 631 my_copy_if(rFrames.begin(), rFrames.end(), in GetFramesInNode()
|
H A D | writerhelper.hxx | 671 Frames GetFramesInNode(const Frames &rFrames, const SwNode &rNode); 694 Frames GetFramesBetweenNodes(const Frames &rFrames,
|
/trunk/main/vcl/unx/headless/ |
H A D | svpframe.cxx | 91 const std::list< SalFrame* >& rFrames( m_pInstance->getFrames() ); in ~SvpSalFrame() local 92 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in ~SvpSalFrame()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 194 FrameDependSortList_t & rFrames, in CollectFrameAtNode() argument 230 rFrames.push_back(entry); in CollectFrameAtNode() 256 rFrames.push_back(entry); in CollectFrameAtNode() 259 ::std::sort(rFrames.begin(), rFrames.end(), FrameDependSortListLess()); in CollectFrameAtNode() 1848 FrameDependList_t & rFrames) in lcl_FillFrame() argument 1859 rFrames.push_back( ::boost::shared_ptr<SwDepend>(pNewDepend) ); in lcl_FillFrame()
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 425 const std::list< SalFrame* >& rFrames = GetX11SalData()->GetDisplay()->getFrames(); in YieldGraphicsExpose() local 426 …for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end() && ! pFrame;… in YieldGraphicsExpose()
|
/trunk/main/sw/inc/ |
H A D | unoparaframeenum.hxx | 66 FrameDependSortList_t & rFrames,
|
/trunk/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2144 const std::list< SalFrame* >& rFrames = getDisplay()->getFrames(); in grabPointer() local 2145 … for( std::list< SalFrame* >::const_iterator it = rFrames.begin(); it != rFrames.end(); ++it ) in grabPointer()
|