summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/svimpbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/svimpbox.cxx')
-rw-r--r--svtools/source/contnr/svimpbox.cxx31
1 files changed, 0 insertions, 31 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index cf533304b8..7f8df9b989 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -1041,35 +1041,6 @@ void SvImpLBox::ScrollToAbsPos( long nPos )
}
}
-void SvImpLBox::RepaintSelectionItems()
-{
- if( !pView->GetVisibleCount() )
- return;
-
- if( !pStartEntry )
- pStartEntry = pView->First();
-
- if( nNodeBmpTabDistance == NODE_BMP_TABDIST_NOTVALID )
- SetNodeBmpTabDistance();
-
- ShowCursor( sal_False );
-
- long nEntryHeight = pView->GetEntryHeight();
-
- sal_uLong nCount = nVisibleCount;
- long nY = 0;
- SvLBoxEntry* pEntry = pStartEntry;
- for( sal_uLong n=0; n< nCount && pEntry; n++ )
- {
- pView->PaintEntry1( pEntry, nY, 0xffff ); //wg. ItemsetBrowser SV_LBOXTAB_SHOW_SELECTION );
- nY += nEntryHeight;
- pEntry = (SvLBoxEntry*)(pView->NextVisible( pEntry ));
- }
-
- ShowCursor( sal_True );
-}
-
-
void SvImpLBox::DrawNet()
{
if( pView->GetVisibleCount() < 2 && !pStartEntry->HasChildsOnDemand() &&
@@ -1587,8 +1558,6 @@ void SvImpLBox::SetEntryHeight( short /* nHeight */ )
// Callback-Functions
// ***********************************************************************
-void SvImpLBox::IndentChanged( short /* nIndentPixel */ ) {}
-
void SvImpLBox::EntryExpanded( SvLBoxEntry* pEntry )
{
// SelAllDestrAnch( sal_False, sal_True ); //DeselectAll();