Searched refs:xSourceReportComponent (Results 1 – 1 of 1) sorted by relevance
628 …const uno::Reference< report::XReportComponent> xSourceReportComponent(m_xReportComponent,uno::UNO… in setPropertyValue() local629 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() local1053 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() local1196 if ( xSourceReportComponent->getSection().is() ) in convertToControlValue()1197 …nPosX -= getStyleProperty<sal_Int32>(xSourceReportComponent->getSection()->getReportDefinition(),P… in convertToControlValue()[all …]