Tag: cws_src680_jl49
User: sb      
Date: 2006/12/01 04:18:10

Modified:
   dba/dbaccess/source/ui/control/tabletree.cxx
   dba/dbaccess/source/ui/inc/tabletree.hxx

Log:
 #i70481# Extended SvLBoxButton.

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.33&r2=1.33.36.1
Delta lines:  +4 -4
-------------------
--- tabletree.cxx       12 Oct 2006 09:23:18 -0000      1.33
+++ tabletree.cxx       1 Dec 2006 12:18:07 -0000       1.33.36.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: tabletree.cxx,v $
  *
- *  $Revision: 1.33 $
+ *  $Revision: 1.33.36.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/10/12 09:23:18 $
+ *  last change: $Author: sb $ $Date: 2006/12/01 12:18:07 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -427,9 +427,9 @@
 }
 
 //------------------------------------------------------------------------
-void OTableTreeListBox::InitEntry(SvLBoxEntry* _pEntry, const XubString& 
_rString, const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap)
+void OTableTreeListBox::InitEntry(SvLBoxEntry* _pEntry, const XubString& 
_rString, const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap, 
SvLBoxButtonKind _eButtonKind)
 {
-       OMarkableTreeListBox::InitEntry(_pEntry, _rString, _rCollapsedBitmap, 
_rExpandedBitmap);
+       OMarkableTreeListBox::InitEntry(_pEntry, _rString, _rCollapsedBitmap, 
_rExpandedBitmap, _eButtonKind);
 
        // replace the text item with our own one
        SvLBoxItem* pTextItem = _pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING);

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: tabletree.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/tabletree.hxx?r1=1.16&r2=1.16.44.1
Delta lines:  +4 -4
-------------------
--- tabletree.hxx       5 Oct 2006 13:06:40 -0000       1.16
+++ tabletree.hxx       1 Dec 2006 12:18:08 -0000       1.16.44.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: tabletree.hxx,v $
  *
- *  $Revision: 1.16 $
+ *  $Revision: 1.16.44.1 $
  *
- *  last change: $Author: kz $ $Date: 2006/10/05 13:06:40 $
+ *  last change: $Author: sb $ $Date: 2006/12/01 12:18:08 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -164,7 +164,7 @@
        sal_Bool                isWildcardChecked(SvLBoxEntry* _pEntry) const;
 
 protected:
-       virtual void InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, 
const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap);
+       virtual void InitEntry(SvLBoxEntry* _pEntry, const XubString& _rString, 
const Image& _rCollapsedBitmap, const Image& _rExpandedBitmap, SvLBoxButtonKind 
_eButtonKind);
 
        virtual void checkedButton_noBroadcast(SvLBoxEntry* _pEntry);
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to