/aoo41x/main/vcl/source/gdi/ |
H A D | image.cxx | 51 DBG_NAME( ImageList ) 415 ImageList::ImageList( sal_uInt16 nInit, sal_uInt16 nGrow ) : in ImageList() function in ImageList 420 DBG_CTOR( ImageList, NULL ); in ImageList() 425 ImageList::ImageList( const ResId& rResId ) : in ImageList() function in ImageList 432 DBG_CTOR( ImageList, NULL ); in ImageList() 475 ImageList::ImageList( const ::std::vector< ::rtl::OUString >& rNameVector, in ImageList() function in ImageList 499 ImageList::ImageList( const ImageList& rImageList ) : in ImageList() function in ImageList 512 ImageList::~ImageList() in ~ImageList() 838 void ImageList::Clear() in Clear() 988 ImageList& ImageList::operator=( const ImageList& rImageList ) in operator =() [all …]
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | image.hxx | 65 friend class ImageList; 105 class VCL_DLLPUBLIC ImageList class 108 ImageList( sal_uInt16 nInit = 8, sal_uInt16 nGrow = 4 ); 109 ImageList( const ResId& rResId ); 110 ImageList( const ::std::vector< ::rtl::OUString >& rNameVector, 113 ImageList( const ImageList& rImageList ); 114 ~ImageList(); 154 ImageList& operator=( const ImageList& rImageList ); 155 sal_Bool operator==( const ImageList& rImageList ) const; 156 …sal_Bool operator!=( const ImageList& rImageList ) const { return !(ImageList::operator==( rImag… in operator !=()
|
/aoo41x/main/sfx2/source/toolbox/ |
H A D | imgmgr.cxx | 66 ImageList* m_pImageList[IMAGELIST_COUNT]; 87 static ImageList* pImageListSmall=0; 88 static ImageList* pImageListBig=0; 89 static ImageList* pImageListHiSmall=0; 90 static ImageList* pImageListHiBig=0; 121 static ImageList* GetImageList( sal_Bool bBig, sal_Bool bHiContrast ) in GetImageList() 140 rpList = new ImageList( aResId ); in GetImageList() 142 rpList = new ImageList(); in GetImageList() 202 ImageList* pImageList = GetImageList( bBig, bHiContrast ); in GetImage() 313 ImageList* pImageList = pImp->GetImageList( bBig, bHiContrast ); in GetImage() [all …]
|
/aoo41x/main/sfx2/source/appl/ |
H A D | module.cxx | 66 ImageList* pImgListSmall; 67 ImageList* pImgListBig; 68 ImageList* pImgListHiSmall; 69 ImageList* pImgListHiBig; 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() 96 ImageList*& rpList = bBig ? ( bHiContrast ? pImgListHiBig: pImgListBig ) : in GetImageList() 107 rpList = new ImageList( aResId ); in GetImageList() 109 rpList = new ImageList(); in GetImageList() 352 ImageList* SfxModule::GetImageList_Impl( sal_Bool bBig ) in GetImageList_Impl() [all …]
|
/aoo41x/main/vcl/inc/ |
H A D | svdata.hxx | 88 class ImageList; 242 ImageList* mpMsgBoxImgList; // ImageList for MessageBox 243 ImageList* mpMsgBoxHCImgList; // ImageList for MessageBox (high contrast mode) 261 ImageList* mpCheckImgList; // ImageList for CheckBoxes 262 ImageList* mpRadioImgList; // ImageList for RadioButtons 263 ImageList* mpPinImgList; // ImageList for PIN 264 ImageList* mpSplitHPinImgList; // ImageList for Horizontale SplitWindows 265 ImageList* mpSplitVPinImgList; // ImageList for Vertikale SplitWindows (PIN's) 266 ImageList* mpSplitHArwImgList; // ImageList for Horizontale SplitWindows (Arrows) 267 ImageList* mpSplitVArwImgList; // ImageList for Vertikale SplitWindows (Arrows)
|
/aoo41x/main/svx/source/inc/ |
H A D | fmexpl.hxx | 246 const ImageList& _rNormalImages, 247 const ImageList& _rHCImages, 281 const ImageList& _rNormalImages, 282 const ImageList& _rHCImages, 294 const ImageList& _rNormalImages, 295 const ImageList& _rHCImages 359 ImageList m_aNormalImages; 360 ImageList m_aHCImages; 382 NavigatorTreeModel( const ImageList& _rNormalImages, const ImageList& _rHCImages ); 429 ImageList m_aNavigatorImages; [all …]
|
H A D | datanavi.hxx | 149 ImageList m_TbxImageList; 150 ImageList m_TbxHCImageList; 163 const ImageList& _rImgLst, 184 const ImageList& _rImgLst ); 231 ImageList m_aItemImageList; 232 ImageList m_aItemHCImageList; 271 inline const ImageList& GetItemImageList() const { return m_aItemImageList; } in GetItemImageList() 272 inline const ImageList& GetItemHCImageList() const { return m_aItemHCImageList; } in GetItemHCImageList()
|
/aoo41x/main/starmath/source/ |
H A D | toolbox.src | 1482 ImageList RID_IL_UNBINOPS 1488 ImageList RID_ILH_UNBINOPS 1522 ImageList RID_IL_RELATIONS 1607 ImageList RID_IL_FUNCTIONS 1719 ImageList RID_IL_BRACKETS 1753 ImageList RID_IL_FORMAT 1759 ImageList RID_ILH_FORMAT 1791 ImageList RID_IL_MISC 1797 ImageList RID_ILH_MISC 1819 ImageList RID_IL_CATALOG [all …]
|
H A D | toolbox.cxx | 187 const ImageList * SmToolBoxWindow::GetImageList( sal_uInt16 nResId, sal_Bool bHighContrast ) in GetImageList() 192 const ImageList *pIL = 0; in GetImageList() 202 ImageList **pImgList = bHighContrast ? aImageListsH : aImageLists; in GetImageList() 204 pImgList[ nIndex ] = new ImageList( SmResId(nResId) ); in GetImageList() 218 …const ImageList *pImageList = GetImageList( bHighContrast ? RID_ILH_CATALOG : RID_IL_CATALOG, bHig… in ApplyImageLists()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | CondFormat.src | 280 ImageList IMG_CONDFORMAT_DLG_SC 294 ImageList IMG_CONDFORMAT_DLG_SCH 307 ImageList IMG_CONDFORMAT_DLG_LC 320 ImageList IMG_CONDFORMAT_DLG_LCH 336 ImageList 31000 382 ImageList IMG_ADDFIELD_DLG_SC 393 ImageList IMG_ADDFIELD_DLG_SCH 404 ImageList IMG_ADDFIELD_DLG_LC 415 ImageList IMG_ADDFIELD_DLG_LCH
|
/aoo41x/main/svtools/source/misc/ |
H A D | imagemgr.cxx | 646 ImageList* pList = NULL; in GetImageFromList_Impl() 648 static ImageList* _pSmallImageList = NULL; in GetImageFromList_Impl() 649 static ImageList* _pBigImageList = NULL; in GetImageFromList_Impl() 650 static ImageList* _pSmallHCImageList = NULL; in GetImageFromList_Impl() 651 static ImageList* _pBigHCImageList = NULL; in GetImageFromList_Impl() 669 _pBigHCImageList = new ImageList( SvtResId( RID_SVTOOLS_IMAGELIST_BIG_HIGHCONTRAST ) ); in GetImageFromList_Impl() 675 _pBigImageList = new ImageList( SvtResId( RID_SVTOOLS_IMAGELIST_BIG ) ); in GetImageFromList_Impl() 684 _pSmallHCImageList = new ImageList( SvtResId( RID_SVTOOLS_IMAGELIST_SMALL_HIGHCONTRAST ) ); in GetImageFromList_Impl() 690 _pSmallImageList = new ImageList( SvtResId( RID_SVTOOLS_IMAGELIST_SMALL ) ); in GetImageFromList_Impl()
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | imagemanagerimpl.cxx | 288 ImageList* CmdImageList::impl_getImageList( sal_Int16 nImageType ) in impl_getImageList() 302 m_pImageList[nImageType] = new ImageList( m_aImageNameVector, in impl_getImageList() 325 ImageList* pImageList = impl_getImageList( nImageType ); in getImageFromCommandURL() 454 ImageList* ImageManagerImpl::implts_getUserImageList( ImageType nImageType ) in implts_getUserImageList() 547 m_pUserImageList[nImageType] = new ImageList(); in implts_loadUserImages() 573 m_pUserImageList[nImageType] = new ImageList; in implts_loadUserImages() 587 ImageList* pImageList = implts_getUserImageList( 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() [all …]
|
/aoo41x/main/svx/source/form/ |
H A D | fmexpl.cxx | 327 …::FmFormData( const Reference< XForm >& _rxForm, const ImageList& _rNormalImages, const ImageList&… in FmFormData() 394 …const Reference< XFormComponent >& _rxComponent, const ImageList& _rNormalImages, const ImageList&… in FmControlData() 438 Image FmControlData::GetImage(const ImageList& ilNavigatorImages) const in GetImage() 564 …aced( const Reference< XFormComponent >& _rxNew, const ImageList& _rNormalImages, const ImageList&… in ModelReplaced()
|
/aoo41x/main/cui/source/inc/ |
H A D | border.hxx | 106 ImageList aShadowImgLstH; 107 ImageList aShadowImgLst; 108 ImageList aBorderImgLstH; 109 ImageList aBorderImgLst;
|
/aoo41x/main/svx/source/src/ |
H A D | app.src | 52 ImageList RID_DEFAULTIMAGELIST_SC 59 ImageList RID_DEFAULTIMAGELIST_LC 66 ImageList RID_DEFAULTIMAGELIST_SCH 73 ImageList RID_DEFAULTIMAGELIST_LCH
|
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.hxx | 151 ImageList maNumBImageList; 152 ImageList maNumBImageListH; 153 ImageList maNumBImageListRTL; 223 void InitImageList(::boost::scoped_ptr<ToolBox>& rTbx, ImageList& rImglst, ImageList& rImgHlst);
|
/aoo41x/main/avmedia/source/framework/ |
H A D | mediacontrol.src | 117 ImageList AVMEDIA_IMGLST 136 ImageList AVMEDIA_IMGLST_L 155 ImageList AVMEDIA_IMGLST_HC 174 ImageList AVMEDIA_IMGLST_L_HC
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | toolbar.hxx | 119 ImageList aImgLst; 120 ImageList aImgLstHC; 121 ImageList aBigImgLst; 122 ImageList aBigImgLstHC;
|
H A D | toolbar.src | 130 ImageList RID_TOOLBAR_IMGLIST 136 ImageList RID_TOOLBAR_IMGLIST_HC 143 ImageList RID_TOOLBAR_BIGIMGLIST 149 ImageList RID_TOOLBAR_BIGIMGLIST_HC
|
/aoo41x/main/sc/source/ui/src/ |
H A D | toolbox.src | 139 ImageList RID_DEFAULTIMAGELIST_SC 146 ImageList RID_DEFAULTIMAGELIST_LC 153 ImageList RID_DEFAULTIMAGELIST_SCH 160 ImageList RID_DEFAULTIMAGELIST_LCH
|
/aoo41x/main/starmath/inc/ |
H A D | toolbox.hxx | 42 ImageList *aImageLists [NUM_TBX_CATEGORIES + 1]; /* regular */ 43 ImageList *aImageListsH[NUM_TBX_CATEGORIES + 1]; /* high contrast */ 55 const ImageList * GetImageList( sal_uInt16 nResId, sal_Bool bHighContrast );
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | ImageListDialog.java | 35 import com.sun.star.wizards.ui.ImageList; 38 import com.sun.star.wizards.ui.ImageList.Counter; 90 protected ImageList il; //private FileAccess fileAccess; 109 il = new ImageList(); in ImageListDialog()
|
/aoo41x/main/dbaccess/source/ui/imagelists/ |
H A D | dbimagelists.src | 48 ImageList IMG_INDEX_DLG_SC 55 ImageList IMG_INDEX_DLG_SCH 62 ImageList IMG_INDEX_DLG_LC 69 ImageList IMG_INDEX_DLG_LCH
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | module.hxx | 35 class ImageList; 117 SAL_DLLPRIVATE ImageList* GetImageList_Impl( sal_Bool bBig ); 118 SAL_DLLPRIVATE ImageList* GetImageList_Impl( sal_Bool bBig, sal_Bool bHiContrast );
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mailmergechildwindow.src | 69 ImageList ILIST_TBX 76 ImageList ILIST_TBX_HC 189 ImageList ILIST 196 ImageList ILIST_HC
|