User: kz Date: 2008-03-05 18:09:09+0000 Modified: dba/reportdesign/source/ui/inc/ReportController.hxx
Log: INTEGRATION: CWS rptchart01_DEV300 (1.3.62); FILE MERGED 2008/02/20 11:49:56 oj 1.3.62.4: #i85225# execute report is now always enabled, but with error message 2008/02/19 09:22:53 oj 1.3.62.3: RESYNC: (1.3-1.4); FILE MERGED 2008/02/19 06:42:51 oj 1.3.62.2: #i85225# ongoing work 2008/01/24 12:39:32 oj 1.3.62.1: #i85225# changes for chart File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: ReportController.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportController.hxx?r1=1.4&r2=1.5 Delta lines: +9 -0 ------------------- --- ReportController.hxx 2008-01-29 13:48:31+0000 1.4 +++ ReportController.hxx 2008-03-05 18:09:06+0000 1.5 @@ -160,6 +160,8 @@ sal_Bool m_bShowProperties; sal_Bool m_bGroupFloaterWasVisible; sal_Bool m_bHelplinesMove; + bool m_bChartEnabled; + bool m_bChartEnabledAsked; /** creates a formatted field in the given section with the given formula as data field @@ -286,6 +288,11 @@ */ void markSection(const bool _bNext); + /** fills the member that chart is enabled or not + * + */ + void checkChartEnabled(); + OReportController(OReportController const&); OReportController& operator =(OReportController const&); @@ -422,6 +429,8 @@ */ ::boost::shared_ptr<rptui::OReportModel> getSdrModel(); + inline ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > getContext() const { return m_xContext; } + protected: virtual void onLoadedMenu( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XLayoutManager >& _xLayoutManager ); virtual void impl_initialize( ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
