Lines Matching refs:pImageList

325         ImageList* pImageList = impl_getImageList( nImageType );  in getImageFromCommandURL()  local
326 return pImageList->GetImage( pIter->second ); in getImageFromCommandURL()
517 if (( aUserImageListInfo.pImageList != 0 ) && in implts_loadUserImages()
518 ( aUserImageListInfo.pImageList->Count() > 0 )) in implts_loadUserImages()
520 ImageListItemDescriptor* pList = aUserImageListInfo.pImageList->GetObject(0); in implts_loadUserImages()
587 ImageList* pImageList = implts_getUserImageList( nImageType ); in implts_storeUserImages() local
588 if ( pImageList->GetImageCount() > 0 ) in implts_storeUserImages()
591 aUserImageListInfo.pImageList = new ImageListDescriptor; in implts_storeUserImages()
594 aUserImageListInfo.pImageList->Insert( pList, 0 ); in implts_storeUserImages()
597 for ( sal_uInt16 i=0; i < pImageList->GetImageCount(); i++ ) in implts_storeUserImages()
602 pItem->aCommandURL = pImageList->GetImageName( i ); in implts_storeUserImages()
622 vcl::PNGWriter aPngWriter( pImageList->GetAsHorizontalStrip() ); in implts_storeUserImages()
832 ImageList* pImageList = implts_getUserImageList( ImageType(i)); in reset() local
833 pImageList->GetImageNames( aUserImageNames ); in reset()
877 ImageList* pImageList = implts_getUserImageList( ImageType( nIndex )); in getAllImageNames() local
879 pImageList->GetImageNames( rUserImageNames ); in getAllImageNames()
915 ImageList* pImageList = implts_getUserImageList( ImageType( nIndex )); in hasImage() local
916 if ( pImageList ) in hasImage()
917 return ( pImageList->GetImagePos( aCommandURL ) != IMAGELIST_IMAGE_NOTFOUND ); in hasImage()
998 ImageList* pImageList = implts_getUserImageList( ImageType( nIndex )); in replaceImages() local
1007 sal_uInt16 nPos = pImageList->GetImagePos( aCommandURLSequence[i] ); in replaceImages()
1010 pImageList->AddImage( aCommandURLSequence[i], xGraphic ); in replaceImages()
1017 pImageList->ReplaceImage( aCommandURLSequence[i], xGraphic ); in replaceImages()
1086 …ImageList* pImageList = implts_getUserImageList( ImageType( nIndex )… in removeImages() local
1091 sal_uInt16 nPos = pImageList->GetImagePos( aCommandURLSequence[i] ); in removeImages()
1094 Image aImage = pImageList->GetImage( nPos ); in removeImages()
1095 sal_uInt16 nId = pImageList->GetImageId( nPos ); in removeImages()
1096 pImageList->RemoveImage( nId ); in removeImages()
1190 ImageList* pImageList = implts_getUserImageList( (ImageType)i ); in reload() local
1191 pImageList->GetImageNames( aOldUserCmdImageVector ); in reload()
1201 pImageList = implts_getUserImageList( (ImageType)i ); in reload()
1202 pImageList->GetImageNames( aNewUserCmdImageSet ); in reload()
1218pImageList->GetImage( aNewUserCmdImageSet[j] ).GetXGraphic() ); in reload()
1225pImageList->GetImage( aNewUserCmdImageSet[j] ).GetXGraphic() ); in reload()