Lines Matching refs:pFrame

264 	SfxViewFrame *pFrame = SfxViewFrame::GetFirst(this);  in PrintExec_Impl()  local
265 if ( pFrame ) in PrintExec_Impl()
268 pFrame->GetViewShell()->ExecuteSlot(rReq); in PrintExec_Impl()
277 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this ); in PrintState_Impl() local
278 if ( pFrame ) in PrintState_Impl()
280 SfxPrinter *pPrinter = pFrame->GetViewShell()->GetPrinter(); in PrintState_Impl()
379 SfxViewFrame* pFrame = GetFrame(); in ExecFile_Impl() local
380 if ( !pFrame ) in ExecFile_Impl()
381 pFrame = SfxViewFrame::GetFirst( this ); in ExecFile_Impl()
382 if ( !pFrame ) in ExecFile_Impl()
385 if ( pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl()
387 pFrame->GetTopViewFrame()->GetObjectShell()->ExecuteSlot( rReq ); in ExecFile_Impl()
394 SfxVersionDialog *pDlg = new SfxVersionDialog( pFrame, IsSaveVersionOnClose() ); in ExecFile_Impl()
716 SfxViewFrame *pFrame = GetFrame(); in ExecFile_Impl() local
717 if ( pFrame && pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl()
722 pFrame->GetTopViewFrame()->GetObjectShell()->ExecuteSlot( rReq ); in ExecFile_Impl()
729 pFrame = SfxViewFrame::GetFirst( this ); in ExecFile_Impl()
730 while ( pFrame ) in ExecFile_Impl()
732 if ( pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl()
742 pFrame = SfxViewFrame::GetNext( *pFrame, this ); in ExecFile_Impl()
748 pFrame = SfxViewFrame::GetFirst( this ); in ExecFile_Impl()
749 while ( pFrame ) in ExecFile_Impl()
751 if ( !pFrame->GetFrame().GetParentFrame() ) in ExecFile_Impl()
752 pFrame->GetFrame().DoClose(); in ExecFile_Impl()
753 pFrame = SfxViewFrame::GetNext( *pFrame, this ); in ExecFile_Impl()
921 SfxViewFrame* pFrame = GetFrame(); in GetState_Impl() local
922 if ( !pFrame ) in GetState_Impl()
923 pFrame = SfxViewFrame::GetFirst( this ); in GetState_Impl()
924 if ( pFrame ) in GetState_Impl()
926 if ( pFrame->GetFrame().GetParentFrame() ) in GetState_Impl()
928 pFrame = pFrame->GetTopViewFrame(); in GetState_Impl()
929 pDoc = pFrame->GetObjectShell(); in GetState_Impl()
933 if ( !pFrame || !pDoc->HasName() || in GetState_Impl()
958 SfxViewFrame *pFrame = GetFrame(); in GetState_Impl() local
959 if ( pFrame && pFrame->GetFrame().GetParentFrame() ) in GetState_Impl()
964 pDoc = pFrame->GetTopViewFrame()->GetObjectShell(); in GetState_Impl()
1197 SfxViewFrame *pFrame = SfxViewFrame::GetFirst( this, sal_True ); in ExecView_Impl() local
1198 if ( pFrame ) in ExecView_Impl()
1199 pFrame->GetFrame().Appear(); in ExecView_Impl()
1200 rReq.SetReturnValue( SfxObjectItem( 0, pFrame ) ); in ExecView_Impl()
1206 SfxViewFrame* pFrame = SfxViewFrame::Current(); in ExecView_Impl() local
1207 if( pFrame->GetObjectShell() == this && in ExecView_Impl()
1208 ( pFrame->GetFrameType() & SFXFRAME_HASTITLE ) ) in ExecView_Impl()
1209 pFrame->ExecuteSlot( rReq ); in ExecView_Impl()