Lines Matching refs:ImageList
51 DBG_NAME( ImageList )
415 ImageList::ImageList( sal_uInt16 nInit, sal_uInt16 nGrow ) : in ImageList() function in ImageList
420 DBG_CTOR( ImageList, NULL ); in ImageList()
425 ImageList::ImageList( const ResId& rResId ) : in ImageList() function in ImageList
432 DBG_CTOR( ImageList, NULL ); in ImageList()
475 ImageList::ImageList( const ::std::vector< ::rtl::OUString >& rNameVector, in ImageList() function in ImageList
484 DBG_CTOR( ImageList, NULL ); in ImageList()
499 ImageList::ImageList( const ImageList& rImageList ) : in ImageList() function in ImageList
504 DBG_CTOR( ImageList, NULL ); in ImageList()
512 ImageList::~ImageList() in ~ImageList()
514 DBG_DTOR( ImageList, NULL ); in ~ImageList()
520 void ImageList::ImplInit( sal_uInt16 nItems, const Size &rSize ) in ImplInit()
561 void ImageList::ImplMakeUnique() in ImplMakeUnique()
572 BitmapEx ImageList::GetAsHorizontalStrip() const in GetAsHorizontalStrip()
612 void ImageList::InsertFromHorizontalStrip( const BitmapEx &rBitmapEx, in InsertFromHorizontalStrip()
637 void ImageList::InsertFromHorizontalBitmap( const ResId& rResId, in InsertFromHorizontalBitmap()
661 sal_uInt16 ImageList::ImplGetImageId( const ::rtl::OUString& rImageName ) const in ImplGetImageId()
663 DBG_CHKTHIS( ImageList, NULL ); in ImplGetImageId()
674 void ImageList::AddImage( sal_uInt16 nId, const Image& rImage ) in AddImage()
676 DBG_CHKTHIS( ImageList, NULL ); in AddImage()
691 void ImageList::AddImage( const ::rtl::OUString& rImageName, const Image& rImage ) in AddImage()
704 void ImageList::ReplaceImage( sal_uInt16 nId, const Image& rImage ) in ReplaceImage()
706 DBG_CHKTHIS( ImageList, NULL ); in ReplaceImage()
716 void ImageList::ReplaceImage( const ::rtl::OUString& rImageName, const Image& rImage ) in ReplaceImage()
732 void ImageList::ReplaceImage( sal_uInt16 nId, sal_uInt16 nReplaceId ) in ReplaceImage()
734 DBG_CHKTHIS( ImageList, NULL ); in ReplaceImage()
750 void ImageList::ReplaceImage( const ::rtl::OUString& rImageName, const ::rtl::OUString& rReplaceNam… in ReplaceImage()
760 void ImageList::RemoveImage( sal_uInt16 nId ) in RemoveImage()
762 DBG_CHKTHIS( ImageList, NULL ); in RemoveImage()
776 void ImageList::RemoveImage( const ::rtl::OUString& rImageName ) in RemoveImage()
786 Image ImageList::GetImage( sal_uInt16 nId ) const in GetImage()
788 DBG_CHKTHIS( ImageList, NULL ); in GetImage()
815 Image ImageList::GetImage( const ::rtl::OUString& rImageName ) const in GetImage()
838 void ImageList::Clear() in Clear()
840 DBG_CHKTHIS( ImageList, NULL ); in Clear()
850 sal_uInt16 ImageList::GetImageCount() const in GetImageCount()
852 DBG_CHKTHIS( ImageList, NULL ); in GetImageCount()
859 sal_uInt16 ImageList::GetImagePos( sal_uInt16 nId ) const in GetImagePos()
861 DBG_CHKTHIS( ImageList, NULL ); in GetImagePos()
875 bool ImageList::HasImageAtPos( sal_uInt16 nId ) const in HasImageAtPos()
882 sal_uInt16 ImageList::GetImagePos( const ::rtl::OUString& rImageName ) const in GetImagePos()
884 DBG_CHKTHIS( ImageList, NULL ); in GetImagePos()
900 sal_uInt16 ImageList::GetImageId( sal_uInt16 nPos ) const in GetImageId()
902 DBG_CHKTHIS( ImageList, NULL ); in GetImageId()
912 void ImageList::GetImageIds( ::std::vector< sal_uInt16 >& rIds ) const in GetImageIds()
916 DBG_CHKTHIS( ImageList, NULL ); in GetImageIds()
929 ::rtl::OUString ImageList::GetImageName( sal_uInt16 nPos ) const in GetImageName()
931 DBG_CHKTHIS( ImageList, NULL ); in GetImageName()
941 void ImageList::GetImageNames( ::std::vector< ::rtl::OUString >& rNames ) const in GetImageNames()
945 DBG_CHKTHIS( ImageList, NULL ); in GetImageNames()
962 Size ImageList::GetImageSize() const in GetImageSize()
964 DBG_CHKTHIS( ImageList, NULL ); in GetImageSize()
988 ImageList& ImageList::operator=( const ImageList& rImageList ) in operator =()
990 DBG_CHKTHIS( ImageList, NULL ); in operator =()
991 DBG_CHKOBJ( &rImageList, ImageList, NULL ); in operator =()
1006 sal_Bool ImageList::operator==( const ImageList& rImageList ) const in operator ==()
1008 DBG_CHKTHIS( ImageList, NULL ); in operator ==()
1009 DBG_CHKOBJ( &rImageList, ImageList, NULL ); in operator ==()