Lines Matching refs:report

205 	const uno::Reference< report::XSection> xSection = _rSectionWindow.getReportSection().getSection();  in impl_resizeSectionWindow()
311 void OViewsWindow::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUSt… in addSection()
427 ::boost::shared_ptr<OSectionWindow> OViewsWindow::getSectionWindow(const uno::Reference< report::XS… in getSectionWindow()
637 void OViewsWindow::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked()
654 void OViewsWindow::setMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _aSh… in setMarked()
657 const uno::Reference< report::XReportComponent>* pIter = _aShapes.getConstArray(); in setMarked()
658 const uno::Reference< report::XReportComponent>* pEnd = pIter + _aShapes.getLength(); in setMarked()
661 const uno::Reference< report::XSection> xSection = (*pIter)->getSection(); in setMarked()
748 const uno::Reference< report::XSection> xSection = pReportSection->getSection(); in collectBoundResizeRect()
751 … uno::Reference<report::XReportDefinition> xReportDefinition = xSection->getReportDefinition(); in collectBoundResizeRect()
787 …uno::Reference<report::XSection> xSection = (*m_aSections.begin())->getReportSection().getSection(… in alignMarkedObjects()
788 … uno::Reference<report::XReportDefinition> xReportDefinition = xSection->getReportDefinition(); in alignMarkedObjects()
1361 …uno::Reference<report::XReportDefinition> xReportDefinition = getView()->getReportView()->getContr… in EndDragObj()
1374 uno::Sequence< uno::Reference<report::XReportComponent> > aClones; in EndDragObj()
1376 uno::Reference<report::XReportComponent>* pColIter = aClones.getArray(); in EndDragObj()
1377 … const uno::Reference<report::XReportComponent>* pColEnd = pColIter + aClones.getLength(); in EndDragObj()
1382 uno::Reference< report::XReportComponent> xRC(*pColIter); in EndDragObj()
1408 … uno::Reference< report::XReportComponent> xRCNext(*(pColIter + 1),uno::UNO_QUERY); in EndDragObj()