User: ihi Date: 2006/12/20 06:13:50 Modified: dba/dbaccess/source/ui/control/dbtreelistbox.cxx
Log: INTEGRATION: CWS jl49 (1.14.36); FILE MERGED 2006/12/07 19:20:24 jl 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2006/12/01 12:14:39 sb 1.14.36.1: #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.15&r2=1.16 Delta lines: +2 -2 ------------------- --- dbtreelistbox.cxx 1 Dec 2006 17:30:37 -0000 1.15 +++ dbtreelistbox.cxx 20 Dec 2006 14:13:47 -0000 1.16 @@ -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)); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
