Home
last modified time | relevance | path

Searched refs:OUserExtend (Results 1 – 12 of 12) sorted by relevance

/trunk/main/connectivity/source/drivers/ado/
H A DAUser.cxx133 OUserExtend::OUserExtend(OCatalog* _pParent,sal_Bool _bCase, ADOUser* _pUser) in OUserExtend() function in OUserExtend
138 OUserExtend::OUserExtend(OCatalog* _pParent,sal_Bool _bCase, const ::rtl::OUString& _Name) in OUserExtend() function in OUserExtend
144 void OUserExtend::construct() in construct()
150 cppu::IPropertyArrayHelper* OUserExtend::createArrayHelper() const in createArrayHelper()
157 cppu::IPropertyArrayHelper & OUserExtend::getInfoHelper() in getInfoHelper()
H A DAUsers.cxx60 return new OUserExtend(m_pCatalog,isCaseSensitive()); in createDescriptor()
66 OUserExtend* pUser = NULL; in appendObject()
/trunk/main/connectivity/source/inc/ado/
H A DAUser.hxx76 class OUserExtend;
77 typedef ::comphelper::OPropertyArrayUsageHelper<OUserExtend> OUserExtend_PROP;
79 class OUserExtend : public OAdoUser, class
89 OUserExtend(OCatalog* _pParent,sal_Bool _bCase,ADOUser* _pUser=NULL);
90 OUserExtend(OCatalog* _pParent,sal_Bool _bCase,const ::rtl::OUString& _Name);
/trunk/main/connectivity/source/inc/adabas/
H A DBUser.hxx58 class OUserExtend;
59 typedef ::comphelper::OPropertyArrayUsageHelper<OUserExtend> OUserExtend_PROP;
61 class OUserExtend : public OAdabasUser, class
71 OUserExtend(OAdabasConnection* _pConnection);
/trunk/main/connectivity/source/inc/hsqldb/
H A DHUser.hxx58 class OUserExtend;
59 typedef ::comphelper::OPropertyArrayUsageHelper<OUserExtend> OUserExtend_PROP;
61 class OUserExtend : public OHSQLUser, class
71OUserExtend(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConne…
/trunk/main/connectivity/source/inc/mysql/
H A DYUser.hxx58 class OUserExtend;
59 typedef ::comphelper::OPropertyArrayUsageHelper<OUserExtend> OUserExtend_PROP;
61 class OUserExtend : public OMySQLUser, class
71OUserExtend(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _xConne…
/trunk/main/connectivity/source/drivers/adabas/
H A DBUser.cxx87 OUserExtend::OUserExtend( OAdabasConnection* _pConnection) : OAdabasUser(_pConnection) in OUserExtend() function in OUserExtend
93 void OUserExtend::construct() in construct()
99 cppu::IPropertyArrayHelper* OUserExtend::createArrayHelper() const in createArrayHelper()
106 cppu::IPropertyArrayHelper & OUserExtend::getInfoHelper() in getInfoHelper()
H A DBUsers.cxx60 OUserExtend* pNew = new OUserExtend(m_pConnection); in createDescriptor()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHUser.cxx63 OUserExtend::OUserExtend( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnecti… in OUserExtend() function in OUserExtend
69 void OUserExtend::construct() in construct()
74 cppu::IPropertyArrayHelper* OUserExtend::createArrayHelper() const in createArrayHelper()
81 cppu::IPropertyArrayHelper & OUserExtend::getInfoHelper() in getInfoHelper()
H A DHUsers.cxx72 OUserExtend* pNew = new OUserExtend(m_xConnection); in createDescriptor()
/trunk/main/connectivity/source/drivers/mysql/
H A DYUser.cxx63 OUserExtend::OUserExtend( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnecti… in OUserExtend() function in OUserExtend
69 void OUserExtend::construct() in construct()
74 cppu::IPropertyArrayHelper* OUserExtend::createArrayHelper() const in createArrayHelper()
81 cppu::IPropertyArrayHelper & OUserExtend::getInfoHelper() in getInfoHelper()
H A DYUsers.cxx72 OUserExtend* pNew = new OUserExtend(m_xConnection); in createDescriptor()

Completed in 74 milliseconds