Tag: cws_src680_rpt23fix01 User: lla Date: 2007-07-16 07:36:48+0000 Modified: dba/reportdesign/source/ui/inc/dlgedfunc.hxx
Log: #i77268# better visualisation 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&r2=1.2.2.1 Delta lines: +14 -2 -------------------- --- dlgedfunc.hxx 2007-07-09 11:56:30+0000 1.2 +++ dlgedfunc.hxx 2007-07-16 07:36:46+0000 1.2.2.1 @@ -6,9 +6,9 @@ * * $RCSfile: dlgedfunc.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.2.1 $ * - * last change: $Author: rt $ $Date: 2007/07/09 11:56:30 $ + * last change: $Author: lla $ $Date: 2007/07/16 07:36:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,7 @@ class MouseEvent; class Point; class SdrTextObj; +class SdrObject; namespace rptui { @@ -98,6 +99,17 @@ * \return <TRUE/> if overlapping, otherwise <FALSE/> */ bool isOverlapping(const MouseEvent& rMEvt); + void setOverlappedControlColor(sal_Int32 _nColor); +protected: + void colorizeOverlappedObject(SdrObject* _pOverlappedObj); + void unColorizeOverlappedObj(); + + com::sun::star::uno::Reference<com::sun::star::uno::XInterface> m_xOverlappingObj; + SdrObject *m_pOverlappingObj; + sal_Int32 m_nOverlappedControlColor; + sal_Int32 m_nOldColor; + + bool m_bSelectionMode; }; //============================================================================ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
