Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dapp.cxx465 SfxViewFrame *pNewContainerFrame = pFrame; in SetViewFrame_Impl() local
466 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 19 milliseconds