Lines Matching refs:xSection
205 const uno::Reference< report::XSection> xSection = _rSectionWindow.getReportSection().getSection(); in impl_resizeSectionWindow() local
207 Size aSectionSize = _rSectionWindow.LogicToPixel( Size( 0,xSection->getHeight() ) ); in impl_resizeSectionWindow()
661 const uno::Reference< report::XSection> xSection = (*pIter)->getSection(); in setMarked() local
662 if ( xSection.is() ) in setMarked()
667 m_pParent->setMarked(xSection,_bMark); in setMarked()
669 ::boost::shared_ptr<OSectionWindow> pSectionWindow = getSectionWindow(xSection); in setMarked()
748 const uno::Reference< report::XSection> xSection = pReportSection->getSection(); in collectBoundResizeRect() local
751 … uno::Reference<report::XReportDefinition> xReportDefinition = xSection->getReportDefinition(); in collectBoundResizeRect()
754 xSection->getHeight())); in collectBoundResizeRect()
787 …uno::Reference<report::XSection> xSection = (*m_aSections.begin())->getReportSection().getSection(… in alignMarkedObjects() local
788 … uno::Reference<report::XReportDefinition> xReportDefinition = xSection->getReportDefinition(); in alignMarkedObjects()
791 xSection->getHeight()).Center(); in alignMarkedObjects()