Lines Matching refs:pVFrame
296 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in ExecField() local
297 pVFrame->ToggleChildWindow(FN_INSERT_FIELD); in ExecField()
298 bRes = pVFrame->GetChildWindow( nSlot ) != 0; in ExecField()
309 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in ExecField() local
310 if (!pVFrame->HasChildWindow(FN_INSERT_FIELD)) in ExecField()
311 pVFrame->ToggleChildWindow(FN_INSERT_FIELD); // Dialog anzeigen in ExecField()
315 SwFldDlgWrapper *pWrp = (SwFldDlgWrapper*)pVFrame->GetChildWindow(nId); in ExecField()
697 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in StateField() local
699 if(!pVFrame->IsInModalMode() && in StateField()
700 …pVFrame->KnowsChildWindow(FN_INSERT_FIELD) && !pVFrame->HasChildWindow(FN_INSERT_FIELD_DATA_ONLY) ) in StateField()
701 rSet.Put(SfxBoolItem( FN_INSERT_FIELD, pVFrame->HasChildWindow(nWhich))); in StateField()
710 SfxViewFrame* pVFrame = GetView().GetViewFrame(); in StateField() local
711 if ( !pVFrame->KnowsChildWindow(FN_INSERT_FIELD) in StateField()