Tag: cws_dev300_cmcfixes48 User: cmc Date: 2008-07-30 14:31:49+0000 Modified: dba/dbaccess/source/filter/xml/dbloader2.cxx dba/dbaccess/source/ui/app/AppController.hxx dba/dbaccess/source/ui/inc/TableWindowListBox.hxx dba/dbaccess/source/ui/inc/brwctrlr.hxx dba/dbaccess/source/ui/inc/sbagrid.hxx dba/dbaccess/source/ui/inc/unodatbr.hxx
Log: #i92285# UserEvents are ULONGs File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: dbloader2.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/dbloader2.cxx?r1=1.36&r2=1.36.20.1 Delta lines: +1 -1 ------------------- --- dbloader2.cxx 2008-06-25 12:33:55+0000 1.36 +++ dbloader2.cxx 2008-07-30 14:31:42+0000 1.36.20.1 @@ -225,7 +225,7 @@ ::comphelper::ComponentContext m_aContext; Reference< XFrameLoader > m_xMySelf; ::rtl::OUString m_sCurrentURL; - sal_Int32 m_nStartWizard; + ULONG m_nStartWizard; DECL_LINK( OnStartTableWizard, void* ); public: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.hxx?r1=1.30&r2=1.30.16.1 Delta lines: +1 -1 ------------------- --- AppController.hxx 2008-06-25 12:35:42+0000 1.30 +++ AppController.hxx 2008-07-30 14:31:42+0000 1.30.16.1 @@ -137,7 +137,7 @@ TransferableClipboardListener* m_pClipbordNotifier; // notifier for changes in the clipboard mutable ::rtl::OUString m_sDatabaseName; - sal_Int32 m_nAsyncDrop; + ULONG m_nAsyncDrop; OAsyncronousLink m_aControllerConnectedEvent; OAsyncronousLink m_aSelectContainerEvent; PreviewMode m_ePreviewMode; // the mode of the preview Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableWindowListBox.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableWindowListBox.hxx?r1=1.11&r2=1.11.66.1 Delta lines: +2 -2 ------------------- --- TableWindowListBox.hxx 2008-04-10 15:20:16+0000 1.11 +++ TableWindowListBox.hxx 2008-07-30 14:31:42+0000 1.11.66.1 @@ -73,8 +73,8 @@ Point m_aMousePos; OTableWindow* m_pTabWin; - sal_Int32 m_nDropEvent; - sal_Int32 m_nUiEvent; + ULONG m_nDropEvent; + ULONG m_nUiEvent; OJoinDropData m_aDropInfo; BOOL m_bReallyScrolled : 1; File [changed]: brwctrlr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/brwctrlr.hxx?r1=1.42&r2=1.42.46.1 Delta lines: +1 -1 ------------------- --- brwctrlr.hxx 2008-05-05 15:59:06+0000 1.42 +++ brwctrlr.hxx 2008-07-30 14:31:42+0000 1.42.46.1 @@ -118,7 +118,7 @@ ::vos::OThread* m_pLoadThread; // the thread wherein the form is loaded FormControllerImpl* m_pFormControllerImpl; // implementing the XFormController - sal_uInt32 m_nPendingLoadFinished; // the event used to tell ourself that the load is finished + ULONG m_nPendingLoadFinished; // the event used to tell ourself that the load is finished sal_uInt16 m_nFormActionNestingLevel; // see enter-/leaveFormAction sal_Bool m_bLoadCanceled : 1; // the load was canceled somehow File [changed]: sbagrid.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/sbagrid.hxx?r1=1.29&r2=1.29.66.1 Delta lines: +1 -1 ------------------- --- sbagrid.hxx 2008-04-10 15:46:43+0000 1.29 +++ sbagrid.hxx 2008-07-30 14:31:42+0000 1.29.66.1 @@ -259,7 +259,7 @@ protected: ::svx::ODataAccessDescriptor m_aDataDescriptor; SbaGridListener* m_pMasterListener; - sal_Int32 m_nAsyncDropEvent; + ULONG m_nAsyncDropEvent; USHORT m_nLastColId; long m_nLastRowId; File [changed]: unodatbr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/unodatbr.hxx?r1=1.73&r2=1.73.22.1 Delta lines: +1 -1 ------------------- --- unodatbr.hxx 2008-06-25 12:50:41+0000 1.73 +++ unodatbr.hxx 2008-07-30 14:31:42+0000 1.73.22.1 @@ -164,7 +164,7 @@ Splitter* m_pSplitter; SvLBoxTreeList* m_pTreeModel; // contains the datasources of the registry SvLBoxEntry* m_pCurrentlyDisplayed; - sal_Int32 m_nAsyncDrop; + ULONG m_nAsyncDrop; sal_Int16 m_nBorder; // TRUE when border should be shown --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
