Lines Matching refs:OGroups

40 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()
85 uno::Reference< report::XReportDefinition > SAL_CALL OGroups::getReportDefinition() throw (uno::Run… in getReportDefinition()
90 uno::Reference< report::XGroup > SAL_CALL OGroups::createGroup( ) throw (uno::RuntimeException) in createGroup()
96 void SAL_CALL OGroups::insertByIndex( ::sal_Int32 Index, const uno::Any& aElement ) throw (lang::Il… in insertByIndex()
122 void SAL_CALL OGroups::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, l… in removeByIndex()
138 void SAL_CALL OGroups::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::Il… in replaceByIndex()
158 ::sal_Int32 SAL_CALL OGroups::getCount( ) throw (uno::RuntimeException) in getCount()
164 uno::Any SAL_CALL OGroups::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, … in getByIndex()
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()
191 void SAL_CALL OGroups::setParent( const uno::Reference< uno::XInterface >& /*Parent*/ ) throw (lang… in setParent()
197 void SAL_CALL OGroups::addContainerListener( const uno::Reference< container::XContainerListener >&… in addContainerListener()
202 void SAL_CALL OGroups::removeContainerListener( const uno::Reference< container::XContainerListener… in removeContainerListener()
207 void OGroups::checkIndex(sal_Int32 _nIndex) in checkIndex()