Searched refs:xReport (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | Navigator.cxx | 662 uno::Reference< report::XReportDefinition> xReport = _xSection->getReportDefinition(); in traverseDetail() local 663 SvLBoxEntry* pParent = find(xReport); in traverseDetail() 669 uno::Reference< report::XReportDefinition> xReport(_rEvent.Source,uno::UNO_QUERY); in _propertyChanged() local 670 if ( xReport.is() ) in _propertyChanged() 676 SvLBoxEntry* pParent = find(xReport); in _propertyChanged() 679 sal_uLong nPos = xReport->getReportHeaderOn() ? 2 : 1; in _propertyChanged() 680 traverseSection(xReport->getReportHeader(),pParent,SID_REPORTHEADERFOOTER,nPos); in _propertyChanged() 684 traverseSection(xReport->getPageHeader(),pParent, SID_PAGEHEADERFOOTER,1); in _propertyChanged() 687 traverseSection(xReport->getPageFooter(),pParent, SID_PAGEHEADERFOOTER); in _propertyChanged() 690 … sal_uLong nPos = xReport->getPageFooterOn() ? (GetLevelChildCount(pParent) - 1) : LIST_APPEND; in _propertyChanged() [all …]
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | SectionWindow.cxx | 145 uno::Reference< report::XReportDefinition > xReport = xSection->getReportDefinition(); in _propertyChanged() local 146 …if ( setReportSectionTitle(xReport,RID_STR_REPORT_HEADER,::std::mem_fun(&OReportHelper::getRepo… in _propertyChanged() 147 …|| setReportSectionTitle(xReport,RID_STR_REPORT_FOOTER,::std::mem_fun(&OReportHelper::getReportFo… in _propertyChanged() 148 …|| setReportSectionTitle(xReport,RID_STR_PAGE_HEADER,::std::mem_fun(&OReportHelper::getPageHeader… in _propertyChanged() 149 …|| setReportSectionTitle(xReport,RID_STR_PAGE_FOOTER,::std::mem_fun(&OReportHelper::getPageFooter… in _propertyChanged()
|
H A D | DesignView.cxx | 583 uno::Reference< report::XReportDefinition > xReport(m_xReportComponent,uno::UNO_QUERY); in toggleAddField() local 586 if ( !m_pCurrentView && !xReport.is() ) in toggleAddField() 589 xReport = xReportComponent->getSection()->getReportDefinition(); in toggleAddField() 591 xReport = rReportController.getReportDefinition().get(); in toggleAddField() 596 xReport = xSection->getReportDefinition(); in toggleAddField()
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | DataProviderHandler.cxx | 462 …uno::Reference< report::XReportDefinition> xReport = m_xReportComponent->getSection()->getReportDe… in actuatingPropertyChanged() local 463 …bool bDoEnableMasterDetailFields = xReport.is() && xReport->getCommand().getLength() && m_xDataPro… in actuatingPropertyChanged() 467 sal_Bool bModified = xReport->isModified(); in actuatingPropertyChanged() 477 xReport->setModified(sal_False); in actuatingPropertyChanged()
|
H A D | GeometryHandler.cxx | 874 … uno::Reference< report::XReportDefinition > xReport = xComp->getSection()->getReportDefinition(); in describePropertyLine() local 875 OSL_ENSURE(xReport.is(),"Why is the report definition NULL!"); in describePropertyLine() 876 if ( xReport.is() ) in describePropertyLine() 878 const awt::Size aSize = getStyleProperty<awt::Size>(xReport,PROPERTY_PAPERSIZE); in describePropertyLine() 879 … const sal_Int32 nLeftMargin = getStyleProperty<sal_Int32>(xReport,PROPERTY_LEFTMARGIN); in describePropertyLine() 880 const sal_Int32 nRightMargin = getStyleProperty<sal_Int32>(xReport,PROPERTY_RIGHTMARGIN); in describePropertyLine() 1348 const uno::Reference<report::XReportDefinition> xReport(m_xReportComponent,uno::UNO_QUERY); in getSupersededProperties() local 1349 …if ( xReport.is() && !uno::Reference< report::XSection>(xReport->getParent(),uno::UNO_QUERY).is() ) in getSupersededProperties()
|
/aoo4110/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 541 Reference<XReportDefinition> xReport = _xProp->getReportDefinition(); in exportSectionAutoStyle() local 542 const awt::Size aSize = rptui::getStyleProperty<awt::Size>(xReport,PROPERTY_PAPERSIZE); in exportSectionAutoStyle() 543 const sal_Int32 nOffset = rptui::getStyleProperty<sal_Int32>(xReport,PROPERTY_LEFTMARGIN); in exportSectionAutoStyle() 549 …aColumnPos.push_back(aSize.Width - rptui::getStyleProperty<sal_Int32>(xReport,PROPERTY_RIGHTMARGIN… in exportSectionAutoStyle()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | Section.cxx | 229 uno::Reference< report::XReportDefinition> xReport = getReportDefinition(); in init() local 230 ::boost::shared_ptr<rptui::OReportModel> pModel = OReportDefinition::getSdrModel(xReport); in init()
|
Completed in 62 milliseconds