Lines Matching refs:OFunctions

40 OFunctions::OFunctions(const uno::Reference< report::XFunctionsSupplier >& _xParent,const uno::Refe…  in DBG_NAME()
51 OFunctions::~OFunctions() in ~OFunctions()
56 void SAL_CALL OFunctions::dispose() throw(uno::RuntimeException) in dispose()
63 void SAL_CALL OFunctions::disposing() in disposing()
74 uno::Reference< report::XFunction > SAL_CALL OFunctions::createFunction( ) throw (uno::RuntimeExce… in createFunction()
80 void SAL_CALL OFunctions::insertByIndex( ::sal_Int32 Index, const uno::Any& aElement ) throw (lang:… in insertByIndex()
107 void SAL_CALL OFunctions::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex()
124 void SAL_CALL OFunctions::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex()
144 ::sal_Int32 SAL_CALL OFunctions::getCount( ) throw (uno::RuntimeException) in getCount()
150 uno::Any SAL_CALL OFunctions::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExceptio… in getByIndex()
160 uno::Type SAL_CALL OFunctions::getElementType( ) throw (uno::RuntimeException) in getElementType()
165 ::sal_Bool SAL_CALL OFunctions::hasElements( ) throw (uno::RuntimeException) in hasElements()
172 uno::Reference< uno::XInterface > SAL_CALL OFunctions::getParent( ) throw (uno::RuntimeException) in getParent()
177 void SAL_CALL OFunctions::setParent( const uno::Reference< uno::XInterface >& /*Parent*/ ) throw (l… in setParent()
183 void SAL_CALL OFunctions::addContainerListener( const uno::Reference< container::XContainerListener… in addContainerListener()
188 void SAL_CALL OFunctions::removeContainerListener( const uno::Reference< container::XContainerListe… in removeContainerListener()
193 void OFunctions::checkIndex(sal_Int32 _nIndex) in checkIndex()