Tag: cws_dev300_rptchart02 User: oj Date: 2008-04-30 13:03:04+0000 Modified: dba/reportdesign/inc/RptObject.hxx
Log: #i88843# impl clone method File Changes: Directory: /dba/reportdesign/inc/ ================================= File [changed]: RptObject.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/inc/RptObject.hxx?r1=1.5.4.3&r2=1.5.4.4 Delta lines: +7 -2 ------------------- --- RptObject.hxx 2008-04-16 06:20:32+0000 1.5.4.3 +++ RptObject.hxx 2008-04-30 13:03:02+0000 1.5.4.4 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: RptObject.hxx,v $ - * $Revision: 1.5.4.3 $ + * $Revision: 1.5.4.4 $ * * This file is part of OpenOffice.org. * @@ -225,6 +225,10 @@ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape(); virtual UINT16 GetObjIdentifier() const; virtual UINT32 GetObjInventor() const; + // Clone() soll eine komplette Kopie des Objektes erzeugen. + virtual SdrObject* Clone() const; + + void initializeChart( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel>& _xModel); }; //============================================================================ @@ -275,6 +279,7 @@ virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > getUnoShape(); virtual UINT16 GetObjIdentifier() const; virtual UINT32 GetObjInventor() const; + virtual SdrObject* Clone() const; }; //============================================================================ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
