Home
last modified time | relevance | path

Searched refs:pViewFrame (Results 76 – 100 of 120) sorted by relevance

12345

/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx537 SfxViewFrame* pViewFrame = pViewSh->GetViewFrame(); in MarkListHasChanged() local
573 if (pViewFrame) in MarkListHasChanged()
575 SfxFrame& rFrame = pViewFrame->GetFrame(); in MarkListHasChanged()
H A Dcellsh2.cxx238 SfxViewFrame* pViewFrame = pTabViewShell->GetViewFrame(); in ExecuteDB() local
241 uno::Reference<frame::XFrame> xFrame = pViewFrame->GetFrame().GetFrameInterface(); in ExecuteDB()
253 pViewFrame->ExecuteSlot( rReq ); in ExecuteDB()
259 pViewFrame->ExecuteSlot( rReq, (sal_Bool) sal_False ); // sal_False = synchronous in ExecuteDB()
H A Dcellsh1.cxx1540 SfxViewFrame* pViewFrame = pTabViewShell->GetViewFrame(); in ExecuteEdit() local
1542 pViewFrame->SetChildWindow( SID_SPELL_DIALOG, in ExecuteEdit()
1546 pViewFrame->ToggleChildWindow( SID_SPELL_DIALOG ); in ExecuteEdit()
1548 pViewFrame->GetBindings().Invalidate( SID_SPELL_DIALOG ); in ExecuteEdit()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx240 SwSrcView::SwSrcView(SfxViewFrame* pViewFrame, SfxViewShell*) : in SwSrcView() argument
241 SfxViewShell( pViewFrame, SWSRCVIEWFLAGS ), in SwSrcView()
242 aEditWin( &pViewFrame->GetWindow(), this ), in SwSrcView()
H A Dview2.cxx1088 SfxViewFrame* pViewFrame = GetViewFrame(); in Execute() local
1090 pViewFrame->SetChildWindow (FN_SPELL_GRAMMAR_DIALOG, in Execute()
1094 pViewFrame->ToggleChildWindow(FN_SPELL_GRAMMAR_DIALOG); in Execute()
1096 pViewFrame->GetBindings().Invalidate(FN_SPELL_GRAMMAR_DIALOG); in Execute()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx925 SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame(); in SfxDockingWindow() local
926 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in SfxDockingWindow()
979 SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame(); in SfxDockingWindow() local
980 SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool(); in SfxDockingWindow()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx1007 const SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in OfaExec_Impl() local
1008 if ( pViewFrame ) in OfaExec_Impl()
1009 xFrame = pViewFrame->GetFrame().GetFrameInterface(); in OfaExec_Impl()
H A Dappquit.cxx133 DBG_ASSERT( pAppData_Impl->pViewFrame == 0, "active foreign ViewFrame" ); in Deinitialize()
H A Dappdata.cxx124 , pViewFrame( 0 ) in SfxAppData_Impl()
H A Dworkwin.cxx1541 const SfxViewFrame* pViewFrame = pBindings->GetDispatcher_Impl()->GetFrame(); in AllowChildWindowCreation_Impl() local
1542 const SfxObjectShell* pShell = pViewFrame ? pViewFrame->GetObjectShell() : NULL; in AllowChildWindowCreation_Impl()
1545 return pModule->IsChildWindowAvailable( i_rCW.nId, pViewFrame ); in AllowChildWindowCreation_Impl()
/trunk/main/sw/source/ui/shells/
H A Dlanghelper.cxx128 SfxViewFrame *pViewFrame = rView.GetViewFrame(); in SetLanguageStatus() local
234 pViewFrame->GetBindings().Invalidate( rReq.GetSlot() ); in SetLanguageStatus()
/trunk/main/sd/source/ui/view/
H A Ddrviews7.cxx1747 SfxViewFrame* pViewFrame = GetViewFrame(); in Execute() local
1749 pViewFrame->SetChildWindow (SID_SPELL_DIALOG, in Execute()
1753 pViewFrame->ToggleChildWindow(SID_SPELL_DIALOG); in Execute()
1755 pViewFrame->GetBindings().Invalidate(SID_SPELL_DIALOG); in Execute()
H A Doutlnvsh.cxx1298 SfxViewFrame* pViewFrame = GetViewFrame(); in Execute() local
1300 pViewFrame->SetChildWindow (SID_SPELL_DIALOG, in Execute()
1304 pViewFrame->ToggleChildWindow(SID_SPELL_DIALOG); in Execute()
1306 pViewFrame->GetBindings().Invalidate(SID_SPELL_DIALOG); in Execute()
H A DViewShellBase.cxx432 ViewShellBase* ViewShellBase::GetViewShellBase (SfxViewFrame* pViewFrame) in GetViewShellBase() argument
436 if (pViewFrame != NULL) in GetViewShellBase()
440 SfxViewShell* pSfxViewShell = pViewFrame->GetViewShell(); in GetViewShellBase()
/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx749 SfxViewFrame* pViewFrame = pDispatcher->GetFrame(); in dispatch() local
750 if (pViewFrame) in dispatch()
751 xFrameRef = pViewFrame->GetFrame().GetFrameInterface(); in dispatch()
H A Ddispatch.cxx382 SfxDispatcher::SfxDispatcher( SfxViewFrame *pViewFrame ) in SfxDispatcher() argument
392 if ( pViewFrame ) in SfxDispatcher()
394 SfxViewFrame *pFrame = pViewFrame->GetParentViewFrame(); in SfxDispatcher()
402 pImp->pFrame = pViewFrame; in SfxDispatcher()
/trunk/main/sfx2/inc/sfx2/
H A Dviewfac.hxx46 SfxViewShell *CreateInstance(SfxViewFrame *pViewFrame, SfxViewShell *pOldSh);
H A Dmnumgr.hxx114 …static void ExecutePopup( const ResId&, SfxViewFrame* pViewFrame, const Point& rPoint, Win…
/trunk/main/sd/source/ui/inc/
H A Dfubullet.hxx44 static void GetSlotState( SfxItemSet& rSet, ViewShell* pViewShell, SfxViewFrame* pViewFrame );
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx2265 SfxViewFrame* pViewFrame = SfxViewFrame::Current(); in EnableSharedSettings() local
2266 if ( pViewFrame && pViewFrame->HasChildWindow( nId ) ) in EnableSharedSettings()
2268 pViewFrame->ToggleChildWindow( nId ); in EnableSharedSettings()
/trunk/main/sfx2/source/inc/
H A Dversdlg.hxx69 SfxViewFrame* pViewFrame; member in SfxVersionDialog
H A Dappdata.hxx146 SfxViewFrame* pViewFrame; member in SfxAppData_Impl
/trunk/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx110 pViewFrame, this, pWrtShell); in SV_IMPL_PTRARR()
761 pViewFrame( pVwFrm ), in SwGlossaryHdl()
/trunk/main/svx/source/dialog/
H A Dhyprdlg.hxx123 void OpenDoc( const String& rURL, SfxViewFrame* pViewFrame );
/trunk/main/sc/source/ui/inc/
H A Dprevwsh.hxx92 ScPreviewShell( SfxViewFrame* pViewFrame,

Completed in 201 milliseconds

12345