Home
last modified time | relevance | path

Searched refs:OAdoGroup (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/ado/
H A DAGroup.cxx66 OAdoGroup::OAdoGroup(OCatalog* _pParent,sal_Bool _bCase, ADOGroup* _pGroup) : OGroup_ADO(_bCase),m_… in OAdoGroup() function in OAdoGroup
76 OAdoGroup::OAdoGroup(OCatalog* _pParent,sal_Bool _bCase, const ::rtl::OUString& _Name) : OGroup_ADO… in OAdoGroup() function in OAdoGroup
83 void OAdoGroup::refreshUsers() in refreshUsers()
96 Sequence< sal_Int8 > OAdoGroup::getUnoTunnelImplementationId() in getUnoTunnelImplementationId()
113 sal_Int64 OAdoGroup::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething()
121 void OAdoGroup::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)throw (Excepti… in setFastPropertyValue_NoBroadcast()
139 void OAdoGroup::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const in getFastPropertyValue()
153 sal_Int32 SAL_CALL OAdoGroup::getPrivileges( const ::rtl::OUString& objName, sal_Int32 objType ) th… in getPrivileges()
158 sal_Int32 SAL_CALL OAdoGroup::getGrantablePrivileges( const ::rtl::OUString& objName, sal_Int32 obj… in getGrantablePrivileges()
177 void SAL_CALL OAdoGroup::acquire() throw() in acquire()
[all …]
H A DAGroups.cxx51 return new OAdoGroup(m_pCatalog,isCaseSensitive(),_rName); in createObject()
61 return new OAdoGroup(m_pCatalog,isCaseSensitive()); in createDescriptor()
67 OAdoGroup* pGroup = NULL; in appendObject()
H A DADatabaseMetaDataImpl.cxx323 ObjectTypeEnum OAdoGroup::MapObjectType(sal_Int32 _ObjType) in MapObjectType()
340 sal_Int32 OAdoGroup::MapRight(RightsEnum _eNum) in MapRight()
365 RightsEnum OAdoGroup::Map2Right(sal_Int32 _eNum) in Map2Right()
/trunk/main/connectivity/source/inc/ado/
H A DAGroup.hxx37 class OAdoGroup : public OGroup_ADO class
52 OAdoGroup(OCatalog* _pParent,sal_Bool _bCase, ADOGroup* _pGroup=NULL);
53 OAdoGroup(OCatalog* _pParent,sal_Bool _bCase, const ::rtl::OUString& _Name);

Completed in 14 milliseconds