Tag: cws_src680_oj14
User: oj      
Date: 2007-05-21 10:01:47+0000
Modified:
   dba/reportdesign/source/ui/inc/DesignView.hxx
   dba/reportdesign/source/ui/inc/ReportSection.hxx
   dba/reportdesign/source/ui/inc/ReportWindow.hxx
   dba/reportdesign/source/ui/inc/ScrollHelper.hxx
   dba/reportdesign/source/ui/inc/UITools.hxx
   dba/reportdesign/source/ui/inc/ViewsWindow.hxx
   dba/reportdesign/source/ui/inc/dlgedfunc.hxx

Log:
 #i77120# notify as system window

File Changes:

Directory: /dba/reportdesign/source/ui/inc/
===========================================

File [changed]: DesignView.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/DesignView.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- DesignView.hxx      2007-05-11 09:24:19+0000        1.1.2.2
+++ DesignView.hxx      2007-05-21 10:01:44+0000        1.1.2.3
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: DesignView.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/11 09:24:19 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -300,7 +300,7 @@
                        @param  _rCode  the keycode
                        @return <TRUE/> if the keycode is handled otherwise 
<FALSE/>
                */
-               sal_Bool                 handleKeyCode(const KeyCode& _rCode);
+               sal_Bool                 handleKeyEvent(const KeyEvent& 
_rEvent);
         
         /** set the section as marked or not marked
                        @param  _pSectionView   the section where to set the 
marked flag

File [changed]: ReportSection.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportSection.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -3
-------------------
--- ReportSection.hxx   2007-05-11 09:24:19+0000        1.1.2.2
+++ ReportSection.hxx   2007-05-21 10:01:44+0000        1.1.2.3
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: ReportSection.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/11 09:24:19 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -180,7 +180,7 @@
                        @param  _rCode  the keycode
                        @return <TRUE/> if the keycode is handled otherwise 
<FALSE/>
                */
-               sal_Bool                handleKeyCode(const KeyCode& _rCode);
+               sal_Bool                handleKeyEvent(const KeyEvent& _rEvent);
 
                /** returns the current control report model or <NULL/>
                */

File [changed]: ReportWindow.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ReportWindow.hxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +3 -3
-------------------
--- ReportWindow.hxx    2007-05-09 13:59:38+0000        1.1.2.1
+++ ReportWindow.hxx    2007-05-21 10:01:44+0000        1.1.2.2
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: ReportWindow.hxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 13:59:38 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -214,7 +214,7 @@
                        @param  _rCode  the keycode
                        @return <TRUE/> if the keycode is handled otherwise 
<FALSE/>
                */
-               sal_Bool                handleKeyCode(const KeyCode& _rCode);
+               sal_Bool                handleKeyEvent(const KeyEvent& _rEvent);
 
                /** the the section as marked or not marked
                        @param  _pSectionView   the section where to set the 
marked flag

File [changed]: ScrollHelper.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ScrollHelper.hxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +3 -3
-------------------
--- ScrollHelper.hxx    2007-05-09 13:59:49+0000        1.1.2.1
+++ ScrollHelper.hxx    2007-05-21 10:01:44+0000        1.1.2.2
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: ScrollHelper.hxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 13:59:49 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -204,7 +204,7 @@
                        @param  _rCode  the keycode
                        @return <TRUE/> if the keycode is handled otherwise 
<FALSE/>
                */
-               sal_Bool                                handleKeyCode(const 
KeyCode& _rCode);
+               sal_Bool                                handleKeyEvent(const 
KeyEvent& _rEvent);
 
                /** the the section as marked or not marked
                        @param  _pSectionView   the section where to set the 
marked flag

File [changed]: UITools.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/UITools.hxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +10 -2
--------------------
--- UITools.hxx 2007-05-09 14:00:36+0000        1.1.2.1
+++ UITools.hxx 2007-05-21 10:01:44+0000        1.1.2.2
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: UITools.hxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 14:00:36 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -131,6 +131,14 @@
     * \return the object which is overlapped, otherwise <NULL/>. If the given 
object is not of type OUnoObject <NULL/> will be returned.
     */
     SdrObject* isOver(SdrObject* _pObj,SdrPage& _rPage,SdrView& _rView,bool 
_bAllObjects = false);
+
+    /** register a dialog at task pane to allow travelling with F6
+    *
+    * \param _pWindow 
+    * \param _pToRegister 
+    * \param _rMemFunc 
+    */
+    void notifySystemWindow(Window* _pWindow,Window* _pToRegister, 
::comphelper::mem_fun1_t<TaskPaneList,Window*> _rMemFunc);
 }
 #endif //RPTUI_UITOOLS_HXX
 

File [changed]: ViewsWindow.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/ViewsWindow.hxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +3 -3
-------------------
--- ViewsWindow.hxx     2007-05-09 14:00:59+0000        1.1.2.1
+++ ViewsWindow.hxx     2007-05-21 10:01:44+0000        1.1.2.2
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: ViewsWindow.hxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 14:00:59 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -233,7 +233,7 @@
                        @param  _rCode  the keycode
                        @return <TRUE/> if the keycode is handled otherwise 
<FALSE/>
                */
-               sal_Bool                handleKeyCode(const KeyCode& _rCode);
+               sal_Bool                handleKeyEvent(const KeyEvent& _rEvent);
 
                /** the the section as marked or not marked
                        @param  _pSectionView   the section where to set the 
marked flag

File [changed]: dlgedfunc.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/dlgedfunc.hxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +5 -4
-------------------
--- dlgedfunc.hxx       2007-05-09 14:01:30+0000        1.1.2.1
+++ dlgedfunc.hxx       2007-05-21 10:01:44+0000        1.1.2.2
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: dlgedfunc.hxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/09 14:01:30 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,7 @@
 class Timer;
 class MouseEvent;
 class Point;
-
+class SdrTextObj;
 namespace rptui
 {
 
@@ -90,7 +90,7 @@
                @param  _rCode  the keycode
                @return <TRUE/> if the keycode is handled otherwise <FALSE/>
        */
-       virtual sal_Bool        handleKeyCode(const KeyCode& _rCode);
+       virtual sal_Bool        handleKeyEvent(const KeyEvent& _rEvent);
 
     /** returns <TRUE/> if the mouse event is over an existing object
     *
@@ -131,6 +131,7 @@
        virtual BOOL MouseButtonDown( const MouseEvent& rMEvt );
        virtual BOOL MouseButtonUp( const MouseEvent& rMEvt );
        virtual BOOL MouseMove( const MouseEvent& rMEvt );
+
 };
 
 }




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

Reply via email to