User: hr Date: 2007-08-03 12:44:43+0000 Modified: dba/reportdesign/source/ui/inc/ReportSection.hxx
Log: INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/25 14:07:01 oj 1.2.4.2: #i77721# #i79958# dnd and selection across sections impl 2007/07/24 12:48:05 oj 1.2.4.1: merge from rpt23fix01 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.3&r2=1.4 Delta lines: +3 -5 ------------------- --- ReportSection.hxx 2007-08-02 14:37:14+0000 1.3 +++ ReportSection.hxx 2007-08-03 12:44:40+0000 1.4 @@ -122,6 +122,8 @@ */ void Copy(::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rAllreadyCopiedObjects); + void Copy(::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& _rAllreadyCopiedObjects,bool _bEraseAnddNoClone); + /** paste a new control in this section @param _aAllreadyCopiedObjects objects to paste into the section. Only objects are pasted where the name is equal to the section name. @param _bForce If set to <TRUE/> than the objects will be copied into this section. The name is not compared in this case. @@ -199,11 +201,7 @@ * \param _pObj */ void createDefault(const ::rtl::OUString& _sType,SdrObject* _pObj); - - /** calls on the section BrkAction - * - */ - void breakAction(); + void stopScrollTimer(); }; //================================================================== } //rptui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
