User: hr Date: 2007-08-02 14:37:17+0000 Modified: dba/reportdesign/source/ui/inc/ReportSection.hxx
Log: INTEGRATION: CWS rpt23fix01 (1.2.2); FILE MERGED 2007/07/11 09:58:18 oj 1.2.2.1: #i78520# allowd to add control with keyboard 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.2&r2=1.3 Delta lines: +11 -4 -------------------- --- ReportSection.hxx 2007-07-09 11:56:30+0000 1.2 +++ ReportSection.hxx 2007-08-02 14:37:14+0000 1.3 @@ -187,12 +187,19 @@ */ void fillControlModelSelection(::std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent > >& _rSelection) const; - /** creates a default object + /** creates a default object (custom shape) * * @param _sType */ void createDefault(const ::rtl::OUString& _sType); + /** creates a new default custom shape + * + * \param _sType + * \param _pObj + */ + void createDefault(const ::rtl::OUString& _sType,SdrObject* _pObj); + /** calls on the section BrkAction * */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
