Lines Matching refs:pVFrame
628 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in Execute() local
629 if (pVFrame->HasChildWindow(FN_REDLINE_ACCEPT)) in Execute()
630 pVFrame->ToggleChildWindow(FN_REDLINE_ACCEPT); in Execute()
643 SfxRequest aReq( pVFrame, FN_AUTOFORMAT_APPLY ); in Execute()
747 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in Execute() local
751 if( pVFrame->HasChildWindow( nId ) ) in Execute()
753 pVFrame->ToggleChildWindow( nId ); in Execute()
754 pVFrame->GetBindings().InvalidateAll( sal_True ); in Execute()
799 pVFrame->ToggleChildWindow( nId ); in Execute()
800 if( !pVFrame->HasChildWindow( nId ) ) in Execute()
801 pVFrame->GetBindings().InvalidateAll( sal_True ); in Execute()