Lines Matching refs:xSection
351 uno::Reference< report::XSection> xSection( m_xReportComponent, uno::UNO_QUERY ); in inspect() local
352 if ( !xSection.is() && xReportComponent.is() ) in inspect()
353 xSection = xReportComponent->getSection(); in inspect()
354 if ( xSection.is() ) in inspect()
355 lcl_collectFunctionNames( xSection, m_aFunctionNames ); in inspect()
903 const uno::Reference< report::XSection> xSection(m_xReportComponent,uno::UNO_QUERY); in describePropertyLine() local
904 if ( xSection.is() ) in describePropertyLine()
907 const sal_Int32 nCount = xSection->getCount(); in describePropertyLine()
910 uno::Reference<drawing::XShape> xShape(xSection->getByIndex(i),uno::UNO_QUERY); in describePropertyLine()
1624 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in checkPosAndSize() local
1625 …if ( !xSection.is() || uno::Reference< report::XShape>(xSourceReportComponent,uno::UNO_QUERY).is()… in checkPosAndSize()
1634 const sal_Int32 nCount = xSection->getCount(); in checkPosAndSize()
1637 …const uno::Reference< report::XReportComponent> xReportComponent(xSection->getByIndex(i),uno::UNO_… in checkPosAndSize()
1717 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in impl_fillScopeList_nothrow() local
1719 …const uno::Reference< report::XReportDefinition> xReportDefinition = xSection->getReportDefinition… in impl_fillScopeList_nothrow()
1722 uno::Reference< report::XGroup> xGroup = xSection->getGroup(); in impl_fillScopeList_nothrow()
1725 else if ( xSection == xReportDefinition->getDetail() ) in impl_fillScopeList_nothrow()
1749 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in fillScope_throw() local
1750 …const uno::Reference< report::XReportDefinition> xReportDefinition = xSection->getReportDefinition… in fillScope_throw()
1753 const uno::Reference< report::XGroup> xGroup(xSection->getGroup(),uno::UNO_QUERY); in fillScope_throw()
1762 else if ( xSection == xReportDefinition->getDetail() ) in fillScope_throw()
1820 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in isDefaultFunction() local
1821 …const uno::Reference< report::XReportDefinition> xReportDefinition = xSection->getReportDefinition… in isDefaultFunction()