Lines Matching refs:xReportDefinition

166 …const uno::Reference< report::XReportDefinition> xReportDefinition = _xSection->getReportDefinitio…  in lcl_collectFunctionNames()  local
167 const uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in lcl_collectFunctionNames()
172 else if ( _xSection == xReportDefinition->getDetail() ) in lcl_collectFunctionNames()
180 lcl_collectFunctionNames(xReportDefinition->getFunctions(),_rFunctionNames); in lcl_collectFunctionNames()
1665 …const uno::Reference< report::XReportDefinition> xReportDefinition(m_xReportComponent,uno::UNO_QUE… in impl_ConvertUIToMimeType_nothrow() local
1666 if ( xReportDefinition.is() ) in impl_ConvertUIToMimeType_nothrow()
1668 … const uno::Sequence< ::rtl::OUString > aMimeTypes( xReportDefinition->getAvailableMimeTypes() ); in impl_ConvertUIToMimeType_nothrow()
1692 …const uno::Reference< report::XReportDefinition> xReportDefinition(m_xReportComponent,uno::UNO_QUE… in impl_fillMimeTypes_nothrow() local
1693 if ( xReportDefinition.is() ) in impl_fillMimeTypes_nothrow()
1695 … uno::Sequence< ::rtl::OUString > aMimeTypes( xReportDefinition->getAvailableMimeTypes() ); in impl_fillMimeTypes_nothrow()
1719 …const uno::Reference< report::XReportDefinition> xReportDefinition = xSection->getReportDefinition… in impl_fillScopeList_nothrow() local
1720 const uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in impl_fillScopeList_nothrow()
1725 else if ( xSection == xReportDefinition->getDetail() ) in impl_fillScopeList_nothrow()
1736 _out_rList.push_back(xReportDefinition->getName()); in impl_fillScopeList_nothrow()
1750 …const uno::Reference< report::XReportDefinition> xReportDefinition = xSection->getReportDefinition… in fillScope_throw() local
1762 else if ( xSection == xReportDefinition->getDetail() ) in fillScope_throw()
1764 const uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in fillScope_throw()
1778 xReturn = xReportDefinition.get(); in fillScope_throw()
1779 _rsNamePostFix = m_sScope = xReportDefinition->getName(); in fillScope_throw()
1782 else if ( m_sScope == xReportDefinition->getName() ) in fillScope_throw()
1784 xReturn = xReportDefinition.get(); in fillScope_throw()
1789 uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in fillScope_throw()
1821 …const uno::Reference< report::XReportDefinition> xReportDefinition = xSection->getReportDefinition… in isDefaultFunction() local
1847 m_sScope = xReportDefinition->getName(); in isDefaultFunction()