Lines Matching refs:xSourceReportComponent

628 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO…  in setPropertyValue()  local
629 if ( xSourceReportComponent.is() ) // check only report components in setPropertyValue()
633 awt::Point aAwtPoint = xSourceReportComponent->getPosition(); in setPropertyValue()
634 awt::Size aAwtSize = xSourceReportComponent->getSize(); in setPropertyValue()
1052 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO… in convertToPropertyValue() local
1053 if ( xSourceReportComponent->getSection().is() ) in convertToPropertyValue()
1054 …nPosX += getStyleProperty<sal_Int32>(xSourceReportComponent->getSection()->getReportDefinition(),P… in convertToPropertyValue()
1195 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO… in convertToControlValue() local
1196 if ( xSourceReportComponent->getSection().is() ) in convertToControlValue()
1197 …nPosX -= getStyleProperty<sal_Int32>(xSourceReportComponent->getSection()->getReportDefinition(),P… in convertToControlValue()
1623 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO… in checkPosAndSize() local
1624 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in checkPosAndSize()
1625 …if ( !xSection.is() || uno::Reference< report::XShape>(xSourceReportComponent,uno::UNO_QUERY).is()… in checkPosAndSize()
1630 …w beans::PropertyVetoException(String(ModuleRes(RID_STR_ILLEGAL_POSITION)),xSourceReportComponent); in checkPosAndSize()
1638 if ( xReportComponent.is() && xReportComponent != xSourceReportComponent ) in checkPosAndSize()
1643 …s::PropertyVetoException(String(ModuleRes( RID_STR_OVERLAP_OTHER_CONTROL)),xSourceReportComponent); in checkPosAndSize()
1716 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO… in impl_fillScopeList_nothrow() local
1717 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in impl_fillScopeList_nothrow()
1748 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO… in fillScope_throw() local
1749 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in fillScope_throw()
1819 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO… in isDefaultFunction() local
1820 …const uno::Reference< report::XSection> xSection(xSourceReportComponent->getParent(),uno::UNO_QUER… in isDefaultFunction()