Home
last modified time | relevance | path

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

/aoo42x/main/reportdesign/source/core/api/
H A DGroup.cxx49 OGroup::OGroup(const uno::Reference< report::XGroups >& _xParent in DBG_NAME()
66 OGroup::~OGroup() in ~OGroup()
71 void OGroup::copyGroup(const uno::Reference< report::XGroup >& _xSource) in copyGroup()
88 IMPLEMENT_FORWARD_XINTERFACE2(OGroup,GroupBase,GroupPropertySet) in IMPLEMENT_FORWARD_XINTERFACE2() argument
112 void SAL_CALL OGroup::dispose() throw(uno::RuntimeException) in dispose()
120 void SAL_CALL OGroup::disposing() in disposing()
131 ::sal_Bool SAL_CALL OGroup::getSortAscending() throw (uno::RuntimeException) in getSortAscending()
142 ::sal_Bool SAL_CALL OGroup::getHeaderOn() throw (uno::RuntimeException) in getHeaderOn()
159 ::sal_Bool SAL_CALL OGroup::getFooterOn() throw (uno::RuntimeException) in getFooterOn()
202 ::sal_Int16 SAL_CALL OGroup::getGroupOn() throw (uno::RuntimeException) in getGroupOn()
[all …]
H A DGroups.cxx61 OGroup* pGroup = new OGroup(this,m_xContext); in copyGroups()
92 return new OGroup(this,m_xContext); in createGroup()
/aoo42x/main/connectivity/source/sdbcx/
H A DVGroup.cxx47 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()
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()
118 return const_cast<OGroup*>(this)->m_pUsers; in getUsers()
168 void SAL_CALL OGroup::acquire() throw() in acquire()
[all …]
/aoo42x/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()
235 sal_Bool OGroup::operator==( const OGroup& rGroup ) const in operator ==()
241 class OGroupLess : public ::std::binary_function<OGroup, OGroup, sal_Bool>
[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
/aoo42x/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
/aoo42x/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();
/aoo42x/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()
/aoo42x/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;
/aoo42x/main/connectivity/source/inc/adabas/
H A DBGroup.hxx34 class OAdabasGroup : public sdbcx::OGroup

Completed in 46 milliseconds