User: vg Date: 05/02/17 03:08:15 Modified: /dba/dbaccess/source/ui/inc/ dbwizsetup.hxx
Log: INTEGRATION: CWS dba23 (1.2.42); FILE MERGED 2005/02/03 08:18:27 oj 1.2.42.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/20 16:52:34 oj 1.2.42.1: #i41043# implement private:factory/sdatabase?Interactive File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbwizsetup.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbwizsetup.hxx?r1=1.3&r2=1.4 Delta lines: +8 -0 ------------------- --- dbwizsetup.hxx 21 Jan 2005 17:18:56 -0000 1.3 +++ dbwizsetup.hxx 17 Feb 2005 11:08:12 -0000 1.4 @@ -171,6 +171,14 @@ virtual String getStateDisplayName( WizardState _nState ); virtual short Execute(); + /** returns <TRUE/> if the database should be opened, otherwise <FALSE/>. + */ + sal_Bool IsDatabaseDocumentToBeOpened(); + + /** returns <TRUE/> if the table wizard should be opened, otherwise <FALSE/>. + */ + sal_Bool IsTableWizardToBeStarted(); + protected: /// to override to create new pages virtual TabPage* createPage(WizardState _nState); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
