Home
last modified time | relevance | path

Searched refs:pViewFrame (Results 1 – 25 of 120) sorted by path

12345

/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx334 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in NotifyIDE() local
335 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in NotifyIDE()
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 Dbaside3.cxx212 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 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 Dbasides2.cxx186 SfxViewFrame* pViewFrame = GetViewFrame(); in SetMDITitle() local
187 if ( pViewFrame ) in SetMDITitle()
189 SfxObjectShell* pShell = pViewFrame->GetObjectShell(); in SetMDITitle()
H A Dbasobj3.cxx82 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in CreateMacro() local
83 SfxDispatcher* pDispatcher = pViewFrame ? pViewFrame->GetDispatcher() : NULL; in CreateMacro()
H A Dbastypes.cxx529 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()
H A Dbrkdlg.cxx210 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 Dmacrodlg.cxx126 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 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 Dmoduldlg.cxx134 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 Dobjdlg.cxx89 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()
/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/cui/source/dialogs/
H A Dhldocntp.cxx320 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()
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()
H A Dhltpbase.cxx60 SfxViewFrame* pViewFrame = pDispatch ? pDispatch->GetFrame() : 0; in SvxFramesComboBox() local
61 SfxFrame* pFrame = pViewFrame ? &pViewFrame->GetTopFrame() : 0; in SvxFramesComboBox()
/trunk/main/cui/source/factory/
H A Ddlgfact.hxx606 SfxViewFrame* pViewFrame,
/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/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/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1142 SfxViewFrame* pViewFrame = mpViewShell->GetViewFrame(); in FillSelectionSupplier() local
1143 if (pViewFrame) in FillSelectionSupplier()
1145 …xSelectionSupplier = uno::Reference<view::XSelectionSupplier>(pViewFrame->GetFrame().GetController… in FillSelectionSupplier()
/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/sc/source/ui/docshell/
H A Ddocsh.cxx713 … SfxViewFrame* pViewFrame = ( pViewShell ? pViewShell->GetViewFrame() : NULL ); in Notify() local
714 … SfxFrame* pFrame = ( pViewFrame ? &pViewFrame->GetFrame() : NULL ); in Notify()
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/sc/source/ui/inc/
H A Dprevwsh.hxx92 ScPreviewShell( SfxViewFrame* pViewFrame,
H A Dtabvwsh.hxx248 ScTabViewShell( SfxViewFrame* pViewFrame,

Completed in 202 milliseconds

12345