Tag: cws_src680_rpt23fix01 User: lla Date: 2007-07-18 07:44:14+0000 Modified: dba/reportdesign/source/ui/inc/dlgedfunc.hxx
Log: #i79692# customshapes can drop every where File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: dlgedfunc.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/dlgedfunc.hxx?r1=1.2.2.1&r2=1.2.2.2 Delta lines: +7 -3 ------------------- --- dlgedfunc.hxx 2007-07-16 07:36:46+0000 1.2.2.1 +++ dlgedfunc.hxx 2007-07-18 07:44:11+0000 1.2.2.2 @@ -6,9 +6,9 @@ * * $RCSfile: dlgedfunc.hxx,v $ * - * $Revision: 1.2.2.1 $ + * $Revision: 1.2.2.2 $ * - * last change: $Author: lla $ $Date: 2007/07/16 07:36:46 $ + * last change: $Author: lla $ $Date: 2007/07/18 07:44:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,7 +78,11 @@ bool setMovementPointer(const MouseEvent& rMEvt); bool isRectangleHit(const MouseEvent& rMEvt); - + /** + returns true, as long as only customshapes in the marked list, + custom shapes can drop every where + */ + bool isOnlyCustomShapeMarked(); public: DlgEdFunc( OReportSection* pParent ); virtual ~DlgEdFunc(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
