Home
last modified time | relevance | path

Searched refs:OGroup (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/reportdesign/source/core/api/
H A DGroup.cxx48 OGroup::OGroup(const uno::Reference< report::XGroups >& _xParent in DBG_NAME()
65 OGroup::~OGroup() in ~OGroup()
70 void OGroup::copyGroup(const uno::Reference< report::XGroup >& _xSource) in copyGroup()
87 IMPLEMENT_FORWARD_XINTERFACE2(OGroup,GroupBase,GroupPropertySet) in IMPLEMENT_FORWARD_XINTERFACE2() argument
89 ::rtl::OUString SAL_CALL OGroup::getImplementationName( ) throw(uno::RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
94 uno::Sequence< ::rtl::OUString> OGroup::getSupportedServiceNames_Static(void) throw( uno::RuntimeEx… in getSupportedServiceNames_Static()
101 uno::Sequence< ::rtl::OUString> SAL_CALL OGroup::getSupportedServiceNames() throw(uno::RuntimeExcep… in getSupportedServiceNames()
106 sal_Bool SAL_CALL OGroup::supportsService( const ::rtl::OUString& _rServiceName ) throw(uno::Runtim… in supportsService()
111 void SAL_CALL OGroup::dispose() throw(uno::RuntimeException) in dispose()
119 void SAL_CALL OGroup::disposing() in disposing()
[all …]
H A DGroups.cxx60 OGroup* pGroup = new OGroup(this,m_xContext); in copyGroups()
91 return new OGroup(this,m_xContext); in createGroup()
/AOO41X/main/connectivity/source/sdbcx/
H A DVGroup.cxx45 IMPLEMENT_SERVICE_INFO(OGroup,"com.sun.star.sdbcx.VGroup","com.sun.star.sdbcx.Group");
47 OGroup::OGroup(sal_Bool _bCase) : OGroup_BASE(m_aMutex) in OGroup() function in OGroup
53 OGroup::OGroup(const ::rtl::OUString& _Name,sal_Bool _bCase) : OGroup_BASE(m_aMutex) in OGroup() function in OGroup
60 OGroup::~OGroup() in ~OGroup()
65 Any SAL_CALL OGroup::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
71 Sequence< Type > SAL_CALL OGroup::getTypes( ) throw(RuntimeException) in getTypes()
76 void OGroup::disposing(void) in disposing()
86 ::cppu::IPropertyArrayHelper* OGroup::createArrayHelper( ) const in createArrayHelper()
93 ::cppu::IPropertyArrayHelper & OGroup::getInfoHelper() in getInfoHelper()
95 return *const_cast<OGroup*>(this)->getArrayHelper(); in getInfoHelper()
[all …]
/AOO41X/main/forms/source/component/
H A DGroupManager.cxx162 DBG_NAME(OGroup) in DBG_NAME() argument
164 OGroup::OGroup( const ::rtl::OUString& rGroupName ) in DBG_NAME()
168 DBG_CTOR(OGroup,NULL); in DBG_NAME()
173 OGroup::OGroup( const OGroup& _rSource ) in OGroup() function in frm::OGroup
179 DBG_CTOR(OGroup,NULL); in OGroup()
184 OGroup::~OGroup() in ~OGroup()
186 DBG_DTOR(OGroup,NULL); in ~OGroup()
190 void OGroup::InsertComponent( const Reference<XPropertySet>& xSet ) in InsertComponent()
201 void OGroup::RemoveComponent( const Reference<XPropertySet>& rxElement ) in RemoveComponent()
235 sal_Bool OGroup::operator==( const OGroup& rGroup ) const in operator ==()
[all …]
H A DGroupManager.hxx148 class OGroup class
159 OGroup( const ::rtl::OUString& rGroupName );
161 OGroup( const OGroup& _rSource ); // just to ensure the DBG_CTOR call
163 virtual ~OGroup();
165 sal_Bool operator==( const OGroup& rGroup ) const;
177 DECLARE_STL_USTRINGACCESS_MAP(OGroup, OGroupArr);
183 OGroup* m_pCompGroup; // Alle Components nach TabIndizes sortiert
/AOO41X/main/connectivity/inc/connectivity/sdbcx/
H A DVGroup.hxx57 class OOO_DLLPUBLIC_DBTOOLS OGroup : class
61 public ::comphelper::OPropertyArrayUsageHelper<OGroup>,
74 OGroup(sal_Bool _bCase);
75 OGroup( const ::rtl::OUString& _Name,sal_Bool _bCase);
76 virtual ~OGroup();
/AOO41X/main/reportdesign/source/core/inc/
H A DGroup.hxx46 class OGroup : public comphelper::OMutexAndBroadcastHelper class
58 OGroup& operator=(const OGroup&);
59 OGroup(const OGroup&);
83 virtual ~OGroup();
91 OGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XGroups >& _xParent
/AOO41X/main/connectivity/source/drivers/adabas/
H A DBGroup.cxx45 OAdabasGroup::OAdabasGroup( OAdabasConnection* _pConnection) : connectivity::sdbcx::OGroup(sal_True) in OAdabasGroup()
55 ) : connectivity::sdbcx::OGroup(_Name,sal_True) in OAdabasGroup()
/AOO41X/main/connectivity/source/inc/ado/
H A DACollection.hxx211 class OGroup;
219 typedef OCollection< ADOGroups,ADOGroup,OGroup> OGroups;
H A DAGroup.hxx34 typedef sdbcx::OGroup OGroup_ADO;
/AOO41X/main/connectivity/source/inc/adabas/
H A DBGroup.hxx34 class OAdabasGroup : public sdbcx::OGroup