Searched refs:SfxAbstractPasteDialog (Results 1 – 10 of 10) sorted by relevance
88 class SfxAbstractPasteDialog : public VclAbstractDialog class137 virtual SfxAbstractPasteDialog* CreatePasteDialog( Window* pParent )=0;
135 SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( pViewData->GetDialogParent() ); in ExecutePasteContents()
525 class AbstractPasteDialog_Impl : public SfxAbstractPasteDialog634 virtual SfxAbstractPasteDialog* CreatePasteDialog( Window* pParent );
1924 SfxAbstractPasteDialog* AbstractDialogFactory_Impl::CreatePasteDialog( Window* pParent ) in CreatePasteDialog()
218 SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( mpViewShell->GetActiveWindow() ); in DoExecute()
290 … SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( pViewData->GetDialogParent() ); in Execute()
1432 … SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( pTabViewShell->GetDialogParent() ); in ExecuteEdit()
915 SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( &rView.GetEditWin() ); in ExecClpbrd()
1097 … ::std::auto_ptr<SfxAbstractPasteDialog> pDlg(pFact->CreatePasteDialog( getView() )); in Execute()
2949 SfxAbstractPasteDialog* pDlg = pFact->CreatePasteDialog( &rSh.GetView().GetEditWin() ); in PasteSpecial()