Lines Matching refs:GetViewFrame

177         SfxBindings& rBind = m_pViewShell->GetViewFrame()->GetBindings();  in ChangedContents()
454 SFX_APP()->GetTopWindow(), &GetViewFrame()->GetBindings()); in ExecMisc_Impl()
462 GetViewFrame()->GetFrame().GetFrameInterface(), in ExecMisc_Impl()
528 … WhenSaving, &GetViewFrame()->GetWindow() ) != RET_YES ) in ExecMisc_Impl()
533 GetViewFrame()->SetChildWindow( SID_MAIL_CHILDWIN, sal_True ); in ExecMisc_Impl()
822 if ( !GetViewFrame()->KnowsChildWindow( SID_STYLE_DESIGNER ) ) in GetState_Impl()
878 sal_Bool bEnable = !GetViewFrame()->HasChildWindow( SID_MAIL_CHILDWIN ); in GetState_Impl()
1070 SfxObjectShell *pSh = GetViewFrame()->GetObjectShell(); in Activate()
1072 … pSh->GetModel()->setCurrentController( GetViewFrame()->GetFrame().GetController() ); in Activate()
1232 DBG_ASSERT( GetViewFrame(), "SfxViewShell without SfxViewFrame" ); in InvalidateBorder()
1234 GetViewFrame()->InvalidateBorderImpl( this ); in InvalidateBorder()
1246 DBG_ASSERT( GetViewFrame(), "SfxViewShell without SfxViewFrame" ); in SetBorderPixel()
1250 GetViewFrame()->SetBorderPixelImpl( this, rBorder ); in SetBorderPixel()
1265 DBG_ASSERT( GetViewFrame(), "SfxViewShell without SfxViewFrame" ); in GetBorderPixel()
1267 return GetViewFrame()->GetBorderPixelImpl( this ); in GetBorderPixel()
1398 InfoBox aInfoBox( &GetViewFrame()->GetWindow(), SfxResId( MSG_CANT_CLOSE ) ); in PrepareClose()
1405 if( GetViewFrame()->IsInModalMode() ) in PrepareClose()
1408 if( bUI && GetViewFrame()->GetDispatcher()->IsLocked() ) in PrepareClose()
1648 if ( pFrame == pShell->GetViewFrame() ) in GetFirst()
1690 if ( pFrame == pShell->GetViewFrame() ) in GetNext()
1722 if ( frame == GetViewFrame() && &rBC == GetObjectShell() ) in Notify()
2044 GetViewFrame()->GetDispatcher()->Execute( in JumpToMark()
2098 SfxDispatcher *pDisp = pView->GetViewFrame()->GetDispatcher(); in Change()
2236 GetViewFrame()->GetFrame().GetFrameInterface(), com::sun::star::uno::UNO_QUERY ); in CheckOwnerShip_Impl()
2277 return GetViewFrame()->GetBindings().Execute( SID_TERMINATE_INPLACEACTIVATION ); in Escape()
2296 if ( GetViewFrame() ) in GetClipboardNotifier()
2297 …fier = uno::Reference< datatransfer::clipboard::XClipboardNotifier >( GetViewFrame()->GetWindow().… in GetClipboardNotifier()
2306 if ( GetViewFrame() ) in AddRemoveClipboardListener()
2308 …uno::Reference< datatransfer::clipboard::XClipboard > xClipboard( GetViewFrame()->GetWindow().GetC… in AddRemoveClipboardListener()