Tag: cws_src680_jl49 User: sb Date: 2006/12/01 04:14:43 Modified: dba/dbaccess/source/ui/control/dbtreelistbox.cxx dba/dbaccess/source/ui/inc/WNameMatch.hxx dba/dbaccess/source/ui/inc/dbtreelistbox.hxx dba/dbaccess/source/ui/misc/WNameMatch.cxx
Log: #i70481# Extended SvLBoxButton. File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: dbtreelistbox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/dbtreelistbox.cxx?r1=1.14&r2=1.14.36.1 Delta lines: +5 -5 ------------------- --- dbtreelistbox.cxx 12 Oct 2006 13:36:23 -0000 1.14 +++ dbtreelistbox.cxx 1 Dec 2006 12:14:39 -0000 1.14.36.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbtreelistbox.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.14.36.1 $ * - * last change: $Author: obo $ $Date: 2006/10/12 13:36:23 $ + * last change: $Author: sb $ $Date: 2006/12/01 12:14:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -204,9 +204,9 @@ } // ------------------------------------------------------------------------- -void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, const Image& _rCollEntryBmp, const Image& _rExpEntryBmp) +void DBTreeListBox::InitEntry( SvLBoxEntry* _pEntry, const XubString& aStr, const Image& _rCollEntryBmp, const Image& _rExpEntryBmp, SvLBoxButtonKind eButtonKind) { - SvTreeListBox::InitEntry( _pEntry, aStr, _rCollEntryBmp,_rExpEntryBmp); + SvTreeListBox::InitEntry( _pEntry, aStr, _rCollEntryBmp,_rExpEntryBmp, eButtonKind); SvLBoxItem* pTextItem(_pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING)); SvLBoxString* pString = new OBoldListboxString( _pEntry, 0, aStr ); _pEntry->ReplaceItem( pString,_pEntry->GetPos(pTextItem)); Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: WNameMatch.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/WNameMatch.hxx?r1=1.5&r2=1.5.104.1 Delta lines: +4 -4 ------------------- --- WNameMatch.hxx 20 Jun 2006 03:15:41 -0000 1.5 +++ WNameMatch.hxx 1 Dec 2006 12:14:40 -0000 1.5.104.1 @@ -4,9 +4,9 @@ * * $RCSfile: WNameMatch.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.104.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 03:15:41 $ + * last change: $Author: sb $ $Date: 2006/12/01 12:14:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ { sal_Bool m_bReadOnly; protected: - virtual void InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2); + virtual void InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2, SvLBoxButtonKind eButtonKind); public: OColumnTreeBox( Window* pParent, WinBits nWinStyle=0 ); File [changed]: dbtreelistbox.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbtreelistbox.hxx?r1=1.7&r2=1.7.42.1 Delta lines: +4 -4 ------------------- --- dbtreelistbox.hxx 5 Oct 2006 13:05:38 -0000 1.7 +++ dbtreelistbox.hxx 1 Dec 2006 12:14:40 -0000 1.7.42.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbtreelistbox.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.7.42.1 $ * - * last change: $Author: kz $ $Date: 2006/10/05 13:05:38 $ + * last change: $Author: sb $ $Date: 2006/12/01 12:14:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -157,7 +157,7 @@ // Window virtual void KeyInput( const KeyEvent& rKEvt ); - virtual void InitEntry( SvLBoxEntry* pEntry, const XubString& aStr, const Image& aCollEntryBmp, const Image& aExpEntryBmp); + virtual void InitEntry( SvLBoxEntry* pEntry, const XubString& aStr, const Image& aCollEntryBmp, const Image& aExpEntryBmp, SvLBoxButtonKind eButtonKind); virtual void SelectEntry(SvLBoxEntry* _pEntry); // enable editing for tables/views and queries Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: WNameMatch.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WNameMatch.cxx?r1=1.20&r2=1.20.52.1 Delta lines: +5 -5 ------------------- --- WNameMatch.cxx 17 Sep 2006 07:15:20 -0000 1.20 +++ WNameMatch.cxx 1 Dec 2006 12:14:40 -0000 1.20.52.1 @@ -4,9 +4,9 @@ * * $RCSfile: WNameMatch.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.20.52.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 07:15:20 $ + * last change: $Author: sb $ $Date: 2006/12/01 12:14:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -426,9 +426,9 @@ SetSelectionMode( SINGLE_SELECTION ); } //------------------------------------------------------------------------ -void OColumnTreeBox::InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2) +void OColumnTreeBox::InitEntry(SvLBoxEntry* pEntry, const String& rStr, const Image& rImg1, const Image& rImg2, SvLBoxButtonKind eButtonKind) { - DBTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2 ); + DBTreeListBox::InitEntry( pEntry, rStr, rImg1, rImg2, eButtonKind ); SvLBoxString* pString = new OColumnString(pEntry, 0, rStr,sal_False); if (pString) pEntry->ReplaceItem( pString, pEntry->ItemCount() - 1 ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
