/aoo42x/main/sw/source/ui/fldui/ |
H A D | changedb.cxx | 99 aImageList (SW_RES(ILIST_DB_DLG )), in SwChangeDBDlg() 118 aUsedDBTLB.SetNodeBitmaps( aImageList.GetImage(IMG_COLLAPSE), in SwChangeDBDlg() 119 aImageList.GetImage(IMG_EXPAND), BMP_COLOR_NORMAL); in SwChangeDBDlg() 204 Image aTableImg = aImageList.GetImage(IMG_DBTABLE); in Insert() 205 Image aDBImg = aImageList.GetImage(IMG_DB); in Insert() 206 Image aQueryImg = aImageList.GetImage(IMG_DBQUERY); in Insert()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbtree.cxx | 228 aImageList (SW_RES(ILIST_DB_DLG )), in SwDBTreeList() 262 SetNodeBitmaps( aImageList.GetImage(IMG_COLLAPSE), in InitTreeList() 263 aImageList.GetImage(IMG_EXPAND ), BMP_COLOR_NORMAL ); in InitTreeList() 275 Image aImg = aImageList.GetImage(IMG_DB); in InitTreeList() 297 Image aImg = aImageList.GetImage(IMG_DB); in AddDataSource() 436 Image aImg = aImageList.GetImage(IMG_DBTABLE); in RequestingChilds() 457 Image aImg = aImageList.GetImage(IMG_DBQUERY); in RequestingChilds()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | align.cxx | 245 ImageList aImageList( aResId ); in InitVsRefEgde() local 246 Size aItemSize( aImageList.GetImage( IID_BOTTOMLOCK ).GetSizePixel() ); in InitVsRefEgde() 252 …maVsRefEdge.InsertItem( IID_BOTTOMLOCK, aImageList.GetImage( IID_BOTTOMLOCK ), String( CUI_RES( S… in InitVsRefEgde() 253 …maVsRefEdge.InsertItem( IID_TOPLOCK, aImageList.GetImage( IID_TOPLOCK ), String( CUI_RES( S… in InitVsRefEgde() 254 …maVsRefEdge.InsertItem( IID_CELLLOCK, aImageList.GetImage( IID_CELLLOCK ), String( CUI_RES( S… in InitVsRefEgde()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 515 ImageList aImageList( SVX_RES(RID_SVXIMGLIST_FMEXPL) ); 680 ImageList aImageList( SVX_RES(RID_SVXIMGLIST_FMEXPL) ); in PreExecuteColumnContextMenu() local 686 SetMenuItem(aImageList, SID_FM_EDIT, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() 687 SetMenuItem(aImageList, SID_FM_CHECKBOX, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() 688 SetMenuItem(aImageList, SID_FM_COMBOBOX, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() 689 SetMenuItem(aImageList, SID_FM_LISTBOX, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() 690 SetMenuItem(aImageList, SID_FM_DATEFIELD, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() 691 SetMenuItem(aImageList, SID_FM_TIMEFIELD, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() 692 SetMenuItem(aImageList, SID_FM_NUMERICFIELD, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() 693 SetMenuItem(aImageList, SID_FM_CURRENCYFIELD, pMenu, *pControlMenu, bDesignMode); in PreExecuteColumnContextMenu() [all …]
|
/aoo42x/main/framework/source/uielement/ |
H A D | controlmenucontroller.cxx | 237 ImageList aImageList( aResId ); in updateImagesPopupMenu() local 242 pPopupMenu->SetItemImage( nConvertSlots[i], aImageList.GetImage(nCreateSlots[i])); in updateImagesPopupMenu()
|
/aoo42x/main/svtools/source/graphic/ |
H A D | provider.cxx | 330 const ImageList aImageList( aResId ); in implLoadResource() local 335 const Image aImage( aImageList.GetImage( sal::static_int_cast< sal_uInt16 >(nImageId) ) ); in implLoadResource() 340 aBmpEx = aImageList.GetAsHorizontalStrip(); in implLoadResource()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 275 ImageList aImageList(aModuleRes); in OWizTypeSelect() local 276 m_imgPKey = aImageList.GetImage(IMG_PRIMARY_KEY); in OWizTypeSelect()
|
/aoo42x/main/cui/source/options/ |
H A D | fontsubs.cxx | 66 aImageList (CUI_RES(IL_ICON)), in SvxFontSubstTabPage() 86 aImageList.GetImage(aNewDelTBX.GetItemId(k))); in SvxFontSubstTabPage()
|
H A D | fontsubs.hxx | 85 ImageList aImageList; member in SvxFontSubstTabPage
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 207 ImageList aImageList(TmpRes); in FillListBox() local 208 Image aPrimKeyImage = aImageList.GetImage(IMG_PRIMARY_KEY); in FillListBox()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | changedb.hxx | 69 ImageList aImageList; member in SwChangeDBDlg
|
H A D | dbtree.hxx | 41 ImageList aImageList; member in SwDBTreeList
|
/aoo42x/main/svx/source/form/ |
H A D | fmshimp.cxx | 1114 …ImageList aImageList( SVX_RES( bIsHiContrastMode ? RID_SVXIMGLIST_FMEXPL_HC : RID_SVXIMGLIST_FMEXP… in GetConversionMenu() local 1118 pNewMenu->SetItemImage(nConvertSlots[i], aImageList.GetImage(nCreateSlots[i])); in GetConversionMenu()
|