Home
last modified time | relevance | path

Searched refs:OGroups (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DGroups.cxx40 OGroups::OGroups(const uno::Reference< report::XReportDefinition >& _xParent,const uno::Reference< … in DBG_NAME()
51 OGroups::~OGroups() in ~OGroups()
56 void OGroups::copyGroups(const uno::Reference< report::XGroups >& _xSource) in copyGroups()
68 void SAL_CALL OGroups::dispose() throw(uno::RuntimeException) in dispose()
75 void SAL_CALL OGroups::disposing() in disposing()
90 uno::Reference< report::XGroup > SAL_CALL OGroups::createGroup( ) throw (uno::RuntimeException) in createGroup()
158 ::sal_Int32 SAL_CALL OGroups::getCount( ) throw (uno::RuntimeException) in getCount()
174 uno::Type SAL_CALL OGroups::getElementType( ) throw (uno::RuntimeException) in getElementType()
179 ::sal_Bool SAL_CALL OGroups::hasElements( ) throw (uno::RuntimeException) in hasElements()
186 uno::Reference< uno::XInterface > SAL_CALL OGroups::getParent( ) throw (uno::RuntimeException) in getParent()
[all …]
H A DReportDefinition.cxx684 m_pImpl->m_xGroups = new OGroups(this,m_aProps->m_xContext); in DBG_NAME()
705 m_pImpl->m_xGroups = new OGroups(this,m_aProps->m_xContext); in OReportDefinition()
724 OGroups* pGroups = new OGroups(this,m_aProps->m_xContext); in OReportDefinition()
/trunk/main/reportdesign/source/core/inc/
H A DGroups.hxx40 class OGroups : public comphelper::OBaseMutex, class
49 OGroups& operator=(const OGroups&);
50 OGroups(const OGroups&);
55 virtual ~OGroups();
63OGroups( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportDefinition >& _x…
/trunk/main/connectivity/source/drivers/ado/
H A DAGroups.cxx49 sdbcx::ObjectType OGroups::createObject(const ::rtl::OUString& _rName) in createObject()
54 void OGroups::impl_refresh() throw(RuntimeException) in impl_refresh()
59 Reference< XPropertySet > OGroups::createDescriptor() in createDescriptor()
65 sdbcx::ObjectType OGroups::appendObject( const ::rtl::OUString& _rForName, const Reference< XProper… in appendObject()
76 void OGroups::dropObject(sal_Int32 /*_nPos*/,const ::rtl::OUString _sElementName) in dropObject()
H A DACatalog.cxx106 …m_pGroups = new OGroups(this,m_aMutex,aVector,aGroups,m_pConnection->getMetaData()->supportsMixedC… in refreshGroups()
H A DAUser.cxx74 m_pGroups = new OGroups(m_pCatalog,m_aMutex,aVector,aGroups,isCaseSensitive()); in refreshGroups()
/trunk/main/connectivity/source/drivers/adabas/
H A DBGroups.cxx44 sdbcx::ObjectType OGroups::createObject(const ::rtl::OUString& _rName) in createObject()
49 void OGroups::impl_refresh() throw(RuntimeException) in impl_refresh()
54 Reference< XPropertySet > OGroups::createDescriptor() in createDescriptor()
61 sdbcx::ObjectType OGroups::appendObject( const ::rtl::OUString& _rForName, const Reference< XProper… in appendObject()
76 void OGroups::dropObject(sal_Int32 /*_nPos*/,const ::rtl::OUString _sElementName) in dropObject()
H A DBCatalog.cxx115 m_pGroups = new OGroups(*this,m_aMutex,aVector,m_pConnection,this); in refreshGroups()
H A DBUser.cxx84 m_pGroups = new OGroups(*this,m_aMutex,aVector,m_pConnection,this); in refreshGroups()
/trunk/main/connectivity/source/inc/ado/
H A DAGroups.hxx40 class OGroups : public sdbcx::OCollection class
52 OGroups(OCatalog* _pParent, in OGroups() function in connectivity::ado::OGroups
H A DACollection.hxx219 typedef OCollection< ADOGroups,ADOGroup,OGroup> OGroups; typedef
/trunk/main/connectivity/source/inc/adabas/
H A DBGroups.hxx37 class OGroups : public sdbcx::OCollection class
49 OGroups(::cppu::OWeakObject& _rParent, in OGroups() function in connectivity::adabas::OGroups
/trunk/main/connectivity/inc/connectivity/sdbcx/
H A DVUser.hxx44 typedef OCollection OGroups; typedef
59 OGroups* m_pGroups;

Completed in 60 milliseconds