Tag: cws_src680_oj14
User: oj      
Date: 2007-05-21 10:15:21+0000
Modified:
   dba/reportdesign/source/ui/inc/UITools.hxx
   dba/reportdesign/source/ui/misc/UITools.cxx

Log:
 #i77120# notify as system window

File Changes:

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

File [changed]: UITools.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/UITools.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +2 -10
--------------------
--- UITools.hxx 2007-05-21 10:01:44+0000        1.1.2.2
+++ UITools.hxx 2007-05-21 10:15:19+0000        1.1.2.3
@@ -6,9 +6,9 @@
  *
  *  $RCSfile: UITools.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/21 10:01:44 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:15:19 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -131,14 +131,6 @@
     * \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
 

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

File [changed]: UITools.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/misc/UITools.cxx?r1=1.1.2.5&r2=1.1.2.6
Delta lines:  +2 -11
--------------------
--- UITools.cxx 2007-05-21 10:00:24+0000        1.1.2.5
+++ UITools.cxx 2007-05-21 10:15:19+0000        1.1.2.6
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: UITools.cxx,v $
  *
- *  $Revision: 1.1.2.5 $
+ *  $Revision: 1.1.2.6 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/21 10:00:24 $
+ *  last change: $Author: oj $ $Date: 2007/05/21 10:15:19 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -551,15 +551,6 @@
     return pOverlappedObj;
 }
 // 
-----------------------------------------------------------------------------
-void notifySystemWindow(Window* _pWindow,Window* _pToRegister, 
::comphelper::mem_fun1_t<TaskPaneList,Window*> _rMemFunc)
-{
-       OSL_ENSURE(_pWindow,"Window can not be null!");
-    SystemWindow* pSystemWindow = _pWindow ? _pWindow->GetSystemWindow() : 
NULL;
-       if ( pSystemWindow )
-       {
-               _rMemFunc( pSystemWindow->GetTaskPaneList(), _pToRegister );
-       }
-}
 // 
-----------------------------------------------------------------------------
 } // namespace rptui
 // 
-----------------------------------------------------------------------------




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

Reply via email to