Searched refs:pCurFrame (Results 1 – 3 of 3) sorted by relevance
196 SfxViewFrame* pCurFrame = SfxViewFrame::Current(); in Select() local197 DBG_ASSERT( pCurFrame != NULL, "No current view frame!" ); in Select()198 SfxDispatcher* pDispatcher = pCurFrame ? pCurFrame->GetDispatcher() : NULL; in Select()
221 -(void)cycleFrameForward: (AquaSalFrame*)pCurFrame226 for( ; it != rFrames.end() && *it != pCurFrame; ++it )244 // cycle around, find the next up to pCurFrame246 while( *it != pCurFrame )259 -(void)cycleFrameBackward: (AquaSalFrame*)pCurFrame266 for( ; it != rFrames.rend() && *it != pCurFrame; ++it )284 // cycle around, find the next up to pCurFrame286 while( *it != pCurFrame )
63 -(void)cycleFrameForward: (AquaSalFrame*)pCurFrame; in cycleFrameForward:()64 -(void)cycleFrameBackward: (AquaSalFrame*)pCurFrame; in cycleFrameBackward:()
Completed in 19 milliseconds