Searched refs:pActFrame (Results 1 – 3 of 3) sorted by relevance
602 SfxViewFrame* pActFrame = m_pData->m_pViewShell->GetFrame(); in GetViewFrame_Impl() local603 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() local695 bOther = (pFrame != pActFrame); in suspend()
307 SfxViewFrame* pActFrame = this; in ExecReload_Impl() local308 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()
3110 SfxViewFrame *pActFrame = SfxViewFrame::Current(); in getViewData() local3111 if ( !pActFrame || pActFrame->GetObjectShell() != m_pData->m_pObjectShell ) in getViewData()3112 pActFrame = SfxViewFrame::GetFirst( m_pData->m_pObjectShell ); in getViewData()3114 if ( !pActFrame || !pActFrame->GetViewShell() ) in getViewData()3136 sal_Bool bIsActive = ( pFrame == pActFrame ); in getViewData()
Completed in 65 milliseconds