Home
last modified time | relevance | path

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

/AOO41X/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx559 Reference<XReportComponent> xReportElement(_xProp->getByIndex(i),uno::UNO_QUERY); in exportSectionAutoStyle() local
560 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 …]