Home
last modified time | relevance | path

Searched refs:ImageType (Results 1 – 22 of 22) sorted by relevance

/trunk/main/framework/qa/complex/imageManager/
H A D_XImageManager.java26 import com.sun.star.ui.ImageType;
48 short s = ImageType.COLOR_NORMAL + ImageType.SIZE_DEFAULT; in _getAllImageNames()
58 short s = ImageType.COLOR_NORMAL + ImageType.SIZE_DEFAULT; in _getImages()
69 short s = ImageType.COLOR_NORMAL + ImageType.SIZE_DEFAULT; in _hasImage()
/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx447 if ( nImageType & ::com::sun::star::ui::ImageType::SIZE_LARGE ) in implts_convertImageTypeToIndex()
449 if ( nImageType & ::com::sun::star::ui::ImageType::COLOR_HIGHCONTRAST ) in implts_convertImageTypeToIndex()
454 ImageList* ImageManagerImpl::implts_getUserImageList( ImageType nImageType ) in implts_getUserImageList()
499 ImageType nImageType, in implts_loadUserImages()
579 ImageType nImageType, in implts_storeUserImages()
832 ImageList* pImageList = implts_getUserImageList( ImageType(i)); in reset()
877 ImageList* pImageList = implts_getUserImageList( ImageType( nIndex )); in getAllImageNames()
998 ImageList* pImageList = implts_getUserImageList( ImageType( nIndex )); in replaceImages()
1190 ImageList* pImageList = implts_getUserImageList( (ImageType)i ); in reload()
1201 pImageList = implts_getUserImageList( (ImageType)i ); in reload()
[all …]
H A Dimagemanagerimpl.hxx184 … ImageList* implts_getUserImageList( ImageType nImageType );
185 sal_Bool implts_loadUserImages( ImageType nImageType,
188 sal_Bool implts_storeUserImages( ImageType nImageType,
H A Dimagemanager.cxx86 const sal_Int16 MAX_IMAGETYPE_VALUE = ::com::sun::star::ui::ImageType::COLOR_HIGHCONTRAST|
87 ::com::sun::star::ui::ImageType::SIZE_LARGE;
/trunk/main/forms/source/helper/
H A Dcommandimageprovider.cxx64 namespace ImageType = ::com::sun::star::ui::ImageType;
136 ( _bLarge ? ImageType::SIZE_LARGE : ImageType::SIZE_DEFAULT ) in getCommandImages()
137 + ( _bHiContrast ? ImageType::COLOR_HIGHCONTRAST : ImageType::COLOR_NORMAL ); in getCommandImages()
/trunk/main/sfx2/source/appl/
H A Dimagemgr.cxx142 sal_Int16 nImageType( ::com::sun::star::ui::ImageType::COLOR_NORMAL| in GetImage()
143 ::com::sun::star::ui::ImageType::SIZE_DEFAULT ); in GetImage()
145 nImageType |= ::com::sun::star::ui::ImageType::SIZE_LARGE; in GetImage()
147 nImageType |= ::com::sun::star::ui::ImageType::COLOR_HIGHCONTRAST; in GetImage()
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx118 enum ImageType enum in SvImpLBox
317 inline Image& implGetImageLocation( const ImageType _eType, BmpColorMode _eMode );
318 …inline Image& implGetImageLocationWithFallback( const ImageType _eType, BmpColorMode _eMode ) con…
373 inline Image& SvImpLBox::implGetImageLocation( const ImageType _eType, BmpColorMode _eMode ) in implGetImageLocation()
384 inline Image& SvImpLBox::implGetImageLocationWithFallback( const ImageType _eType, BmpColorMode _eM… in implGetImageLocationWithFallback()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx239 short nImageType = hasBigImages() ? ImageType::SIZE_LARGE : ImageType::SIZE_DEFAULT; in getMenu()
241 nImageType |= ImageType::COLOR_HIGHCONTRAST; in getMenu()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx158 } ImageType; typedef
226 void writePS2ImageHeader (const Rectangle& rArea, psp::ImageType nType);
227 void writePS2Colorspace (const PrinterBmp& rBitmap, psp::ImageType nType);
H A Dimage.h80 enum ImageType { IMAGETYPE_BITMAP, IMAGETYPE_IMAGE }; enum
168 ImageType meType;
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx551 …ce< Reference< XGraphic> > aImages = xImageMgr->getImages( ImageType::SIZE_DEFAULT | ImageType::CO… in fillTaskEntryList()
552 …< Reference< XGraphic> > aHCImages = xImageMgr->getImages( ImageType::SIZE_DEFAULT | ImageType::CO… in fillTaskEntryList()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx507 sal_Int16 nImageType( ui::ImageType::COLOR_NORMAL| in getImageFromCommandURL()
508 ui::ImageType::SIZE_DEFAULT ); in getImageFromCommandURL()
510 nImageType |= ui::ImageType::COLOR_HIGHCONTRAST; in getImageFromCommandURL()
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx549 PrinterGfx::writePS2ImageHeader (const Rectangle& rArea, psp::ImageType nType) in writePS2ImageHeader()
578 PrinterGfx::writePS2Colorspace(const PrinterBmp& rBitmap, psp::ImageType nType) in writePS2Colorspace()
/trunk/main/offapi/com/sun/star/ui/
H A DXImageManager.idl48 #include <com/sun/star/ui/ImageType.idl>
70 by a <type>ImageType</type>.
H A Dmakefile.mk49 ImageType.idl \
H A DImageType.idl37 constants ImageType
/trunk/main/framework/inc/uiconfiguration/
H A Dimagetype.hxx33 enum ImageType enum
/trunk/main/vigra/
H A Dvigra1.6.0.patch703 template <class ImageType,
705 class Alloc = typename ImageType::allocator_type::template rebind<ImageType>::other >
707 + class Alloc = std::allocator<ImageType> >
710 : public ImageArray<ImageType, Alloc>
/trunk/main/cui/source/customize/
H A Dcfg.cxx385 css::ui::ImageType::COLOR_NORMAL |
386 css::ui::ImageType::SIZE_DEFAULT;
391 css::ui::ImageType::COLOR_NORMAL | in InitImageType()
392 css::ui::ImageType::SIZE_DEFAULT; in InitImageType()
396 theImageType |= css::ui::ImageType::SIZE_LARGE; in InitImageType()
403 theImageType |= css::ui::ImageType::COLOR_HIGHCONTRAST; in InitImageType()
5087 bool bLargeIcons = GetImageType() & css::ui::ImageType::SIZE_LARGE; in SvxIconSelectorDialog()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx198 n |= ::com::sun::star::ui::ImageType::SIZE_LARGE; in getImageTypeFromBools()
200 n |= ::com::sun::star::ui::ImageType::COLOR_HIGHCONTRAST; in getImageTypeFromBools()
H A Dtoolbarmanager.cxx190 n |= ::com::sun::star::ui::ImageType::SIZE_LARGE; in getImageTypeFromBools()
192 n |= ::com::sun::star::ui::ImageType::COLOR_HIGHCONTRAST; in getImageTypeFromBools()
/trunk/main/offapi/
H A DUnoApi_offapi.mk3451 offapi/com/sun/star/ui/ImageType \

Completed in 125 milliseconds