Home
last modified time | relevance | path

Searched refs:m_xFunctions (Results 1 – 5 of 5) sorted by relevance

/trunk/main/reportdesign/source/filter/xml/
H A DxmlFunction.cxx51 ,m_xFunctions(_xFunctions->getFunctions()) in DBG_NAME()
56 OSL_ENSURE(m_xFunctions.is(),"Functions is NULL!"); in DBG_NAME()
57 m_xFunction = m_xFunctions->createFunction(); in DBG_NAME()
126 m_xFunctions->insertByIndex(m_xFunctions->getCount(),uno::makeAny(m_xFunction)); in EndElement()
H A DxmlFunction.hxx38 ::com::sun::star::uno::Reference< ::com::sun::star::report::XFunctions > m_xFunctions;
/trunk/main/reportdesign/source/core/api/
H A DGroup.cxx59 m_xFunctions = new OFunctions(this,m_xContext); in DBG_NAME()
126 ::comphelper::disposeComponent(m_xFunctions); in disposing()
349 return m_xFunctions; in getFunctions()
H A DReportDefinition.cxx601 uno::Reference< report::XFunctions > m_xFunctions; member
784 m_pImpl->m_xFunctions = new OFunctions(this,m_aProps->m_xContext); in IMPLEMENT_FORWARD_REFCOUNT()
839 ::comphelper::disposeComponent(m_pImpl->m_xFunctions); in disposing()
2134 return m_pImpl->m_xFunctions; in getFunctions()
/trunk/main/reportdesign/source/core/inc/
H A DGroup.hxx54 … ::com::sun::star::uno::Reference< ::com::sun::star::report::XFunctions > m_xFunctions;

Completed in 37 milliseconds