Lines Matching refs:ImageList
50 DBG_NAME( ImageList )
414 ImageList::ImageList( sal_uInt16 nInit, sal_uInt16 nGrow ) : in ImageList() function in ImageList
419 DBG_CTOR( ImageList, NULL ); in ImageList()
424 ImageList::ImageList( const ResId& rResId ) : in ImageList() function in ImageList
431 DBG_CTOR( ImageList, NULL ); in ImageList()
474 ImageList::ImageList( const ::std::vector< ::rtl::OUString >& rNameVector, in ImageList() function in ImageList
483 DBG_CTOR( ImageList, NULL ); in ImageList()
498 ImageList::ImageList( const ImageList& rImageList ) : in ImageList() function in ImageList
503 DBG_CTOR( ImageList, NULL ); in ImageList()
511 ImageList::~ImageList() in ~ImageList()
513 DBG_DTOR( ImageList, NULL ); in ~ImageList()
519 void ImageList::ImplInit( sal_uInt16 nItems, const Size &rSize ) in ImplInit()
560 void ImageList::ImplMakeUnique() in ImplMakeUnique()
571 BitmapEx ImageList::GetAsHorizontalStrip() const in GetAsHorizontalStrip()
611 void ImageList::InsertFromHorizontalStrip( const BitmapEx &rBitmapEx, in InsertFromHorizontalStrip()
636 void ImageList::InsertFromHorizontalBitmap( const ResId& rResId, in InsertFromHorizontalBitmap()
660 sal_uInt16 ImageList::ImplGetImageId( const ::rtl::OUString& rImageName ) const in ImplGetImageId()
662 DBG_CHKTHIS( ImageList, NULL ); in ImplGetImageId()
673 void ImageList::AddImage( sal_uInt16 nId, const Image& rImage ) in AddImage()
675 DBG_CHKTHIS( ImageList, NULL ); in AddImage()
690 void ImageList::AddImage( const ::rtl::OUString& rImageName, const Image& rImage ) in AddImage()
703 void ImageList::ReplaceImage( sal_uInt16 nId, const Image& rImage ) in ReplaceImage()
705 DBG_CHKTHIS( ImageList, NULL ); in ReplaceImage()
715 void ImageList::ReplaceImage( const ::rtl::OUString& rImageName, const Image& rImage ) in ReplaceImage()
731 void ImageList::ReplaceImage( sal_uInt16 nId, sal_uInt16 nReplaceId ) in ReplaceImage()
733 DBG_CHKTHIS( ImageList, NULL ); in ReplaceImage()
749 void ImageList::ReplaceImage( const ::rtl::OUString& rImageName, const ::rtl::OUString& rReplaceNam… in ReplaceImage()
759 void ImageList::RemoveImage( sal_uInt16 nId ) in RemoveImage()
761 DBG_CHKTHIS( ImageList, NULL ); in RemoveImage()
775 void ImageList::RemoveImage( const ::rtl::OUString& rImageName ) in RemoveImage()
785 Image ImageList::GetImage( sal_uInt16 nId ) const in GetImage()
787 DBG_CHKTHIS( ImageList, NULL ); in GetImage()
814 Image ImageList::GetImage( const ::rtl::OUString& rImageName ) const in GetImage()
837 void ImageList::Clear() in Clear()
839 DBG_CHKTHIS( ImageList, NULL ); in Clear()
849 sal_uInt16 ImageList::GetImageCount() const in GetImageCount()
851 DBG_CHKTHIS( ImageList, NULL ); in GetImageCount()
858 sal_uInt16 ImageList::GetImagePos( sal_uInt16 nId ) const in GetImagePos()
860 DBG_CHKTHIS( ImageList, NULL ); in GetImagePos()
874 bool ImageList::HasImageAtPos( sal_uInt16 nId ) const in HasImageAtPos()
881 sal_uInt16 ImageList::GetImagePos( const ::rtl::OUString& rImageName ) const in GetImagePos()
883 DBG_CHKTHIS( ImageList, NULL ); in GetImagePos()
899 sal_uInt16 ImageList::GetImageId( sal_uInt16 nPos ) const in GetImageId()
901 DBG_CHKTHIS( ImageList, NULL ); in GetImageId()
911 void ImageList::GetImageIds( ::std::vector< sal_uInt16 >& rIds ) const in GetImageIds()
915 DBG_CHKTHIS( ImageList, NULL ); in GetImageIds()
928 ::rtl::OUString ImageList::GetImageName( sal_uInt16 nPos ) const in GetImageName()
930 DBG_CHKTHIS( ImageList, NULL ); in GetImageName()
940 void ImageList::GetImageNames( ::std::vector< ::rtl::OUString >& rNames ) const in GetImageNames()
944 DBG_CHKTHIS( ImageList, NULL ); in GetImageNames()
961 Size ImageList::GetImageSize() const in GetImageSize()
963 DBG_CHKTHIS( ImageList, NULL ); in GetImageSize()
987 ImageList& ImageList::operator=( const ImageList& rImageList ) in operator =()
989 DBG_CHKTHIS( ImageList, NULL ); in operator =()
990 DBG_CHKOBJ( &rImageList, ImageList, NULL ); in operator =()
1005 sal_Bool ImageList::operator==( const ImageList& rImageList ) const in operator ==()
1007 DBG_CHKTHIS( ImageList, NULL ); in operator ==()
1008 DBG_CHKOBJ( &rImageList, ImageList, NULL ); in operator ==()