Searched refs:OWizTypeSelect (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 254 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 D | WExtendPages.cxx | 65 OWizNormalExtend::OWizNormalExtend(Window* pParent) : OWizTypeSelect( pParent ) in OWizNormalExtend()
|
H A D | WCopyTable.cxx | 915 OWizTypeSelect* pPage = static_cast<OWizTypeSelect*>(GetPage(3)); in IMPL_LINK()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | WExtendPages.hxx | 36 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 D | WTypeSelect.hxx | 91 class OWizTypeSelect : public OWizardPage class 125 OWizTypeSelect(Window* pParent, SvStream* _pStream = NULL ); 126 virtual ~OWizTypeSelect(); 133 typedef OWizTypeSelect* (*TypeSelectionPageFactory)( Window*, SvStream& );
|
H A D | DExport.hxx | 62 class OWizTypeSelect;
|
H A D | WCopyTable.hxx | 219 friend class OWizTypeSelect;
|
Completed in 23 milliseconds