Home
last modified time | relevance | path

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

/AOO42X/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx628 …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()
[all …]