Lines Matching refs:pVFrame
705 SfxViewFrame* pVFrame = GetViewFrame(); in Execute() local
706 pVFrame->ShowChildWindow(FN_REDLINE_ACCEPT); in Execute()
711 pVFrame->GetChildWindow(nId); in Execute()
814 SfxViewFrame* pVFrame = GetViewFrame(); in Execute() local
815 SfxChildWindow* pCh = pVFrame->GetChildWindow( SID_NAVIGATOR ); in Execute()
818 pVFrame->ToggleChildWindow( SID_NAVIGATOR ); in Execute()
819 pCh = pVFrame->GetChildWindow( SID_NAVIGATOR ); in Execute()
998 SfxViewFrame* pVFrame = GetViewFrame(); in Execute() local
999 pVFrame->ChildWindowExecute(rReq); in Execute()
1000 if(pVFrame->HasChildWindow(SID_BROWSER)) in Execute()
2368 SfxViewFrame* pVFrame = GetViewFrame(); in GenerateFormLetter() local
2370 pVFrame->SetChildWindow(FN_INSERT_FIELD, sal_False); in GenerateFormLetter()
2376 pVFrame->GetDispatcher()->Execute(FN_INSERT_FIELD_DATA_ONLY, in GenerateFormLetter()
2485 SfxViewFrame* pVFrame = GetViewFrame(); in IMPL_LINK() local
2486 pVFrame->ShowChildWindow(FN_REDLINE_ACCEPT); in IMPL_LINK()
2490 … SwRedlineAcceptChild* pRed = (SwRedlineAcceptChild*)pVFrame->GetChildWindow( nId ); in IMPL_LINK()