Home
last modified time | relevance | path

Searched refs:pViewFrame (Results 26 – 50 of 120) sorted by relevance

12345

/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx299 SfxViewFrame* pViewFrame = NULL; in dispatchExecute() local
301 pViewFrame = pViewShell->GetViewFrame(); in dispatchExecute()
302 if ( pViewFrame ) in dispatchExecute()
304 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in dispatchExecute()
564 SfxViewFrame* pViewFrame = NULL; in PrintOutHelper() local
566 pViewFrame = pViewShell->GetViewFrame(); in PrintOutHelper()
567 if ( pViewFrame ) in PrintOutHelper()
590 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in PrintOutHelper()
596 if ( !pViewFrame->GetFrame().IsInPlace() ) in PrintOutHelper()
600 pViewFrame->GetDispatcher()->Execute( SID_VIEWSHELL1, SFX_CALLMODE_SYNCHRON ); in PrintOutHelper()
[all …]
/trunk/main/sfx2/source/menu/
H A Dvirtmenu.cxx109 SfxViewFrame* pViewFrame = GetBindings().GetDispatcher_Impl()->GetFrame(); in Update() local
110 SfxModule* pModule = pViewFrame->GetObjectShell()->GetModule(); in Update()
338 SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame(); in CreateFromSVMenu() local
339 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in CreateFromSVMenu()
340 Reference< com::sun::star::frame::XFrame > xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in CreateFromSVMenu()
572 SfxViewFrame *pViewFrame = pBindings->GetDispatcher()->GetFrame(); in IMPL_LINK() local
575 Reference<com::sun::star::frame::XFrame> xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in IMPL_LINK()
646 SfxViewFrame * pViewFrame = pBindings->GetDispatcher()->GetFrame(); in UpdateImages() local
647 Reference<com::sun::star::frame::XFrame> xFrame( pViewFrame->GetFrame().GetFrameInterface() ); in UpdateImages()
/trunk/main/sfx2/source/control/
H A Dctrlitem.cxx433 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in GetCoreMetric() local
434 if ( !pViewFrame ) in GetCoreMetric()
436 if ( pViewFrame ) in GetCoreMetric()
437 pDispat = pViewFrame->GetDispatcher(); in GetCoreMetric()
H A Dsfxstatuslistener.cxx202 SfxViewFrame* pViewFrame = NULL; in statusChanged() local
214 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
217 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx232 SfxViewFrame* pViewFrame = mrBase.GetViewFrame(); in IMPL_LINK() local
233 if (pViewFrame != NULL) in IMPL_LINK()
235 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in IMPL_LINK()
361 SfxViewFrame* pViewFrame = mrBase.GetViewFrame(); in ExecuteCommand() local
362 if (pViewFrame != NULL && xSelectedMaster.is()) in ExecuteCommand()
364 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in ExecuteCommand()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx999 SfxViewFrame* pViewFrame = pBindings->GetDispatcher_Impl()->GetFrame(); in ReadResource() local
1000 pCurObjShell = pViewFrame->GetObjectShell(); in ReadResource()
1573 SfxViewFrame* pViewFrame = pBindings->GetDispatcher_Impl()->GetFrame(); in Update_Impl() local
1574 SfxObjectShell* pDocShell = pViewFrame->GetObjectShell(); in Update_Impl()
1710 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in Notify()
1799 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in FilterSelect()
1945 SfxObjectShell *pDocShell = pViewFrame->GetObjectShell(); in IMPL_LINK()
2331 SfxViewShell *pVu = pViewFrame->GetViewShell(); in ResetFocus()
2506 pCurObjShell = pViewFrame->GetObjectShell(); in Initialize()
3139 SfxViewFrame *pViewFrame = pDispat->GetFrame(); in UpdateFamily_Impl() local
[all …]
/trunk/main/cui/source/dialogs/
H A Dhlmailtp.cxx303 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in IMPL_LINK() local
304 if( pViewFrame ) in IMPL_LINK()
306 SfxItemPool &rPool = pViewFrame->GetPool(); in IMPL_LINK()
308 pViewFrame->ExecuteSlot( aReq, sal_True ); in IMPL_LINK()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1162 pViewFrame->UpdateDocument_Impl(); in connectController()
4082 SfxViewFrame* pViewFrame = NULL; in FindOrCreateViewFrame_Impl() local
4084 pViewFrame; in FindOrCreateViewFrame_Impl()
4085 pViewFrame= SfxViewFrame::GetNext( *pViewFrame, GetObjectShell(), sal_False ) in FindOrCreateViewFrame_Impl()
4091 if ( !pViewFrame ) in FindOrCreateViewFrame_Impl()
4126 return pViewFrame; in FindOrCreateViewFrame_Impl()
4168 pViewFrame->GetBindings().ENTERREGISTRATIONS(); in createViewController()
4170 pViewFrame->GetBindings().LEAVEREGISTRATIONS(); in createViewController()
4174 pViewFrame->GetDispatcher()->SetDisableFlags( 0 ); in createViewController()
4175 pViewFrame->SetViewShell_Impl( pViewShell ); in createViewController()
[all …]
H A Dobjmisc.cxx411 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in ModifyChanged() local
412 if ( pViewFrame ) in ModifyChanged()
413 pViewFrame->GetBindings().Invalidate( SID_SAVEDOCS ); in ModifyChanged()
582 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst( this ); in SwitchToShared() local
584 if ( pViewFrame ) in SwitchToShared()
587 …const SfxPoolItem* pItem = pViewFrame->GetBindings().ExecuteSynchron( HasName() ? SID_SAVEDOC : SI… in SwitchToShared()
615 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst( this ); in SwitchToShared() local
617 if ( pViewFrame ) in SwitchToShared()
621 …const SfxPoolItem* pItem = pViewFrame->GetBindings().ExecuteSynchron( HasName() ? SID_SAVEDOC : SI… in SwitchToShared()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx192 SfxViewFrame* pViewFrame = GetViewFrame(); in ExecuteCurrent() local
193 … SfxChildWindow* pChildWin = pViewFrame ? pViewFrame->GetChildWindow( SID_SEARCH_DLG ) : NULL; in ExecuteCurrent()
403 SfxViewFrame* pViewFrame = GetViewFrame(); in ExecuteGlobal() local
404 if ( pViewFrame ) in ExecuteGlobal()
405 pViewFrame->ToTop(); in ExecuteGlobal()
1406 SfxViewFrame* pViewFrame = GetViewFrame(); in IMPL_LINK() local
1407 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
H A Dmoduldl2.cxx653 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK_INLINE_END() local
654 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK_INLINE_END()
1465 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DeleteCurrent() local
1466 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteCurrent()
1671 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in createLibImpl() local
1672 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in createLibImpl()
H A Dbasides2.cxx186 SfxViewFrame* pViewFrame = GetViewFrame(); in SetMDITitle() local
187 if ( pViewFrame ) in SetMDITitle()
189 SfxObjectShell* pShell = pViewFrame->GetObjectShell(); in SetMDITitle()
/trunk/main/sc/source/ui/cctrl/
H A Dtbinsert.cxx145 SfxViewFrame* pViewFrame = pCurSh->GetViewFrame(); in Select() local
146 if ( pViewFrame ) in Select()
147 pDispatch = pViewFrame->GetDispatcher(); in Select()
/trunk/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx310 SfxViewFrameItem( SfxViewFrame *pViewFrame ): in SfxViewFrameItem() argument
312 pFrame( pViewFrame) in SfxViewFrameItem()
314 SfxViewFrameItem( sal_uInt16 nWhichId, SfxViewFrame *pViewFrame ): in SfxViewFrameItem() argument
316 pFrame( pViewFrame) in SfxViewFrameItem()
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx1474 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in GetViewBindings() local
1475 if ( pViewFrame && pViewFrame->GetObjectShell() != pShell ) // wrong document? in GetViewBindings()
1476 pViewFrame = NULL; in GetViewBindings()
1479 if ( !pViewFrame ) in GetViewBindings()
1480 pViewFrame = SfxViewFrame::GetFirst( pShell ); in GetViewBindings()
1482 if (pViewFrame) in GetViewBindings()
1483 return &pViewFrame->GetBindings(); in GetViewBindings()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmdlg.cxx63 SwFrmDlg::SwFrmDlg( SfxViewFrame* pViewFrame, in SwFrmDlg() argument
72 SfxTabDialog(pViewFrame, pParent, SW_RES(nResType), &rCoreSet, pStr != 0), in SwFrmDlg()
77 m_pWrtShell(((SwView*)pViewFrame->GetViewShell())->GetWrtShellPtr()) in SwFrmDlg()
/trunk/main/sw/source/ui/app/
H A Dapplab.cxx225 SfxViewFrame* pViewFrame = SfxViewFrame::DisplayNewDocument( *xDocSh, rReq ); in InsertLab() local
227 SwView *pNewView = (SwView*) pViewFrame->GetViewShell(); in InsertLab()
244 pViewFrame->GetFrame().Appear(); in InsertLab()
447 SfxDispatcher* pDisp = pViewFrame->GetDispatcher(); in InsertLab()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx362 SfxViewFrame* pViewFrame = pView->GetViewFrame(); in ExecClpbrd() local
364 pViewFrame->GetBindings().GetRecorder(); in ExecClpbrd()
366 SfxRequest aReq( pViewFrame, SID_CLIPBOARD_FORMAT_ITEMS ); in ExecClpbrd()
398 SfxViewFrame* pViewFrame = pView->GetViewFrame(); in ExecClpbrd() local
400 pViewFrame->GetBindings().GetRecorder(); in ExecClpbrd()
402 SfxRequest aReq( pViewFrame, SID_CLIPBOARD_FORMAT_ITEMS ); in ExecClpbrd()
507 SfxViewFrame *const pViewFrame( GetView().GetViewFrame() ); in ExecUndo() local
530 if (pViewFrame) { pViewFrame->GetBindings().InvalidateAll(sal_False); } in ExecUndo()
906 SfxViewFrame* pViewFrame = GetView().GetViewFrame(); in Execute() local
907 if( SfxRequest::HasMacroRecorder(pViewFrame) ) in Execute()
[all …]
H A Dtextsh2.cxx229 SfxViewFrame* pViewFrame = GetView().GetViewFrame(); in ExecDB() local
231 pViewFrame->GetBindings().GetRecorder(); in ExecDB()
234 SfxRequest aReq( pViewFrame, FN_INSERT_DBFIELD ); in ExecDB()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1526 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in CreateItemSet() local
1527 if ( pViewFrame ) in CreateItemSet()
1529 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet()
1579 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in CreateItemSet() local
1580 if ( pViewFrame ) in CreateItemSet()
1582 SfxDispatcher* pDispatch = pViewFrame->GetDispatcher(); in CreateItemSet()
1667 SfxViewFrame *pViewFrame = SfxViewFrame::Current(); in ApplyItemSet() local
1676 if ( pViewFrame ) in ApplyItemSet()
1762 SfxViewFrame *pViewFrame = SfxViewFrame::Current(); in ApplyLanguageOptions() local
1763 if ( pViewFrame ) in ApplyLanguageOptions()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx661 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK() local
662 …SfxChildWindow* pChildWin = pViewFrame ? pViewFrame->GetChildWindow( SID_SHOW_PROPERTYBROWSER ) : … in IMPL_LINK()
1203 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in ShowProperties() local
1204 if ( pViewFrame && !pViewFrame->HasChildWindow( SID_SHOW_PROPERTYBROWSER ) ) in ShowProperties()
1205 pViewFrame->ToggleChildWindow( SID_SHOW_PROPERTYBROWSER ); in ShowProperties()
/trunk/main/sfx2/source/view/
H A Dframe.cxx374 SfxViewFrame* pViewFrame = GetCurrentViewFrame(); in GetViewData_Impl() local
375 if( pViewFrame && pViewFrame->GetViewShell() ) in GetViewData_Impl()
390 if ( pViewFrame->GetCurViewId() ) in GetViewData_Impl()
391 pSet->Put( SfxUInt16Item( SID_VIEW_ID, pViewFrame->GetCurViewId() ) ); in GetViewData_Impl()
/trunk/main/sd/source/ui/func/
H A Dfuformatpaintbrush.cxx92 SfxViewFrame* pViewFrame = mpViewShell->GetViewFrame(); in implcancel() local
93 pViewFrame->GetBindings().Invalidate(SID_FORMATPAINTBRUSH); in implcancel()
94 pViewFrame->GetDispatcher()->Execute(SID_OBJECT_SELECT, SFX_CALLMODE_ASYNCHRON); in implcancel()
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx367 SfxViewFrame* pViewFrame = pDispatch ? pDispatch->GetFrame() : 0; in PageCreated() local
368 if(pViewFrame) in PageCreated()
372 while(pViewShell && pViewShell->GetViewFrame() != pViewFrame) in PageCreated()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1195 SfxViewFrame* pViewFrame = rShell.GetViewFrame(); in lcl_GetViewObj() local
1196 if (pViewFrame) in lcl_GetViewObj()
1198 SfxFrame& rFrame = pViewFrame->GetFrame(); in lcl_GetViewObj()
1815 ScTabViewShell::ScTabViewShell( SfxViewFrame* pViewFrame, in ScTabViewShell() argument
1817 SfxViewShell( pViewFrame, SFX_VIEW_CAN_PRINT | SFX_VIEW_HAS_PRINTOPTIONS ), in ScTabViewShell()
1818 ScDBFunc( &pViewFrame->GetWindow(), (ScDocShell&)*pViewFrame->GetObjectShell(), this ), in ScTabViewShell()

Completed in 207 milliseconds

12345