Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx564 if ( !xReportElement.is() ) in exportSectionAutoStyle()
566 sal_Int32 nX = xReportElement->getPositionX(); in exportSectionAutoStyle()
574 nX += xReportElement->getWidth() - nWidth; in exportSectionAutoStyle()
577 nX += xReportElement->getWidth(); in exportSectionAutoStyle()
580 sal_Int32 nY = xReportElement->getPositionY(); in exportSectionAutoStyle()
582 nY += xReportElement->getHeight(); in exportSectionAutoStyle()
619 sal_Int32 nPos = xReportElement->getPositionX(); in exportSectionAutoStyle()
628 nPos = xReportElement->getPositionY(); in exportSectionAutoStyle()
630 nPos += xReportElement->getHeight(); // -1 why? in exportSectionAutoStyle()
678 xReportElement in exportSectionAutoStyle()
[all …]

Completed in 24 milliseconds