Home
last modified time | relevance | path

Searched refs:_xReportComponent (Results 1 – 10 of 10) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DTools.cxx35 …erence< report::XSection> lcl_getSection(const uno::Reference< uno::XInterface>& _xReportComponent) in lcl_getSection() argument
37 uno::Reference< container::XChild> xChild(_xReportComponent,uno::UNO_QUERY); in lcl_getSection()
38 uno::Reference< report::XSection> xRet(_xReportComponent,uno::UNO_QUERY); in lcl_getSection()
59 …< util::XCloneable > cloneObject(const uno::Reference< report::XReportComponent>& _xReportComponent in cloneObject() argument
63 OSL_ENSURE(_xReportComponent.is() && _xFactory.is() ,"reportcomponent is null -> GPF"); in cloneObject()
65 ::comphelper::copyProperties(_xReportComponent.get(),xClone.get()); in cloneObject()
/trunk/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx447 … ,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 DDesignView.cxx541 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 DReportWindow.cxx305 void OReportWindow::showProperties(const uno::Reference< report::XSection>& _xReportComponent) in showProperties() argument
307 …::shared_ptr<OSectionWindow> pSectionWindow = m_aViewsWindow.getSectionWindow( _xReportComponent ); in showProperties()
/trunk/main/reportdesign/source/ui/inc/
H A Dpropbrw.hxx90 … ,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 DReportWindow.hxx179 …s( const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection>& _xReportComponent);
H A DDesignView.hxx219 …es( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xReportComponent);
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx62 …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
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx441 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 DxmlExport.hxx153 void exportComponent(const Reference<XReportComponent>& _xReportComponent);

Completed in 55 milliseconds