Home
last modified time | relevance | path

Searched refs:pNewContainerFrame (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sfx2/source/appl/
H A Dapp.cxx462 SfxViewFrame *pNewContainerFrame = pFrame; in SetViewFrame_Impl() local
463 while ( pNewContainerFrame && pNewContainerFrame->GetParentViewFrame_Impl() ) in SetViewFrame_Impl()
464 pNewContainerFrame = pNewContainerFrame->GetParentViewFrame_Impl(); in SetViewFrame_Impl()
471 sal_Bool bTaskActivate = pOldContainerFrame != pNewContainerFrame; in SetViewFrame_Impl()
494 if( pNewContainerFrame ) in SetViewFrame_Impl()
496 pNewContainerFrame->DoActivate( bTaskActivate ); in SetViewFrame_Impl()
497 if ( bTaskActivate && pNewContainerFrame->GetObjectShell() ) in SetViewFrame_Impl()
499 pNewContainerFrame->GetObjectShell()->PostActivateEvent_Impl( pNewContainerFrame ); in SetViewFrame_Impl()
500 …entConfig::GetEventName(STR_EVENT_ACTIVATEDOC), pNewContainerFrame->GetObjectShell(), pNewContaine… in SetViewFrame_Impl()
503 SfxProgress *pProgress = pNewContainerFrame->GetProgress(); in SetViewFrame_Impl()