Searched refs:_xReportComponent (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/reportdesign/source/core/api/ |
H A D | Tools.cxx | 36 …erence< report::XSection> lcl_getSection(const uno::Reference< uno::XInterface>& _xReportComponent) in lcl_getSection() argument 38 uno::Reference< container::XChild> xChild(_xReportComponent,uno::UNO_QUERY); in lcl_getSection() 39 uno::Reference< report::XSection> xRet(_xReportComponent,uno::UNO_QUERY); in lcl_getSection() 60 …< util::XCloneable > cloneObject(const uno::Reference< report::XReportComponent>& _xReportComponent in cloneObject() argument 64 OSL_ENSURE(_xReportComponent.is() && _xFactory.is() ,"reportcomponent is null -> GPF"); in cloneObject() 66 ::comphelper::copyProperties(_xReportComponent.get(),xClone.get()); in cloneObject()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 447 … ,const uno::Reference< uno::XInterface>& _xReportComponent) in CreateComponentPair() 451 …e(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ReportComponent")),uno::makeAny(_xReportComponent)); in CreateComponentPair() 579 void PropBrw::Update( const uno::Reference< uno::XInterface>& _xReportComponent) in Update() argument 581 if ( m_xLastSection != _xReportComponent ) in Update() 583 m_xLastSection = _xReportComponent; in Update() 592 … uno::Reference< uno::XInterface> xTemp(CreateComponentPair(_xReportComponent,_xReportComponent)); in Update()
|
H A D | DesignView.cxx | 541 void ODesignView::showProperties(const uno::Reference< uno::XInterface>& _xReportComponent) in showProperties() argument 543 if ( m_xReportComponent != _xReportComponent ) in showProperties() 545 m_xReportComponent = _xReportComponent; in showProperties()
|
H A D | ReportWindow.cxx | 305 void OReportWindow::showProperties(const uno::Reference< report::XSection>& _xReportComponent) in showProperties() argument 307 …::shared_ptr<OSectionWindow> pSectionWindow = m_aViewsWindow.getSectionWindow( _xReportComponent ); in showProperties()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | propbrw.hxx | 90 … ,const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xReportComponent); 102 …te( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xReportComponent);
|
H A D | ReportWindow.hxx | 179 …s( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xReportComponent);
|
H A D | DesignView.hxx | 219 …es( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xReportComponent);
|
/aoo41x/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 62 …ion(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xReportComponent); 84 …st ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xReportComponent
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 441 void ORptExport::exportComponent(const Reference<XReportComponent>& _xReportComponent) in exportComponent() argument 443 OSL_ENSURE(_xReportComponent.is(),"No component interface!"); in exportComponent() 444 if ( !_xReportComponent.is() ) in exportComponent() 447 AddAttribute(XML_NAMESPACE_DRAW, XML_NAME,_xReportComponent->getName()); in exportComponent()
|
H A D | xmlExport.hxx | 153 void exportComponent(const Reference<XReportComponent>& _xReportComponent);
|
Completed in 42 milliseconds