User: hr      
Date: 06/06/19 20:28:50

Modified:
 /dba/dbaccess/source/ui/querydesign/
  TableWindow.cxx

Log:
 INTEGRATION: CWS warnings01 (1.30.48); FILE MERGED
 2006/03/24 15:36:27 fs 1.30.48.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: TableWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindow.cxx?r1=1.30&r2=1.31
Delta lines:  +9 -10
--------------------
--- TableWindow.cxx     8 Sep 2005 16:30:11 -0000       1.30
+++ TableWindow.cxx     20 Jun 2006 03:28:47 -0000      1.31
@@ -132,16 +132,15 @@
 OTableWindow::OTableWindow( Window* pParent, OTableWindowData* pTabWinData )
                  :Window( pParent, WB_3DLOOK|WB_MOVEABLE )
                  ,m_aTitle( this )
-                 ,m_nSizingFlags( SIZING_NONE )
-                 ,m_bActive( FALSE )
                  ,m_pListBox(NULL)
+                 ,m_pAccessible(NULL)
+          ,m_pData( pTabWinData )
                  ,m_nMoveCount(0)
                  ,m_nMoveIncrement(1)
-                 ,m_pAccessible(NULL)
+          ,m_nSizingFlags( SIZING_NONE )
+                 ,m_bActive( FALSE )
 {
        DBG_CTOR(OTableWindow,NULL);
-       // ich uebernehme nicht die Verantwortung fuer die Daten, ich merke mir 
nur den Zeiger darauf
-       m_pData = pTabWinData;
 
        // Position und Groesse bestimmen
        if( GetData()->HasPosition() )
@@ -222,7 +221,7 @@
 
//------------------------------------------------------------------------------
 OTableWindowListBox* OTableWindow::CreateListBox()
 {
-       return new OTableWindowListBox(this, GetComposedName(), GetTableName());
+       return new OTableWindowListBox(this);
 }
 
 
//------------------------------------------------------------------------------
@@ -310,7 +309,7 @@
        return TRUE;
 }
 // 
-----------------------------------------------------------------------------
-void* OTableWindow::createUserData(const Reference< XPropertySet>& 
_xColumn,bool _bPrimaryKey)
+void* OTableWindow::createUserData(const Reference< XPropertySet>& 
/*_xColumn*/,bool /*_bPrimaryKey*/)
 {
        return NULL;
 }
@@ -723,7 +722,7 @@
        }
 }
 // 
-----------------------------------------------------------------------------
-void OTableWindow::_disposing( const ::com::sun::star::lang::EventObject& 
_rSource )
+void OTableWindow::_disposing( const ::com::sun::star::lang::EventObject& 
/*_rSource*/ )
 {
        ::osl::MutexGuard aGuard( m_aMutex );
        m_xTable        = NULL;
@@ -753,7 +752,7 @@
                                {
                                        SvLBoxEntry* pCurrent = 
m_pListBox->GetCurEntry();
                                        if ( pCurrent )
-                                               ptWhere = 
m_pListBox->GetEntryPos(pCurrent);
+                                               ptWhere = 
m_pListBox->GetEntryPosition(pCurrent);
                                        else
                                                ptWhere = 
m_aTitle.GetPosPixel();
                                }




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

Reply via email to