User: hr      
Date: 2007-08-03 12:45:00+0000
Modified:
   dba/reportdesign/source/ui/inc/dlgedfunc.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:06 oj 1.2.4.1: merge from rpt23fix01

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.3&r2=1.4
Delta lines:  +4 -4
-------------------
--- dlgedfunc.hxx       2007-08-02 14:38:02+0000        1.3
+++ dlgedfunc.hxx       2007-08-03 12:44:57+0000        1.4
@@ -48,6 +48,7 @@
 {
 
 class OReportSection;
+class OSectionView;
 
 //============================================================================
 // DlgEdFunc
@@ -59,6 +60,7 @@
     void operator =(const DlgEdFunc&);
 protected:
        OReportSection* pParent;
+    OSectionView*   pView;
        Timer                   aScrollTimer;
     Point           m_aMDPos;
 
@@ -104,6 +106,7 @@
     */
     bool    isOverlapping(const MouseEvent& rMEvt);
     void setOverlappedControlColor(sal_Int32 _nColor);
+    void stopScrollTimer();
 protected:
     void colorizeOverlappedObject(SdrObject* _pOverlappedObj);
     void unColorizeOverlappedObj();
@@ -137,9 +140,6 @@
 
 class DlgEdFuncSelect : public DlgEdFunc
 {
-protected:
-       BOOL    bMarkAction;
-
 public:
        DlgEdFuncSelect( OReportSection* pParent );
        ~DlgEdFuncSelect();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to