Searched refs:pTopFrame (Results 1 – 1 of 1) sorted by relevance
761 SfxFrame* pTopFrame = &GetFrame()->GetTopFrame(); in ExecMisc_Impl() local762 if ( pTopFrame != &GetFrame()->GetFrame() ) in ExecMisc_Impl()765 … SfxViewShell *pShell = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl()771 SfxFrameIterator aIter( *pTopFrame ); in ExecMisc_Impl()772 while ( pTopFrame ) in ExecMisc_Impl()774 if ( pTopFrame->GetCurrentViewFrame() ) in ExecMisc_Impl()776 … SfxViewShell *pView = pTopFrame->GetCurrentViewFrame()->GetViewShell(); in ExecMisc_Impl()797 if ( !pTopFrame->GetParentFrame() ) in ExecMisc_Impl()798 pTopFrame = aIter.FirstFrame(); in ExecMisc_Impl()800 pTopFrame = aIter.NextFrame( *pTopFrame ); in ExecMisc_Impl()
Completed in 23 milliseconds