Home
last modified time | relevance | path

Searched refs:CreateCopyDlg (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/inc/ !
H A Dsdabstdlg.hxx186 …virtual AbstractCopyDlg* CreateCopyDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, …
/trunk/main/sd/source/ui/dlg/ !
H A Dsddlgfact.hxx258 …virtual AbstractCopyDlg* CreateCopyDlg( ::Window* pWindow, const SfxItemSet& rInAttrs, …
H A Dsddlgfact.cxx392 AbstractCopyDlg * SdAbstractDialogFactory_Impl::CreateCopyDlg( in CreateCopyDlg() function in SdAbstractDialogFactory_Impl
/trunk/main/sd/source/ui/func/ !
H A Dfucopy.cxx117 …AbstractCopyDlg* pDlg = pFact->CreateCopyDlg(NULL, aSet, mpDoc->GetColorTableFromSdrModel(), mpVie… in DoExecute()