Lines Matching refs:pParent

100 …OCommonBehaviourTabPage::OCommonBehaviourTabPage(Window* pParent, sal_uInt16 nResId, const SfxItem…  in DBG_NAME()
103 :OGenericAdministrationPage(pParent, ModuleRes(nResId), _rCoreAttrs) in DBG_NAME()
253 ODbaseDetailsPage::ODbaseDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in DBG_NAME()
254 :OCommonBehaviourTabPage(pParent, PAGE_DBASE, _rCoreAttrs, CBTP_USE_CHARSET ,false) in DBG_NAME()
279 SfxTabPage* ODriversSettings::CreateDbase( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateDbase() argument
281 return ( new ODbaseDetailsPage( pParent, _rAttrSet ) ); in CreateDbase()
356 OAdoDetailsPage::OAdoDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in DBG_NAME()
357 :OCommonBehaviourTabPage(pParent, PAGE_ADO, _rCoreAttrs, CBTP_USE_CHARSET ) in DBG_NAME()
370 SfxTabPage* ODriversSettings::CreateAdo( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateAdo() argument
372 return ( new OAdoDetailsPage( pParent, _rAttrSet ) ); in CreateAdo()
379 OOdbcDetailsPage::OOdbcDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in OOdbcDetailsPage() argument
380 …:OCommonBehaviourTabPage(pParent, PAGE_ODBC, _rCoreAttrs, CBTP_USE_CHARSET | CBTP_USE_OPTIONS,fals… in OOdbcDetailsPage()
397 SfxTabPage* ODriversSettings::CreateODBC( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateODBC() argument
399 return ( new OOdbcDetailsPage( pParent, _rAttrSet ) ); in CreateODBC()
438 OUserDriverDetailsPage::OUserDriverDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in OUserDriverDetailsPage() argument
439 :OCommonBehaviourTabPage(pParent, PAGE_USERDRIVER, _rCoreAttrs, in OUserDriverDetailsPage()
452 SfxTabPage* ODriversSettings::CreateUser( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateUser() argument
454 return ( new OUserDriverDetailsPage( pParent, _rAttrSet ) ); in CreateUser()
510 OMySQLODBCDetailsPage::OMySQLODBCDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in OMySQLODBCDetailsPage() argument
511 :OCommonBehaviourTabPage(pParent, PAGE_MYSQL_ODBC, _rCoreAttrs, CBTP_USE_CHARSET ) in OMySQLODBCDetailsPage()
516 SfxTabPage* ODriversSettings::CreateMySQLODBC( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateMySQLODBC() argument
518 return ( new OMySQLODBCDetailsPage( pParent, _rAttrSet ) ); in CreateMySQLODBC()
524 …OGeneralSpecialJDBCDetailsPage::OGeneralSpecialJDBCDetailsPage( Window* pParent,sal_uInt16 _nResId… in OGeneralSpecialJDBCDetailsPage() argument
525 :OCommonBehaviourTabPage(pParent, _nResId, _rCoreAttrs, CBTP_USE_CHARSET ,false) in OGeneralSpecialJDBCDetailsPage()
691 MySQLNativePage::MySQLNativePage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in MySQLNativePage() argument
692 :OCommonBehaviourTabPage(pParent, PAGE_MYSQL_NATIVE, _rCoreAttrs, CBTP_USE_CHARSET, false ) in MySQLNativePage()
774 SfxTabPage* ODriversSettings::CreateMySQLJDBC( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateMySQLJDBC() argument
776 …return ( new OGeneralSpecialJDBCDetailsPage( pParent,PAGE_MYSQL_JDBC, _rAttrSet,DSID_MYSQL_PORTNUM… in CreateMySQLJDBC()
779 SfxTabPage* ODriversSettings::CreateMySQLNATIVE( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateMySQLNATIVE() argument
781 return ( new MySQLNativePage( pParent, _rAttrSet ) ); in CreateMySQLNATIVE()
785 SfxTabPage* ODriversSettings::CreateOracleJDBC( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateOracleJDBC() argument
787 …return ( new OGeneralSpecialJDBCDetailsPage( pParent,PAGE_ORACLE_JDBC, _rAttrSet,DSID_ORACLE_PORTN… in CreateOracleJDBC()
794 OAdabasDetailsPage::OAdabasDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in OAdabasDetailsPage() argument
795 :OCommonBehaviourTabPage(pParent, PAGE_ADABAS, _rCoreAttrs, CBTP_USE_CHARSET ,false) in OAdabasDetailsPage()
850 SfxTabPage* ODriversSettings::CreateAdabas( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateAdabas() argument
852 return ( new OAdabasDetailsPage( pParent, _rAttrSet ) ); in CreateAdabas()
963 OLDAPDetailsPage::OLDAPDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in OLDAPDetailsPage() argument
964 :OCommonBehaviourTabPage(pParent, PAGE_LDAP, _rCoreAttrs,0,false) in OLDAPDetailsPage()
987 SfxTabPage* ODriversSettings::CreateLDAP( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateLDAP() argument
989 return ( new OLDAPDetailsPage( pParent, _rAttrSet ) ); in CreateLDAP()
1071 OTextDetailsPage::OTextDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs ) in DBG_NAME()
1072 :OCommonBehaviourTabPage(pParent, PAGE_TEXT, _rCoreAttrs, 0, false ) in DBG_NAME()
1089 SfxTabPage* ODriversSettings::CreateText( Window* pParent, const SfxItemSet& _rAttrSet ) in CreateText() argument
1091 return ( new OTextDetailsPage( pParent, _rAttrSet ) ); in CreateText()