Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dsvxdlg.hxx121 class AbstractGalleryIdDialog :public VclAbstractDialog //add for GalleryIdDialog class
366 … virtual AbstractGalleryIdDialog * CreateGalleryIdDialog( Window* pParent, //add for SvxZoomDialog
/AOO41X/main/cui/source/factory/
H A Ddlgfact.hxx285 class AbstractGalleryIdDialog_Impl : public AbstractGalleryIdDialog
679 … virtual AbstractGalleryIdDialog * CreateGalleryIdDialog( Window* pParent, //add for SvxZoomDialog
H A Ddlgfact.cxx1266 AbstractGalleryIdDialog * AbstractDialogFactory_Impl::CreateGalleryIdDialog( Window* pParent, //ad… in CreateGalleryIdDialog()
/AOO41X/main/svx/source/gallery2/
H A Dgalbrws1.cxx495 AbstractGalleryIdDialog* aDlg = pFact->CreateGalleryIdDialog( this, pTheme ); in ImplExecute()