/aoo42x/main/sd/source/ui/framework/factories/ |
H A D | ChildWindowPane.cxx | 55 SfxViewFrame* pViewFrame = mrViewShellBase.GetViewFrame(); in ChildWindowPane() local 56 if (pViewFrame != NULL) in ChildWindowPane() 60 if (pViewFrame->KnowsChildWindow(mnChildWindowId)) in ChildWindowPane() 62 if (pViewFrame->HasChildWindow(mnChildWindowId)) in ChildWindowPane() 106 SfxViewFrame* pViewFrame = mrViewShellBase.GetViewFrame(); in Hide() local 107 if (pViewFrame != NULL) in Hide() 108 if (pViewFrame->KnowsChildWindow(mnChildWindowId)) in Hide() 109 if (pViewFrame->HasChildWindow(mnChildWindowId)) in Hide() 158 if (pViewFrame == NULL) in GetWindow() 163 if ( ! pViewFrame->KnowsChildWindow(mnChildWindowId)) in GetWindow() [all …]
|
/aoo42x/main/sd/source/ui/app/ |
H A D | sdmod1.cxx | 485 if( !pViewFrame || !pViewFrame->GetDispatcher() || !pDocument ) in AddSummaryPage() 544 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in CreateFromTemplate() 562 SfxViewFrame* pViewFrame = NULL; in ExecuteNewDocument() local 674 DBG_ASSERT( pViewFrame, "no ViewFrame!!" ); in ExecuteNewDocument() 675 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in ExecuteNewDocument() 684 if( pShell && pViewFrame ) in ExecuteNewDocument() 692 pViewFrame); in ExecuteNewDocument() 708 AddSummaryPage(pViewFrame, pDoc); in ExecuteNewDocument() 711 if((aDocPath.Len() == 0) && pViewFrame && pViewFrame->GetDispatcher()) in ExecuteNewDocument() 769 pFrame = pViewFrame ? &pViewFrame->GetFrame() : NULL; in CreateEmptyDocument() [all …]
|
H A D | tmplctrl.cxx | 116 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in Command() local 118 sd::ViewShellBase* pViewShellBase = sd::ViewShellBase::GetViewShellBase( pViewFrame ); in Command() 145 pViewFrame->GetDispatcher()->Execute(SID_PRESENTATION_LAYOUT,SFX_CALLMODE_SLOT, &aStyle, 0L ); in Command() 146 pViewFrame->GetBindings().Invalidate(SID_PRESENTATION_LAYOUT); in Command() 147 pViewFrame->GetBindings().Invalidate(SID_STATUS_LAYOUT); in Command()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | app.cxx | 196 SfxViewFrame* pViewFrame=0; in Property() local 198 pViewFrame = SfxViewFrame::Current(); in Property() 199 if ( !pViewFrame ) in Property() 200 pViewFrame = SfxViewFrame::GetFirst(); in Property() 201 if ( pViewFrame ) in Property() 202 pDispatcher = pViewFrame->GetDispatcher(); in Property() 453 …return pAppData_Impl->pViewFrame? pAppData_Impl->pViewFrame->GetDispatcher(): pAppData_Impl->pAppD… in GetDispatcher_Impl() 459 if ( pFrame != pAppData_Impl->pViewFrame ) in SetViewFrame_Impl() 486 pAppData_Impl->pViewFrame = pFrame; in SetViewFrame_Impl() 656 if ( !pAppData_Impl->pViewFrame ) in GetStatusIndicator() [all …]
|
H A D | module.cxx | 408 const SfxViewFrame* pViewFrame = i_pViewFrame ? i_pViewFrame : GetFrame(); in IsChildWindowAvailable() local 409 …ENSURE_OR_RETURN( pViewFrame, "SfxModule::IsChildWindowAvailable: no frame to ask for the module i… in IsChildWindowAvailable() 410 … return ::sfx2::ModuleTaskPane::ModuleHasToolPanels( pViewFrame->GetFrame().GetFrameInterface() ); in IsChildWindowAvailable() 428 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(); in GetModuleFieldUnit() local 429 while ( pViewFrame != NULL ) in GetModuleFieldUnit() 431 if ( pViewFrame->GetFrame().GetFrameInterface() == i_frame ) in GetModuleFieldUnit() 433 pViewFrame = SfxViewFrame::GetNext( *pViewFrame ); in GetModuleFieldUnit() 435 …ENSURE_OR_RETURN( pViewFrame != NULL, "SfxModule::GetModuleFieldUnit: unable to find an SfxViewFra… in GetModuleFieldUnit() 438 SfxModule const * pModule = GetActiveModule( pViewFrame ); in GetModuleFieldUnit()
|
H A D | appchild.cxx | 152 if ( pAppData_Impl->pViewFrame ) in GetTemplateDialog() 154 …SfxChildWindow *pChild = pAppData_Impl->pViewFrame->GetChildWindow(SfxTemplateDialogWrapper::GetCh… in GetTemplateDialog() 167 else if ( pAppData_Impl->pViewFrame ) in GetWorkWindow_Impl() 168 return pAppData_Impl->pViewFrame->GetFrame().GetWorkWindow_Impl(); in GetWorkWindow_Impl()
|
/aoo42x/main/sfx2/source/view/ |
H A D | sfxbasecontroller.cxx | 1301 pViewFrame->Enable( bConnect ); in ConnectSfxFrame_Impl() 1302 pViewFrame->GetDispatcher()->Lock( !bConnect ); in ConnectSfxFrame_Impl() 1340 pViewFrame->GetDispatcher()->Flush(); in ConnectSfxFrame_Impl() 1347 if ( SfxViewFrame::Current() == pViewFrame ) in ConnectSfxFrame_Impl() 1350 Window* pFrameWin = &pViewFrame->GetWindow(); in ConnectSfxFrame_Impl() 1361 SfxFrame& rFrame = pViewFrame->GetFrame(); in ConnectSfxFrame_Impl() 1377 pViewFrame->GetDispatcher()->Update_Impl(); in ConnectSfxFrame_Impl() 1378 pViewFrame->Show(); in ConnectSfxFrame_Impl() 1389 pViewFrame->Resize( sal_True ); in ConnectSfxFrame_Impl() 1399 pViewFrame->UpdateTitle(); in ConnectSfxFrame_Impl() [all …]
|
H A D | viewfrm.cxx | 2068 if ( pViewFrame != pImp->pActiveChild ) in SetActiveChildFrame_Impl() 2073 pImp->pActiveChild = pViewFrame; in SetActiveChildFrame_Impl() 2077 if ( pViewFrame ) in SetActiveChildFrame_Impl() 2087 SfxViewFrame *pViewFrame = pImp->pActiveChild; in GetActiveChildFrame_Impl() local 2103 return pViewFrame; in GetActiveChildFrame_Impl() 2272 SfxViewFrame* pViewFrame = NULL; in Get() local 2274 pViewFrame; in Get() 2275 pViewFrame = SfxViewFrame::GetNext( *pViewFrame, pDoc, sal_False ) in Get() 2282 return pViewFrame; in Get() 3036 SfxDispatcher* pDispat = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in AddDispatchMacroToBasic_Impl() [all …]
|
/aoo42x/main/basctl/source/basicide/ |
H A D | moduldlg.cxx | 134 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in EditedEntry() local 135 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in EditedEntry() 368 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in NotifyCopyingMoving() local 369 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NotifyCopyingMoving() 502 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in OrganizeDialog() local 503 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in OrganizeDialog() 696 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() 844 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NewDialog() 903 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteCurrent() 1004 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in createModImpl() local [all …]
|
H A D | macrodlg.cxx | 126 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DECLARE_LIST() local 127 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DECLARE_LIST() 308 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DeleteMacro() local 309 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in DeleteMacro() 741 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK() local 742 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() 753 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK() local 754 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() 786 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK() local 787 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
|
H A D | baside3.cxx | 212 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in KeyInput() local 213 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in KeyInput() 250 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in Command() local 251 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in Command() 426 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in GetState() local 427 …if ( pViewFrame && !pViewFrame->HasChildWindow( SID_SHOW_PROPERTYBROWSER ) && !pEditor->GetView()-… in GetState() 683 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DisableBrowser() local 684 …SfxChildWindow* pChildWin = pViewFrame ? pViewFrame->GetChildWindow(SID_SHOW_PROPERTYBROWSER) : NU… in DisableBrowser() 692 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in UpdateBrowser() local 693 …SfxChildWindow* pChildWin = pViewFrame ? pViewFrame->GetChildWindow(SID_SHOW_PROPERTYBROWSER) : NU… in UpdateBrowser()
|
H A D | brkdlg.cxx | 210 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK() local 211 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK() 237 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK() local 238 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
|
H A D | objdlg.cxx | 89 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in OpenCurrent() local 90 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in OpenCurrent() 213 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK() local 214 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in IMPL_LINK()
|
H A D | bastypes.cxx | 529 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in MouseButtonDown() local 530 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in MouseButtonDown() 610 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in Command() local 611 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in Command() 635 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in EndRenaming() local 636 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in EndRenaming()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 219 , pViewFrame( pVwFrame ) in SfxVersionDialog() 246 ( sText += ' ' ) += pViewFrame->GetObjectShell()->GetTitle(); in SfxVersionDialog() 278 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in Init_Impl() 319 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in Open_Impl() 333 pViewFrame->GetDispatcher()->Execute( in Open_Impl() 337 pViewFrame->GetDispatcher()->Execute( in Open_Impl() 383 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in IMPL_LINK() 390 eState = pViewFrame->GetDispatcher()->QueryState( SID_DOCUMENT_COMPARE, pDummy ); in IMPL_LINK() 398 SfxObjectShell *pObjShell = pViewFrame->GetObjectShell(); in IMPL_LINK() 418 pViewFrame->GetBindings().ExecuteSynchron( SID_SAVEDOC, aItems, 0 ); in IMPL_LINK() [all …]
|
/aoo42x/main/sd/source/ui/tools/ |
H A D | IdleDetection.cxx | 73 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst(); in CheckSlideShowRunning() local 74 for (pViewFrame = SfxViewFrame::GetFirst(); in CheckSlideShowRunning() 75 pViewFrame!=NULL && !bIsSlideShowShowing; in CheckSlideShowRunning() 76 pViewFrame = SfxViewFrame::GetNext(*pViewFrame)) in CheckSlideShowRunning() 81 uno::Reference<frame::XFrame> xFrame (pViewFrame->GetFrame().GetFrameInterface()); in CheckSlideShowRunning() 95 ViewShellBase* pBase = ViewShellBase::GetViewShellBase(pViewFrame); in CheckSlideShowRunning()
|
/aoo42x/main/sfx2/source/control/ |
H A D | request.cxx | 83 SfxViewFrame* pViewFrame; member 95 , pViewFrame(0) in SfxRequest_Impl() 184 SfxViewFrame* pViewFrame, in SfxRequest() argument 206 pImp->SetPool( &pViewFrame->GetPool() ); in SfxRequest() 212 pImp->pViewFrame = pViewFrame; in SfxRequest() 213 …if( pImp->pViewFrame->GetDispatcher()->GetShellAndSlot_Impl( nSlotId, &pImp->pShell, &pImp->pSlot,… in SfxRequest() 216 pImp->xRecorder = SfxRequest::GetMacroRecorder( pViewFrame ); in SfxRequest() 414 SfxViewFrame* pViewFrame in Record_Impl() argument 432 pImp->pViewFrame = pViewFrame; in Record_Impl() 796 SfxRequest aReq( pImp->pViewFrame, nSlotId ); in Done_Impl()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | tbxanchr.cxx | 110 SfxViewFrame* pViewFrame( 0 ); in Click() local 116 pViewFrame = pCurSh->GetViewFrame(); in Click() 117 if ( pViewFrame ) in Click() 118 pDispatch = pViewFrame->GetDispatcher(); in Click() 124 if(pViewFrame) in Click() 130 if(pView->GetViewFrame() == pViewFrame) in Click()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbahelper.cxx | 162 SfxViewFrame* pViewFrame = NULL; in dispatchExecute() local 164 pViewFrame = pViewShell->GetViewFrame(); in dispatchExecute() 165 if ( pViewFrame ) in dispatchExecute() 167 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in dispatchExecute() 418 SfxViewFrame* pViewFrame = NULL; in PrintOutHelper() local 420 pViewFrame = pViewShell->GetViewFrame(); in PrintOutHelper() 421 if ( pViewFrame ) in PrintOutHelper() 444 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in PrintOutHelper() 450 if ( !pViewFrame->GetFrame().IsInPlace() ) in PrintOutHelper() 453 pViewFrame->GetDispatcher()->Execute( SID_VIEWSHELL1, SFX_CALLMODE_SYNCHRON ); in PrintOutHelper() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | grfflt.cxx | 52 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in ExecuteGrfFilterSlot() local 53 SfxObjectShell* pShell = pViewFrame ? pViewFrame->GetObjectShell() : NULL; in ExecuteGrfFilterSlot() 54 …Window* pWindow = ( pViewFrame && pViewFrame->GetViewShell() ) ? pViewFrame->GetViewShell()->Get… in ExecuteGrfFilterSlot()
|
H A D | hyprlink.cxx | 612 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in IMPL_LINK() local 613 if ( pViewFrame ) in IMPL_LINK() 614 pViewFrame = pViewFrame->GetTopViewFrame(); in IMPL_LINK() 615 OpenDoc( sURL, pViewFrame ); in IMPL_LINK() 961 void SvxHyperlinkDlg::OpenDoc( const String& rURL, SfxViewFrame* pViewFrame ) in OpenDoc() argument 971 if ( pViewFrame ) in OpenDoc() 973 SfxFrameItem aView( SID_DOCFRAME, pViewFrame ? &pViewFrame->GetFrame() : NULL ); in OpenDoc()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | docundomanager.cxx | 160 SfxViewFrame* pViewFrame = SfxViewFrame::GetFirst( pDocShell ); in invalidateXDo_nolck() local 161 while ( pViewFrame ) in invalidateXDo_nolck() 163 pViewFrame->GetBindings().Invalidate( SID_UNDO ); in invalidateXDo_nolck() 164 pViewFrame->GetBindings().Invalidate( SID_REDO ); in invalidateXDo_nolck() 165 pViewFrame = SfxViewFrame::GetNext( *pViewFrame, pDocShell ); in invalidateXDo_nolck()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 320 SfxViewFrame *pViewFrame = NULL; in DoApply() local 380 pViewFrame = pItem->GetFrame(); in DoApply() 381 if (pViewFrame) in DoApply() 386 pViewFrame->GetDispatcher()->Execute( SID_SAVEASDOC, in DoApply() 404 if ( pViewFrame && maRbtEditLater.IsChecked() ) in DoApply() 406 SfxObjectShell* pObjShell = pViewFrame->GetObjectShell(); in DoApply()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | SdUnoDrawView.cxx | 534 SfxViewFrame* pViewFrame = mrDrawViewShell.GetViewFrame(); in SetZoom() local 535 if( pViewFrame ) in SetZoom() 537 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in SetZoom() 565 SfxViewFrame* pViewFrame = mrDrawViewShell.GetViewFrame(); in SetZoomType() local 566 if( pViewFrame ) in SetZoomType() 568 SfxDispatcher* pDispatcher = pViewFrame->GetDispatcher(); in SetZoomType()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 2272 SfxViewFrame* pViewFrame = getViewFrame(); in IMPL_LINK() local 2273 if( pViewFrame ) in IMPL_LINK() 2675 SfxViewFrame* pViewFrame = getViewFrame(); in hideChildWindows() local 2677 if( pViewFrame ) in hideChildWindows() 2686 if( pViewFrame->GetChildWindow( nId ) ) in hideChildWindows() 2688 pViewFrame->SetChildWindow( nId, sal_False ); in hideChildWindows() 2702 SfxViewFrame* pViewFrame = getViewFrame(); in showChildWindows() local 2703 if( pViewFrame ) in showChildWindows() 2791 if( pViewFrame ) in setActiveXToolbarsVisible() 2830 SfxViewFrame* pViewFrame = getViewFrame(); in activate() local [all …]
|