User: hr Date: 2007-08-02 14:27:19+0000 Modified: dba/reportdesign/inc/ReportDefinition.hxx
Log: INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 10:31:00 oj 1.2.2.1: #i78377# reportdefinition now is a numberformatssupplier as ell File Changes: Directory: /dba/reportdesign/inc/ ================================= File [changed]: ReportDefinition.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/ReportDefinition.hxx?r1=1.2&r2=1.3 Delta lines: +11 -6 -------------------- --- ReportDefinition.hxx 2007-07-09 11:56:02+0000 1.2 +++ ReportDefinition.hxx 2007-08-02 14:27:17+0000 1.3 @@ -38,8 +38,8 @@ #ifndef _COM_SUN_STAR_REPORT_XREPORTDEFINITION_HPP_ #include <com/sun/star/report/XReportDefinition.hpp> #endif -#ifndef _CPPUHELPER_COMPBASE6_HXX_ -#include <cppuhelper/compbase6.hxx> +#ifndef _CPPUHELPER_COMPBASE7_HXX_ +#include <cppuhelper/compbase7.hxx> #endif #ifndef _CPPUHELPER_BASEMUTEX_HXX_ #include <cppuhelper/basemutex.hxx> @@ -81,11 +81,12 @@ namespace reportdesign { class OReportComponentProperties; - typedef ::cppu::WeakComponentImplHelper6< com::sun::star::report::XReportDefinition + typedef ::cppu::WeakComponentImplHelper7< com::sun::star::report::XReportDefinition ,com::sun::star::document::XEventBroadcaster ,com::sun::star::lang::XServiceInfo ,com::sun::star::frame::XModule ,com::sun::star::lang::XUnoTunnel + ,com::sun::star::util::XNumberFormatsSupplier ,SvxUnoDrawMSFactory> ReportDefinitionBase; typedef ::cppu::PropertySetMixin<com::sun::star::report::XReportDefinition> ReportDefinitionPropertySet; @@ -336,6 +337,10 @@ virtual void SAL_CALL setIdentifier( const ::rtl::OUString& Identifier ) throw (::com::sun::star::uno::RuntimeException); virtual ::rtl::OUString SAL_CALL getIdentifier( ) throw (::com::sun::star::uno::RuntimeException); + // XNumberFormatsSupplier + virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > SAL_CALL getNumberFormatSettings( ) throw (::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormats > SAL_CALL getNumberFormats( ) throw (::com::sun::star::uno::RuntimeException); + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > getContext(); /** return the SdrModel of the real model --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
