Lines Matching refs:xGroups
167 const uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in lcl_collectFunctionNames() local
171 nPos = getPositionInIndexAccess(xGroups.get(),xGroup); in lcl_collectFunctionNames()
173 nPos = xGroups->getCount()-1; in lcl_collectFunctionNames()
177 xGroup.set(xGroups->getByIndex(i),uno::UNO_QUERY_THROW); in lcl_collectFunctionNames()
1720 const uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in impl_fillScopeList_nothrow() local
1724 nPos = getPositionInIndexAccess(xGroups.get(),xGroup); in impl_fillScopeList_nothrow()
1726 nPos = xGroups->getCount()-1; in impl_fillScopeList_nothrow()
1731 xGroup.set(xGroups->getByIndex(i),uno::UNO_QUERY_THROW); in impl_fillScopeList_nothrow()
1764 const uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in fillScope_throw() local
1765 const sal_Int32 nCount = xGroups->getCount(); in fillScope_throw()
1768 …const uno::Reference< report::XGroup> xGroup2(xGroups->getByIndex(nCount - 1),uno::UNO_QUERY_THROW… in fillScope_throw()
1789 uno::Reference< report::XGroups> xGroups = xReportDefinition->getGroups(); in fillScope_throw() local
1790 const sal_Int32 nCount = xGroups->getCount(); in fillScope_throw()
1794 … const uno::Reference< report::XGroup> xGroup(xGroups->getByIndex(i),uno::UNO_QUERY_THROW); in fillScope_throw()