User: kz Date: 2006/12/13 08:49:06 Modified: dba/dbaccess/source/ui/dlg/DriverSettings.hxx
Log: INTEGRATION: CWS dba22ui (1.5.204); FILE MERGED 2006/12/05 09:47:54 fs 1.5.204.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DriverSettings.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DriverSettings.hxx?r1=1.5&r2=1.6 Delta lines: +21 -95 --------------------- --- DriverSettings.hxx 8 Sep 2005 14:48:08 -0000 1.5 +++ DriverSettings.hxx 13 Dec 2006 16:49:04 -0000 1.6 @@ -140,104 +140,30 @@ static SfxTabPage* CreateLDAP( Window* _pParent, const SfxItemSet& _rAttrSet ); - /** Creates the detail page for Text - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ + /// Creates the detail page for Text static SfxTabPage* CreateText( Window* _pParent, const SfxItemSet& _rAttrSet ); - /** Creates the GeneratedValues page - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* CreateGeneratedValues( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /** Creates a common page with the attribute - CBTP_USE_ENABLEOUTERJOIN - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* CreateOJDsProperties( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /** Creates a common page with the attribute - CBTP_USE_APPENDTABLEALIAS - | CBTP_USE_BOOLEANCOMPARISON - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* Create1DsProperties( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /** Creates a common page with the attribute - CBTP_USE_SQL92CHECK - | CBTP_USE_APPENDTABLEALIAS - | CBTP_USE_SUPPRESS_VERSION_COLUMN - | CBTP_USE_BOOLEANCOMPARISON - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* Create2DsProperties( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /** Creates a common page with the attribute - CBTP_USE_SQL92CHECK - | CBTP_USE_APPENDTABLEALIAS - | CBTP_USE_SUPPRESS_VERSION_COLUMN - | CBTP_USE_ENABLEOUTERJOIN - | CBTP_USE_BOOLEANCOMPARISON - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* Create3DsProperties( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /** Creates a common page with the attribute - CBTP_USE_SQL92CHECK - | CBTP_USE_APPENDTABLEALIAS - | CBTP_USE_BOOLEANCOMPARISON - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* CreateFileDsProperties( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /** Creates a common page with the attribute - CBTP_USE_SQL92CHECK - | CBTP_USE_APPENDTABLEALIAS - | CBTP_USE_ENABLEOUTERJOIN - | CBTP_USE_BOOLEANCOMPARISON - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* CreateAccessDsProperties( Window* _pParent, const SfxItemSet& _rAttrSet ); - - /** Creates a common page with the attribute - CBTP_USE_SQL92CHECK - | CBTP_USE_APPENDTABLEALIAS - | CBTP_USE_ENABLEOUTERJOIN - | CBTP_USE_PARAMETERNAMESUBST - | CBTP_USE_IGNOREDRIVER_PRIV - | CBTP_USE_SUPPRESS_VERSION_COLUMN - | CBTP_USE_BOOLEANCOMPARISON - @param _pParent - @param _rAttrSet - - @return SfxTabPage* - */ - static SfxTabPage* Create4DsProperties( Window* _pParent, const SfxItemSet& _rAttrSet ); + /// creates the GeneratedValues page + static SfxTabPage* CreateGeneratedValuesPage( Window* _pParent, const SfxItemSet& _rAttrSet ); + + /// creates a common page with the attributes needed for MySQL advanced settings. + static SfxTabPage* CreateMySQLSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); + + /// creates a common page with the attributes needed for Adabas advanced settings. + static SfxTabPage* CreateAdabasSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); + + /// creates a common page with the attributes needed for ADO advanced settings. + static SfxTabPage* CreateADOSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); + + /// creates a common page with the attributes needed for file-based (dBase, CSV) advanced settings. + static SfxTabPage* CreateFileSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); + + /// creates a common page with the attributes needed for MSA advanced settings. + static SfxTabPage* CreateAccessSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); + + /// creates a common page with all supported advanced attributes + static SfxTabPage* CreateFullSettingsPage( Window* _pParent, const SfxItemSet& _rAttrSet ); }; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
