Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/11 22:25:29 Modified: dba/dbaccess/source/ui/control/tabletree.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/control/ =========================================== File [changed]: tabletree.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/control/tabletree.cxx?r1=1.29.18.4&r2=1.29.18.5 Delta lines: +9 -3 ------------------- --- tabletree.cxx 11 Oct 2006 09:44:50 -0000 1.29.18.4 +++ tabletree.cxx 12 Oct 2006 05:25:26 -0000 1.29.18.5 @@ -4,9 +4,9 @@ * * $RCSfile: tabletree.cxx,v $ * - * $Revision: 1.29.18.4 $ + * $Revision: 1.29.18.5 $ * - * last change: $Author: fs $ $Date: 2006/10/11 09:44:50 $ + * last change: $Author: fs $ $Date: 2006/10/12 05:25:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,6 +148,12 @@ SetDefaultExpandedEntryBmp( aImageProvider.getFolderImage( DatabaseObject::TABLE, true ), BMP_COLOR_HIGHCONTRAST ); SetDefaultCollapsedEntryBmp( aImageProvider.getFolderImage( DatabaseObject::TABLE, false ), BMP_COLOR_NORMAL ); SetDefaultCollapsedEntryBmp( aImageProvider.getFolderImage( DatabaseObject::TABLE, true ), BMP_COLOR_HIGHCONTRAST ); +} + +// ----------------------------------------------------------------------------- +bool OTableTreeListBox::isFolderEntry( const SvLBoxEntry* _pEntry ) const +{ + return reinterpret_cast< int >( _pEntry->GetUserData() ) == FOLDER_INDICATOR; } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
