Home
last modified time | relevance | path

Searched refs:OWizTypeSelect (Results 1 – 7 of 7) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx254 DBG_NAME(OWizTypeSelect);
257 OWizTypeSelect::OWizTypeSelect( Window* pParent, SvStream* _pStream ) in OWizTypeSelect() function in OWizTypeSelect
271 DBG_CTOR(OWizTypeSelect,NULL); in OWizTypeSelect()
298 OWizTypeSelect::~OWizTypeSelect() in ~OWizTypeSelect()
300 DBG_DTOR(OWizTypeSelect,NULL); in ~OWizTypeSelect()
305 DBG_CHKTHIS(OWizTypeSelect,NULL); in GetTitle()
309 void OWizTypeSelect::Resize() in Resize()
311 DBG_CHKTHIS(OWizTypeSelect,NULL); in Resize()
326 void OWizTypeSelect::Reset() in Reset()
329 DBG_CHKTHIS(OWizTypeSelect,NULL); in Reset()
[all …]
H A DWExtendPages.cxx65 OWizNormalExtend::OWizNormalExtend(Window* pParent) : OWizTypeSelect( pParent ) in OWizNormalExtend()
H A DWCopyTable.cxx915 OWizTypeSelect* pPage = static_cast<OWizTypeSelect*>(GetPage(3)); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/inc/
H A DWExtendPages.hxx36 class OWizHTMLExtend : public OWizTypeSelect
42 : OWizTypeSelect( pParent, &_rStream ) in OWizHTMLExtend()
46 …static OWizTypeSelect* Create( Window* _pParent, SvStream& _rInput ) { return new OWizHTMLExtend( … in Create()
53 class OWizRTFExtend : public OWizTypeSelect
59 : OWizTypeSelect( pParent, &_rStream ) in OWizRTFExtend()
63 …static OWizTypeSelect* Create( Window* _pParent, SvStream& _rInput ) { return new OWizRTFExtend( _… in Create()
71 class OWizNormalExtend : public OWizTypeSelect
H A DWTypeSelect.hxx91 class OWizTypeSelect : public OWizardPage class
125 OWizTypeSelect(Window* pParent, SvStream* _pStream = NULL );
126 virtual ~OWizTypeSelect();
133 typedef OWizTypeSelect* (*TypeSelectionPageFactory)( Window*, SvStream& );
H A DDExport.hxx62 class OWizTypeSelect;
H A DWCopyTable.hxx219 friend class OWizTypeSelect;

Completed in 51 milliseconds