Lines Matching refs:it

145             // simplest would be dispatch this to the key window always if it is without parent
154 // if not, we want to dispatch it ourselves. Unless we do this "trick"
164 bHandled = true; // event handled already or main menu just handled it
225 std::list< AquaSalFrame* >::iterator it = rFrames.begin();
226 for( ; it != rFrames.end() && *it != pCurFrame; ++it )
228 if( it != rFrames.end() )
233 ++it;
234 if( it != rFrames.end() )
236 if( (*it)->mpDockMenuEntry != NULL &&
237 (*it)->mbShown )
239 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
243 } while( it != rFrames.end() );
245 it = rFrames.begin();
246 while( *it != pCurFrame )
248 if( (*it)->mpDockMenuEntry != NULL &&
249 (*it)->mbShown )
251 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
254 ++it;
265 std::list< AquaSalFrame* >::reverse_iterator it = rFrames.rbegin();
266 for( ; it != rFrames.rend() && *it != pCurFrame; ++it )
268 if( it != rFrames.rend() )
273 ++it;
274 if( it != rFrames.rend() )
276 if( (*it)->mpDockMenuEntry != NULL &&
277 (*it)->mbShown )
279 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
283 } while( it != rFrames.rend() );
285 it = rFrames.rbegin();
286 while( *it != pCurFrame )
288 if( (*it)->mpDockMenuEntry != NULL &&
289 (*it)->mbShown )
291 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
294 ++it;
323 NSEnumerator* it = [files objectEnumerator];
326 while( (pFile = [it nextObject]) != nil )
365 NSEnumerator* it = [files objectEnumerator];
368 while( (pFile = [it nextObject]) != nil )
426 std::list< AquaSalFrame* >::iterator it;
427 for( it = pSalData->maFrames.begin(); it != pSalData->maFrames.end(); ++it )
429 (*it)->screenParametersChanged();
483 for( std::list< AquaSalFrame* >::const_iterator it = pSalData->maPresentationFrames.begin();
484 it != pSalData->maPresentationFrames.end(); ++it )
486 NSWindow* pNSWindow = (*it)->getNSWindow();
511 for( std::list< AquaSalFrame* >::const_iterator it = pSalData->maPresentationFrames.begin();
512 it != pSalData->maPresentationFrames.end(); ++it )
514 [(*it)->getNSWindow() setLevel: NSNormalWindowLevel];