Searched refs:xReportElement (Results 1 – 1 of 1) sorted by relevance
559 Reference<XReportComponent> xReportElement(_xProp->getByIndex(i),uno::UNO_QUERY); in exportSectionAutoStyle() local560 uno::Reference< XShape> xShape(xReportElement,uno::UNO_QUERY); in exportSectionAutoStyle()563 OSL_ENSURE( xReportElement.is(),"NULL Element in Section!" ); in exportSectionAutoStyle()564 if ( !xReportElement.is() ) in exportSectionAutoStyle()566 sal_Int32 nX = xReportElement->getPositionX(); in exportSectionAutoStyle()568 Reference<XFixedLine> xFixedLine(xReportElement,uno::UNO_QUERY); in exportSectionAutoStyle()571 sal_Int32 nWidth = static_cast<sal_Int32>(xReportElement->getWidth()*0.5); in exportSectionAutoStyle()574 nX += xReportElement->getWidth() - nWidth; in exportSectionAutoStyle()577 nX += xReportElement->getWidth(); in exportSectionAutoStyle()580 sal_Int32 nY = xReportElement->getPositionY(); in exportSectionAutoStyle()[all …]