User: rt Date: 2008-06-16 13:41:16+0000 Modified: dba/reportdesign/source/ui/inc/ReportSection.hxx
Log: INTEGRATION: CWS rptchart02 (1.4.92); FILE MERGED 2008/05/15 12:29:38 oj 1.4.92.4: #i87135# allow to enable e.g. bold for controls as other checks 2008/04/16 06:29:33 oj 1.4.92.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/03 12:01:45 oj 1.4.92.2: handle delete key properly when ole object is ui active 2008/04/03 06:35:19 oj 1.4.92.1: #i86343# remove unused code 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.5&r2=1.6 Delta lines: +9 -20 -------------------- --- ReportSection.hxx 2008-04-10 19:04:15+0000 1.5 +++ ReportSection.hxx 2008-06-16 13:41:13+0000 1.6 @@ -124,35 +124,16 @@ */ void SetGridVisible(BOOL _bVisible); - /** adjusat the size of the current page - * - * \return <TRUE/> when the page was adjusted - */ - bool adjustPageSize(); - inline OViewsWindow* getViewsWindow() const { return m_pParent; } inline OSectionView* getView() 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; } - BOOL UnmarkDialog(); - BOOL RemarkDialog(); - void SetDialogModelChanged( BOOL bChanged = TRUE ) { m_bDialogModelChanged = bChanged; } BOOL IsDialogModelChanged() const { return m_bDialogModelChanged; } DlgEdMode GetMode() const { return m_eMode; } void SetMode( DlgEdMode m_eMode ); - /** sets the height of the section - @param _nHeight Height is in pixel - */ - void setSectionHeightPixel(sal_uInt32 _nHeight); - - /** insert a new SdrObject which belongs to the report component. - @param _xObject the report component - */ - void insertObject(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent >& _xObject); - /** checks if the keycode is known by the child windows @param _rCode the keycode @return <TRUE/> if the keycode is handled otherwise <FALSE/> @@ -166,7 +147,7 @@ /** fills the vector with all selected control models /param _rSelection The vector will be filled and will not be cleared before. */ - void fillControlModelSelection(::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent > >& _rSelection) const; + void fillControlModelSelection(::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const; /** creates a default object (custom shape) * @@ -181,6 +162,14 @@ */ void createDefault(const ::rtl::OUString& _sType,SdrObject* _pObj); void stopScrollTimer(); + + /** deactivate the currect active ole object if any + */ + void deactivateOle(); + + /** returns true when an ole object is currently active + */ + bool isUiActive() const; }; //================================================================== } //rptui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
