User: vg Date: 2008-08-19 10:11:08+0000 Modified: dba/reportdesign/source/ui/inc/ReportSection.hxx
Log: INTEGRATION: CWS dba31a (1.5.28); FILE MERGED 2008/07/07 06:38:25 oj 1.5.28.5: #i80200# method to select different types 2008/07/01 07:02:11 oj 1.5.28.4: #i77916# impl zoom and move config data into ext 2008/06/26 14:26:32 oj 1.5.28.3: #i77916# impl zooming in report builder 2008/06/24 12:06:56 oj 1.5.28.2: RESYNC: (1.5-1.6); FILE MERGED 2008/06/13 11:40:19 oj 1.5.28.1: #i88506# impl hyphenation File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: ReportSection.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportSection.hxx?r1=1.6&r2=1.7 Delta lines: +6 -8 ------------------- --- ReportSection.hxx 2008-06-16 13:41:13+0000 1.6 +++ ReportSection.hxx 2008-08-19 10:11:05+0000 1.7 @@ -47,7 +47,7 @@ class OReportModel; class OReportPage; class OSectionView; - class OViewsWindow; + class OSectionWindow; class OReportSection : public Window , public ::cppu::BaseMutex @@ -56,7 +56,7 @@ { OReportPage* m_pPage; OSectionView* m_pView; - OViewsWindow* m_pParent; + OSectionWindow* m_pParent; ::std::auto_ptr<DlgEdFunc> m_pFunc; ::boost::shared_ptr<OReportModel> m_pModel; ::rtl::Reference< comphelper::OPropertyChangeMultiplexer> m_pMulti; @@ -82,14 +82,12 @@ virtual void Paint( const Rectangle& rRect ); virtual void MouseMove( const MouseEvent& rMEvt ); virtual void Command( const CommandEvent& rCEvt ); - virtual void LoseFocus(); - virtual void GetFocus(); virtual void Resize(); // OPropertyChangeListener virtual void _propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& _rEvent) throw( ::com::sun::star::uno::RuntimeException); public: - OReportSection(OViewsWindow* _pParent,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection); + OReportSection(OSectionWindow* _pParent,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection); virtual ~OReportSection(); // window overrides @@ -116,7 +114,7 @@ /** All objects will be marked. */ - void SelectAll(); + void SelectAll(const sal_uInt16 _nObjectType); /** makes the grid visible * @@ -124,8 +122,8 @@ */ void SetGridVisible(BOOL _bVisible); - inline OViewsWindow* getViewsWindow() const { return m_pParent; } - inline OSectionView* getView() const { return m_pView; } + inline OSectionWindow* getSectionWindow() const { return m_pParent; } + inline OSectionView& getSectionView() const { return *m_pView; } inline OReportPage* getPage() const { return m_pPage; } inline ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > getSection() const { return m_xSection; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
