Searched refs:pNewContainerFrame (Results 1 – 1 of 1) sorted by relevance
465 SfxViewFrame *pNewContainerFrame = pFrame; in SetViewFrame_Impl() local466 while ( pNewContainerFrame && pNewContainerFrame->GetParentViewFrame_Impl() ) in SetViewFrame_Impl()467 pNewContainerFrame = pNewContainerFrame->GetParentViewFrame_Impl(); in SetViewFrame_Impl()474 sal_Bool bTaskActivate = pOldContainerFrame != pNewContainerFrame; in SetViewFrame_Impl()497 if( pNewContainerFrame ) in SetViewFrame_Impl()499 pNewContainerFrame->DoActivate( bTaskActivate ); in SetViewFrame_Impl()500 if ( bTaskActivate && pNewContainerFrame->GetObjectShell() ) in SetViewFrame_Impl()502 pNewContainerFrame->GetObjectShell()->PostActivateEvent_Impl( pNewContainerFrame ); in SetViewFrame_Impl()503 …entConfig::GetEventName(STR_EVENT_ACTIVATEDOC), pNewContainerFrame->GetObjectShell(), pNewContaine… in SetViewFrame_Impl()506 SfxProgress *pProgress = pNewContainerFrame->GetProgress(); in SetViewFrame_Impl()
Completed in 11 milliseconds