Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx602 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame(); in GetViewFrame_Impl() local
603 ENSURE_OR_THROW( pActFrame, "a view shell without a view frame is pretty pathological" ); in GetViewFrame_Impl()
604 return *pActFrame; in GetViewFrame_Impl()
688 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame() ; in suspend() local
695 bOther = (pFrame != pActFrame); in suspend()
H A Dviewfrm.cxx307 SfxViewFrame* pActFrame = this; in ExecReload_Impl() local
308 while ( pActFrame ) in ExecReload_Impl()
309 pActFrame = pActFrame->GetActiveChildFrame_Impl(); in ExecReload_Impl()
311 if ( pActFrame ) in ExecReload_Impl()
316 pActFrame->ExecReload_Impl( rReq ); in ExecReload_Impl()
/aoo41x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3076 SfxViewFrame *pActFrame = SfxViewFrame::Current(); in getViewData() local
3077 if ( !pActFrame || pActFrame->GetObjectShell() != m_pData->m_pObjectShell ) in getViewData()
3078 pActFrame = SfxViewFrame::GetFirst( m_pData->m_pObjectShell ); in getViewData()
3080 if ( !pActFrame || !pActFrame->GetViewShell() ) in getViewData()
3102 sal_Bool bIsActive = ( pFrame == pActFrame ); in getViewData()

Completed in 654 milliseconds