Lines Matching refs:pCurrentViewFrame
183 if ( pImp->pCurrentViewFrame ) in DoClose_Impl()
184 pBindings = &pImp->pCurrentViewFrame->GetBindings(); in DoClose_Impl()
190 if ( pImp->pCurrentViewFrame ) in DoClose_Impl()
191 bRet = pImp->pCurrentViewFrame->Close(); in DoClose_Impl()
203 if ( pImp->pCurrentViewFrame && pImp->pCurrentViewFrame->GetObjectShell() && in DocIsModified_Impl()
204 pImp->pCurrentViewFrame->GetObjectShell()->IsModified() ) in DocIsModified_Impl()
337 return pImp->pCurrentViewFrame; in GetCurrentViewFrame()
342 if ( pImp->pCurrentViewFrame ) in GetDispatcher_Impl()
343 return pImp->pCurrentViewFrame->GetDispatcher(); in GetDispatcher_Impl()
349 return pImp->pCurrentViewFrame ? in GetCurrentDocument()
350 pImp->pCurrentViewFrame->GetObjectShell() : in GetCurrentDocument()
356 pImp->pCurrentViewFrame = pFrame; in SetCurrentViewFrame_Impl()
743 if ( pImp->pCurrentViewFrame && pImp->pCurrentViewFrame->GetViewShell() ) in GetController()
744 return pImp->pCurrentViewFrame->GetViewShell()->GetController(); in GetController()
961 else if ( pImp->pCurrentViewFrame ) in Resize()
963 pImp->pCurrentViewFrame->GetWindow().SetSizePixel( GetWindow().GetOutputSizePixel() ); in Resize()