Tag: cws_src680_oj14 User: oj Date: 2006/07/04 01:07:54 Modified: dba/dbaccess/source/ui/inc/brwctrlr.hxx
Log: RESYNC: (1.33-1.35); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: brwctrlr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/brwctrlr.hxx?r1=1.33.4.1&r2=1.33.4.2 Delta lines: +5 -8 ------------------- --- brwctrlr.hxx 25 Apr 2006 13:03:08 -0000 1.33.4.1 +++ brwctrlr.hxx 4 Jul 2006 08:07:51 -0000 1.33.4.2 @@ -155,9 +155,6 @@ OAsyncronousLink m_aAsyncGetCellFocus; - String m_sLoadStopperCaption; - // If the data source is loaded asynchronously a stopper is created (which will result in activation of - // the office's red button). This string is used as caption for the stopper. String m_sStateSaveRecord; String m_sStateUndoRecord; @@ -386,8 +383,8 @@ void applyParserFilter(const ::rtl::OUString& _rOldFilter, sal_Bool _bOldFilterApplied,const ::rtl::OUString& _sOldHaving = ::rtl::OUString()); void applyParserOrder(const ::rtl::OUString& _rOldOrder); - sal_uInt16 getCurrentColumnPosition(); - void setCurrentColumnPosition(sal_uInt16 _nPos); + sal_Int16 getCurrentColumnPosition(); + void setCurrentColumnPosition( sal_Int16 _nPos ); void deleteView(); void addColumnListeners(const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > & _xGridControlModel); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
