Lines Matching refs:m_small_image_list

1575     m_small_image_list = NULL;  in BEGIN_EVENT_TABLE()
1725 if ( m_small_image_list && m_small_image_list->GetImageCount() ) in GetLineHeight()
1728 m_small_image_list->GetSize(0, iw, ih); in GetLineHeight()
3071 else if ( HasFlag(wxLC_SMALL_ICON) && (m_small_image_list)) in DrawImage()
3073 m_small_image_list->Draw( index, *dc, x, y, wxIMAGELIST_DRAW_TRANSPARENT ); in DrawImage()
3075 else if ( HasFlag(wxLC_LIST) && (m_small_image_list)) in DrawImage()
3077 m_small_image_list->Draw( index, *dc, x, y, wxIMAGELIST_DRAW_TRANSPARENT ); in DrawImage()
3079 else if ( InReportView() && (m_small_image_list)) in DrawImage()
3081 m_small_image_list->Draw( index, *dc, x, y, wxIMAGELIST_DRAW_TRANSPARENT ); in DrawImage()
3091 else if ( HasFlag(wxLC_SMALL_ICON) && m_small_image_list ) in GetImageSize()
3093 m_small_image_list->GetSize( index, width, height ); in GetImageSize()
3095 else if ( HasFlag(wxLC_LIST) && m_small_image_list ) in GetImageSize()
3097 m_small_image_list->GetSize( index, width, height ); in GetImageSize()
3099 else if ( InReportView() && m_small_image_list ) in GetImageSize()
3101 m_small_image_list->GetSize( index, width, height ); in GetImageSize()
3128 m_small_image_list = imageList; in SetImageList()
3165 if ( m_small_image_list ) in ComputeMinHeaderWidth()
3168 m_small_image_list->GetSize(image, ix, iy); in ComputeMinHeaderWidth()
3698 else if ( HasFlag(wxLC_SMALL_ICON) && m_small_image_list ) in RecalculatePositions()
4279 if ( m_small_image_list && image != -1 && InReportView() ) in InsertItem()
4282 m_small_image_list->GetSize(image, imageWidth, imageHeight); in InsertItem()