Searched refs:AddImage (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/source/ui/sidebar/ |
H A D | WrapPropertyPanel.cxx | 109 aWrapIL.AddImage( IMG_NONE, in Initialize() 111 aWrapIL.AddImage( IMG_LEFT, in Initialize() 113 aWrapIL.AddImage( IMG_RIGHT, in Initialize() 115 aWrapIL.AddImage( IMG_PARALLEL, in Initialize() 117 aWrapIL.AddImage( IMG_THROUGH, in Initialize() 119 aWrapIL.AddImage( IMG_IDEAL, in Initialize() 122 aWrapILH.AddImage( IMG_NONE, in Initialize() 124 aWrapILH.AddImage( IMG_LEFT, in Initialize() 126 aWrapILH.AddImage( IMG_RIGHT, in Initialize() 130 aWrapILH.AddImage( IMG_THROUGH, in Initialize() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | image.cxx | 465 mpImplData->AddImage( aName, nId, aEmpty ); in ImageList() 493 mpImplData->AddImage( rNameVector[ i ], static_cast< sal_uInt16 >( i ) + 1, BitmapEx() ); in ImageList() 631 mpImplData->AddImage( rNameVector[ nIdx ], nIdx + 1, aBitmap ); in InsertFromHorizontalStrip() 674 void ImageList::AddImage( sal_uInt16 nId, const Image& rImage ) in AddImage() function in ImageList 686 mpImplData->AddImage( rtl::OUString(), nId, rImage.GetBitmapEx()); in AddImage() 691 void ImageList::AddImage( const ::rtl::OUString& rImageName, const Image& rImage ) in AddImage() function in ImageList 698 mpImplData->AddImage( rImageName, GetImageCount() + 1, in AddImage() 711 AddImage( nId, rImage ); in ReplaceImage() 726 mpImplData->AddImage( rImageName, nId, rImage.GetBitmapEx()); in ReplaceImage()
|
H A D | impimage.cxx | 117 void ImplImageList::AddImage( const ::rtl::OUString &aName, in AddImage() function in ImplImageList
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | image.hxx | 129 void AddImage( sal_uInt16 nNewId, const Image& rImage ); 130 void AddImage( const ::rtl::OUString& rImageName, const Image& rImage );
|
/aoo41x/main/vcl/inc/ |
H A D | image.h | 123 void AddImage( const ::rtl::OUString &aName,
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | imagemanagerimpl.cxx | 1010 pImageList->AddImage( aCommandURLSequence[i], xGraphic ); in replaceImages()
|
Completed in 32 milliseconds