Searched refs:GetImageList (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 69 ImageList* GetImageList( sal_Bool bBig, sal_Bool bHiContrast ); 121 static ImageList* GetImageList( sal_Bool bBig, sal_Bool bHiContrast ) in GetImageList() function 184 ImageList* SfxImageManager_Impl::GetImageList( sal_Bool bBig, sal_Bool bHiContrast ) in GetImageList() function in SfxImageManager_Impl 190 m_pImageList[nIndex] = ::GetImageList( bBig, bHiContrast ); in GetImageList() 202 ImageList* pImageList = GetImageList( bBig, bHiContrast ); in GetImage() 313 ImageList* pImageList = pImp->GetImageList( bBig, bHiContrast ); in GetImage() 332 ImageList* pImageList = pImp->GetImageList( bBig, bHiContrast ); in SeekImage() 337 pImageList = ::GetImageManager( 0 )->GetImageList( bBig, bHiContrast ); in SeekImage() 392 ImageList* pImageList = pImp->GetImageList( bLarge, bHiContrast ); in SetImagesForceSize()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | module.cxx | 73 ImageList* GetImageList( ResMgr*, sal_Bool, sal_Bool bHiContrast = sal_False ); 94 ImageList* SfxModule_Impl::GetImageList( ResMgr* pResMgr, sal_Bool bBig, sal_Bool bHiContrast ) in GetImageList() function in SfxModule_Impl 354 return pImpl->GetImageList( pResMgr, bBig, sal_False ); in GetImageList_Impl() 359 return pImpl->GetImageList( pResMgr, bBig, bHiContrast ); in GetImageList_Impl()
|
/aoo42x/main/starmath/source/ |
H A D | toolbox.cxx | 187 const ImageList * SmToolBoxWindow::GetImageList( sal_uInt16 nResId, sal_Bool bHighContrast ) in GetImageList() function in SmToolBoxWindow 218 …const ImageList *pImageList = GetImageList( bHighContrast ? RID_ILH_CATALOG : RID_IL_CATALOG, bHig… in ApplyImageLists() 226 pImageList = GetImageList( nResId, bHighContrast ); in ApplyImageLists()
|
/aoo42x/main/starmath/inc/ |
H A D | toolbox.hxx | 55 const ImageList * GetImageList( sal_uInt16 nResId, sal_Bool bHighContrast );
|
/aoo42x/main/basctl/source/basicide/ |
H A D | objdlg.cxx | 295 m_aImagesNormal(GetImageList()), in ObjectCatalogToolBox_Impl()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 411 const ImageList& GetImageList() const { return maImageList; } in GetImageList() function in ToolBox
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 905 …maToolbox.SetItemImage( TBI_DRAGTYPE, maToolbox.GetImageList().GetImage( GetDragTypeSdResId( meDra… in SetDragImage()
|
Completed in 36 milliseconds