Home
last modified time | relevance | path

Searched refs:getFunctions (Results 1 – 13 of 13) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DReportVisitor.cxx42 m_pTraverseReport->traverseReportFunctions(_xReportDefinition->getFunctions()); in start()
56 m_pTraverseReport->traverseGroupFunctions(xGroup->getFunctions()); in start()
82 m_pTraverseReport->traverseGroupFunctions(_xGroup->getFunctions()); in start()
H A DGroup.cxx347 uno::Reference< report::XFunctions > SAL_CALL OGroup::getFunctions() throw (uno::RuntimeException) in getFunctions() function in reportdesign::OGroup
H A DReportDefinition.cxx2130 uno::Reference< report::XFunctions > SAL_CALL OReportDefinition::getFunctions() throw (uno::Runtime… in getFunctions() function in reportdesign::OReportDefinition
/trunk/main/reportdesign/source/filter/xml/
H A DxmlReport.cxx212 Reference< XFunctions > xFunctions = m_xComponent->getFunctions(); in EndElement()
213 const ORptFilter::TGroupFunctionMap& aFunctions = m_rImport.getFunctions(); in EndElement()
H A DxmlFunction.cxx51 ,m_xFunctions(_xFunctions->getFunctions()) in DBG_NAME()
H A DxmlGroup.cxx120 … const ORptFilter::TGroupFunctionMap& aFunctions = _rImport.getFunctions(); in DBG_NAME()
H A DxmlExport.cxx400 exportFunctions(_xReportDefinition->getFunctions().get()); in exportReport()
1137 exportFunctions(xGroup->getFunctions().get()); in exportGroup()
1579 uno::Reference< XFunctions> xFunctions = _xGroups->getReportDefinition()->getFunctions(); in exportGroupsExpressionAsFunction()
H A Dxmlfilter.hxx178 inline const TGroupFunctionMap& getFunctions() const { return m_aFunctions; } in getFunctions() function in rptxml::ORptFilter
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx178 lcl_collectFunctionNames(xGroup->getFunctions(),_rFunctionNames); in lcl_collectFunctionNames()
180 lcl_collectFunctionNames(xReportDefinition->getFunctions(),_rFunctionNames); in lcl_collectFunctionNames()
2010 … uno::Reference< report::XFunctions> xFunctions = aFind.first->second.second->getFunctions(); in removeFunction()
2154 …const uno::Reference< container::XIndexContainer> xFunctions(xFunctionsSupplier->getFunctions(),un… in impl_createFunction()
/trunk/main/reportdesign/source/core/inc/
H A DGroup.hxx137 …star::uno::Reference< ::com::sun::star::report::XFunctions > SAL_CALL getFunctions() throw (::com:…
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3722 (rUndoEnv.*pElementUndoFunction)( m_xReportDefinition->getFunctions() ); in listen()
3755 (rUndoEnv.*pElementUndoFunction)( xGroup->getFunctions() ); in listen()
3917 rUndoEnv.AddElement( xGroup->getFunctions() ); in modifyGroup()
3930 rUndoEnv.RemoveElement( xGroup->getFunctions() ); in modifyGroup()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx341 aArgs[0].Value <<= (xFunctions.is() ? xFunctions : xSupplier->getFunctions()); in Command()
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx264 …star::uno::Reference< ::com::sun::star::report::XFunctions > SAL_CALL getFunctions() throw (::com:…

Completed in 119 milliseconds