Home
last modified time | relevance | path

Searched refs:ImageListType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/inc/vcl/ !
H A DImageListProvider.hxx36 enum ImageListType enum
46 …virtual ImageList getImageList(ImageListType) SAL_THROW (( com::sun::star::lang::IllegalArgumentEx…
/trunk/main/vcl/inc/ !
H A Dtoolbox.h160 vcl::ImageListType meImageListType;
/trunk/main/reportdesign/source/ui/inc/ !
H A DGroupsSorting.hxx194 …virtual ImageList getImageList(vcl::ImageListType) SAL_THROW ((com::sun::star::lang::IllegalArgume…
/trunk/main/reportdesign/source/ui/dlg/ !
H A DGroupsSorting.cxx1538 ImageList OGroupsSortingDialog::getImageList(vcl::ImageListType _eType) SAL_THROW (( com::sun::star… in getImageList()
/trunk/main/vcl/source/window/ !
H A Dtoolbox2.cxx2414 ImageListType eType = bHC ? vcl::HIGHCONTRAST_YES : vcl::HIGHCONTRAST_NO; in ImplUpdateImageList()