Home
last modified time | relevance | path

Searched refs:pViewFrame (Results 51 – 75 of 120) sorted by relevance

12345

/trunk/main/sfx2/source/control/
H A Dshell.cxx1295 SfxViewFrame* pViewFrame = GetFrame(); in BroadcastContextForActivation() local
1296 if (pViewFrame != NULL) in BroadcastContextForActivation()
1298 pImp->maContextChangeBroadcaster.Activate(pViewFrame->GetFrame().GetFrameInterface()); in BroadcastContextForActivation()
1300 pImp->maContextChangeBroadcaster.Deactivate(pViewFrame->GetFrame().GetFrameInterface()); in BroadcastContextForActivation()
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx308 void FuBullet::GetSlotState( SfxItemSet& rSet, ViewShell* pViewShell, SfxViewFrame* pViewFrame ) in GetSlotState() argument
345 if( pViewFrame ) in GetSlotState()
347 SfxBindings& rBindings = pViewFrame->GetBindings(); in GetSlotState()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx388 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in Command() local
389 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in Command()
1440 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK_INLINE_START() local
1441 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK_INLINE_START()
1603 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK_INLINE_START() local
1604 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK_INLINE_START()
H A Dbasicbox.cxx334 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in NotifyIDE() local
335 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NotifyIDE()
H A Dbasobj3.cxx82 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in CreateMacro() local
83 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in CreateMacro()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx1325 SfxViewFrame* pViewFrame, /* <SfxViewFrame>, in dem diese View dargestellt wird */ in SfxViewShell() argument
1332 ,pFrame(pViewFrame) in SfxViewShell()
1341 if ( pViewFrame->GetParentViewFrame() ) in SfxViewShell()
1343 pImp->m_bPlugInsActive = pViewFrame->GetParentViewFrame() in SfxViewShell()
1346 SetMargin( pViewFrame->GetMargin_Impl() ); in SfxViewShell()
1348 SetPool( &pViewFrame->GetObjectShell()->GetPool() ); in SfxViewShell()
1349 StartListening(*pViewFrame->GetObjectShell()); in SfxViewShell()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1296 SwPagePreView::SwPagePreView(SfxViewFrame *pViewFrame, SfxViewShell* pOldSh): in SwPagePreView() argument
1297 SfxViewShell( pViewFrame, SWVIEWFLAGS ), in SwPagePreView()
1304 pScrollFill(new ScrollBarBox( &pViewFrame->GetWindow(), in SwPagePreView()
1305 pViewFrame->GetFrame().GetParentFrame() ? 0 : WB_SIZEABLE )), in SwPagePreView()
1317 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in SwPagePreView()
1322 if ( pF == pViewFrame ) in SwPagePreView()
1365 *((SwDocShell*)pViewFrame->GetObjectShell())->GetDoc(), in SwPagePreView()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx332 SfxViewFrame* pViewFrame = m_pView->GetViewFrame(); in ExecuteMailMergeWizard() local
333 pViewFrame->ShowChildWindow(FN_MAILMERGE_CHILDWINDOW, sal_False); in ExecuteMailMergeWizard()
501 SfxViewFrame* pViewFrame = pTempView->GetViewFrame(); in IMPL_LINK() local
502 pViewFrame->GetDispatcher()->Execute( in IMPL_LINK()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx533 SfxViewFrame* pViewFrame = NULL; in statusChanged() local
555 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
560 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
1106 SfxViewFrame* pViewFrame = NULL; in statusChanged() local
1128 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
1133 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
/trunk/main/sc/source/ui/unoobj/
H A Ddispuno.cxx61 SfxViewFrame* pViewFrame = pViewShell->GetViewFrame(); in lcl_GetSelectionSupplier() local
62 if (pViewFrame) in lcl_GetSelectionSupplier()
64 …return uno::Reference<view::XSelectionSupplier>( pViewFrame->GetFrame().GetController(), uno::UNO_… in lcl_GetSelectionSupplier()
/trunk/main/sfx2/source/sidebar/
H A DSidebarDockingWindow.cxx55 const SfxViewFrame* pViewFrame = pSfxBindings->GetDispatcher()->GetFrame(); in SidebarDockingWindow() local
56 const SfxFrame& rFrame = pViewFrame->GetFrame(); in SidebarDockingWindow()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx224 SfxViewFrame* pViewFrame = NULL; in statusChanged() local
246 pViewFrame = pDisp->GetDispatcher_Impl()->GetFrame(); in statusChanged()
251 SfxSlotPool& rPool = SfxSlotPool::GetSlotPool( pViewFrame ); in statusChanged()
/trunk/main/sw/source/ui/inc/
H A Dgloshdl.hxx41 SfxViewFrame* pViewFrame; member in SwGlossaryHdl
102 SwGlossaryHdl(SfxViewFrame* pViewFrame, SwWrtShell *);
/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx977 … SfxViewFrame* pViewFrame = ( pTabViewShell ? pTabViewShell->GetViewFrame() : NULL ); in GetState() local
978 if ( pViewFrame && pViewFrame->HasChildWindow( nWhich ) ) in GetState()
980 SfxChildWindow* pChild = pViewFrame->GetChildWindow( nWhich ); in GetState()
H A Dtabview5.cxx330 SfxViewFrame* pViewFrame = aViewData.GetViewShell()->GetViewFrame(); in TabChanged() local
331 if (pViewFrame) in TabChanged()
333 uno::Reference<frame::XController> xController = pViewFrame->GetFrame().GetController(); in TabChanged()
H A Dprevwsh.cxx145 ScPreviewShell::ScPreviewShell( SfxViewFrame* pViewFrame, in ScPreviewShell() argument
147 SfxViewShell( pViewFrame, SFX_VIEW_CAN_PRINT | SFX_VIEW_HAS_PRINTOPTIONS ), in ScPreviewShell()
148 pDocShell( (ScDocShell*)pViewFrame->GetObjectShell() ), in ScPreviewShell()
152 Construct( &pViewFrame->GetWindow() ); in ScPreviewShell()
H A Dtabvwsh3.cxx470 SfxViewFrame* pViewFrame = NULL; in Execute() local
480 pViewFrame = SfxViewFrame::GetFirst( pDocSh ); in Execute()
481 bFound = ( NULL != pViewFrame ); in Execute()
488 pViewFrame->GetFrame().Appear(); in Execute()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx506 SfxViewFrame* pViewFrame, // Frame, zu dem der Dialog geh"ort in SfxTabDialog() argument
517 pFrame( pViewFrame ), in SfxTabDialog()
1794 SfxViewFrame* pViewFrame = GetViewFrame() ? GetViewFrame() : SfxViewFrame::Current(); in Notify() local
1795 if ( pViewFrame ) in Notify()
1806 SfxHelp::OpenHelpAgent( &pViewFrame->GetFrame(), sHelpId ); in Notify()
/trunk/main/sd/inc/
H A Dsdmod.hxx164 …static void ChangeMedium( ::sd::DrawDocShell* pDocShell, SfxViewFrame* pViewFrame, const sal_Int32…
182 void AddSummaryPage (SfxViewFrame* pViewFrame, SdDrawDocument* pDocument);
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx60 SfxViewFrame* pViewFrame = pDispatch ? pDispatch->GetFrame() : 0; in SvxFramesComboBox() local
61 SfxFrame* pFrame = pViewFrame ? &pViewFrame->GetTopFrame() : 0; in SvxFramesComboBox()
/trunk/main/sd/source/ui/inc/
H A Dsdtreelb.hxx211 void SetViewFrame( SfxViewFrame* pViewFrame ) { mpFrame = pViewFrame; } in SetViewFrame() argument
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx411 SfxViewFrame* pViewFrame = mrBase.GetViewFrame(); in InsertPageWithLayout() local
412 if (pViewFrame == NULL) in InsertPageWithLayout()
415 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in InsertPageWithLayout()
/trunk/main/sc/source/ui/vba/
H A Dvbawindow.cxx422 SfxViewFrame* pViewFrame = pViewShell -> GetViewFrame(); in getWindowState() local
423 WorkWindow* pWork = (WorkWindow*) pViewFrame->GetFrame().GetSystemWindow(); in getWindowState()
441 SfxViewFrame* pViewFrame = pViewShell -> GetViewFrame(); in setWindowState() local
442 WorkWindow* pWork = (WorkWindow*) pViewFrame->GetFrame().GetSystemWindow(); in setWindowState()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx199 SfxViewFrame* pViewFrame = pCurSh->GetViewFrame(); in Select() local
200 if ( pViewFrame ) in Select()
201 pDispatch = pViewFrame->GetDispatcher(); in Select()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx244 …SfxViewFrame* pViewFrame = ( ( pViewShell && pViewShell->GetViewFrame() ) ? pViewShell->GetViewFra… in InitTreeLB() local
245 if( pViewFrame ) in InitTreeLB()
246 pViewFrame->GetBindings().Invalidate(SID_NAVIGATOR_PAGENAME, sal_True, sal_True); in InitTreeLB()

Completed in 182 milliseconds

12345