Lines Matching refs:report
454 void ODesignView::addSection(const uno::Reference< report::XSection >& _xSection,const ::rtl::OUStr… in addSection()
583 uno::Reference< report::XReportDefinition > xReport(m_xReportComponent,uno::UNO_QUERY); in toggleAddField()
584 … uno::Reference< report::XReportComponent > xReportComponent(m_xReportComponent,uno::UNO_QUERY); in toggleAddField()
595 … uno::Reference< report::XSection > xSection = m_pCurrentView->getReportSection()->getSection(); in toggleAddField()
613 uno::Reference< report::XSection > ODesignView::getCurrentSection() const in getCurrentSection()
615 uno::Reference< report::XSection > xSection; in getCurrentSection()
628 uno::Reference< report::XReportComponent > ODesignView::getCurrentControlModel() const in getCurrentControlModel()
630 uno::Reference< report::XReportComponent > xModel; in getCurrentControlModel()
643 …tSectionWindow(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xSect… in getSectionWindow()
698 void ODesignView::setMarked(const uno::Reference< report::XSection>& _xSection,sal_Bool _bMark) in setMarked()
707 void ODesignView::setMarked(const uno::Sequence< uno::Reference< report::XReportComponent> >& _aSha… in setMarked()
737 uno::Sequence< uno::Reference< report::XReportComponent > > aSeq(aSelection.size()); in getCurrentlyShownProperty()