/aoo42x/main/cui/source/tabpages/ |
H A D | dstribut.cxx | 107 maHorLow.SetModeImage( Image( CUI_RES( IMG_HOR_LOW_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage() 108 maHorCenter.SetModeImage( Image( CUI_RES( IMG_HOR_CENTER_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage() 109 maHorDistance.SetModeImage( Image( CUI_RES( IMG_HOR_DISTANCE_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage() 110 maHorHigh.SetModeImage( Image( CUI_RES( IMG_HOR_HIGH_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage() 111 maVerDistance.SetModeImage( Image( CUI_RES( IMG_VER_DISTANCE_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage() 112 maVerLow.SetModeImage( Image( CUI_RES( IMG_VER_LOW_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage() 113 maVerCenter.SetModeImage( Image( CUI_RES( IMG_VER_CENTER_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage() 114 maVerHigh.SetModeImage( Image( CUI_RES( IMG_VER_HIGH_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxDistributePage()
|
H A D | numfmt.cxx | 318 aIbAdd. SetModeImage( aIconList.GetImage( IID_ADD ) ); in Init_Impl() 319 aIbAdd. SetModeImage( aIconListHC.GetImage( IID_ADD ), BMP_COLOR_HIGHCONTRAST ); in Init_Impl() 321 aIbRemove. SetModeImage( aIconList.GetImage( IID_REMOVE ) ); in Init_Impl() 322 aIbRemove. SetModeImage( aIconListHC.GetImage( IID_REMOVE ), BMP_COLOR_HIGHCONTRAST ); in Init_Impl() 324 aIbInfo. SetModeImage( aIconList.GetImage( IID_INFO ) ); in Init_Impl() 325 aIbInfo. SetModeImage( aIconListHC.GetImage( IID_INFO ), BMP_COLOR_HIGHCONTRAST ); in Init_Impl()
|
H A D | tplneend.cxx | 103 aBtnLoad.SetModeImage( Image( CUI_RES( RID_SVXIMG_LOAD_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxLineEndDefTabPage() 104 aBtnSave.SetModeImage( Image( CUI_RES( RID_SVXIMG_SAVE_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxLineEndDefTabPage()
|
H A D | tphatch.cxx | 105 aBtnLoad.SetModeImage( Image( CUI_RES( RID_SVXIMG_LOAD_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxHatchTabPage() 106 aBtnSave.SetModeImage( Image( CUI_RES( RID_SVXIMG_SAVE_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxHatchTabPage()
|
H A D | tpbitmap.cxx | 119 aBtnLoad.SetModeImage( Image( CUI_RES( RID_SVXIMG_LOAD_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxBitmapTabPage() 120 aBtnSave.SetModeImage( Image( CUI_RES( RID_SVXIMG_SAVE_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxBitmapTabPage()
|
H A D | tpgradnt.cxx | 109 aBtnLoad.SetModeImage( Image( CUI_RES( RID_SVXIMG_LOAD_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxGradientTabPage() 110 aBtnSave.SetModeImage( Image( CUI_RES( RID_SVXIMG_SAVE_H ) ), BMP_COLOR_HIGHCONTRAST ); in SvxGradientTabPage()
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | tp_3D_SceneIllumination.cxx | 64 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_LIGHT_OFF) ), BMP_COLOR_NORMAL ); in LightButton() 65 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_LIGHT_OFF_H) ), BMP_COLOR_HIGHCONTRAST ); in LightButton() 88 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_LIGHT_ON) ), BMP_COLOR_NORMAL ); in switchLightOn() 89 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_LIGHT_ON_H) ), BMP_COLOR_HIGHCONTRAST ); in switchLightOn() 93 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_LIGHT_OFF) ), BMP_COLOR_NORMAL ); in switchLightOn() 94 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_LIGHT_OFF_H) ), BMP_COLOR_HIGHCONTRAST ); in switchLightOn() 107 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_COLORDLG) ), BMP_COLOR_NORMAL ); in ColorButton() 108 SetModeImage( Image( SVX_RES(RID_SVXIMAGE_COLORDLG_H) ), BMP_COLOR_HIGHCONTRAST ); in ColorButton() 152 …pButton->SetModeImage( Image( SVX_RES( aLightSource.bIsEnabled ? RID_SVXIMAGE_LIGHT_ON : RID_SVXIM… in initButtonFromSource() 153 …pButton->SetModeImage( Image( SVX_RES( aLightSource.bIsEnabled ? RID_SVXIMAGE_LIGHT_ON_H : RID_SVX… in initButtonFromSource()
|
H A D | RangeSelectionButton.cxx | 41 SetModeImage( Image( SchResId(IMG_SELECTRANGE) ), BMP_COLOR_NORMAL ); in RangeSelectionButton() 42 SetModeImage( Image( SchResId(IMG_SELECTRANGE_HC) ), BMP_COLOR_HIGHCONTRAST ); in RangeSelectionButton()
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wbutton.cxx | 125 bool SetModeImage( uno::Reference< graphic::XGraphic > xGraph ) in SetModeImage() function in layout::ButtonImpl 159 bool Button::SetModeImage (Image const& image) in SetModeImage() function in layout::Button 161 return getImpl() || getImpl()->SetModeImage (image.getImpl().mxGraphic); in SetModeImage() 164 bool Button::SetModeImage (::Image const& image, BmpColorMode mode) in SetModeImage() function in layout::Button 166 return !GetButton () || GetButton ()->SetModeImage (image, mode); in SetModeImage()
|
/aoo42x/main/sc/source/ui/pagedlg/ |
H A D | scuitphfedit.cxx | 139 aBtnText .SetModeImage( Image( ScResId( IMG_TEXT_H ) ), BMP_COLOR_HIGHCONTRAST ); in ScHFEditPage() 140 aBtnFile .SetModeImage( Image( ScResId( IMG_FILE_H ) ), BMP_COLOR_HIGHCONTRAST ); in ScHFEditPage() 141 aBtnTable .SetModeImage( Image( ScResId( IMG_TABLE_H ) ), BMP_COLOR_HIGHCONTRAST ); in ScHFEditPage() 142 aBtnPage .SetModeImage( Image( ScResId( IMG_PAGE_H ) ), BMP_COLOR_HIGHCONTRAST ); in ScHFEditPage() 143 aBtnLastPage.SetModeImage( Image( ScResId( IMG_PAGES_H ) ), BMP_COLOR_HIGHCONTRAST ); in ScHFEditPage() 144 aBtnDate .SetModeImage( Image( ScResId( IMG_DATE_H ) ), BMP_COLOR_HIGHCONTRAST ); in ScHFEditPage() 145 aBtnTime .SetModeImage( Image( ScResId( IMG_TIME_H ) ), BMP_COLOR_HIGHCONTRAST ); in ScHFEditPage()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | CollectionView.cxx | 160 m_aUp.SetModeImage(ModuleRes(IMG_NAVIGATION_BTN_UP_SC)); in DBG_NAME() 161 m_aUp.SetModeImage(ModuleRes(IMG_NAVIGATION_BTN_UP_SCH),BMP_COLOR_HIGHCONTRAST); in DBG_NAME() 162 m_aNewFolder.SetModeImage(ModuleRes(IMG_NAVIGATION_CREATEFOLDER_SC)); in DBG_NAME() 163 m_aNewFolder.SetModeImage(ModuleRes(IMG_NAVIGATION_CREATEFOLDER_SCH),BMP_COLOR_HIGHCONTRAST); in DBG_NAME()
|
H A D | dbfindex.cxx | 118 aIB_Add.SetModeImage( ModuleRes(IMG_ONE_LEFT_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME() 119 aIB_AddAll.SetModeImage( ModuleRes(IMG_ALL_LEFT_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME() 120 aIB_Remove.SetModeImage( ModuleRes(IMG_ONE_RIGHT_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME() 121 aIB_RemoveAll.SetModeImage( ModuleRes(IMG_ALL_RIGHT_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WNameMatch.cxx | 100 m_ibColumn_up.SetModeImage(ModuleRes(IMG_SORTUP_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME() 101 m_ibColumn_down.SetModeImage(ModuleRes(IMG_SORTDOWN_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME() 102 m_ibColumn_up_right.SetModeImage(ModuleRes(IMG_SORTUP_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME() 103 m_ibColumn_down_right.SetModeImage(ModuleRes(IMG_SORTDOWN_H),BMP_COLOR_HIGHCONTRAST); in DBG_NAME()
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | funcutl.cxx | 1069 SetModeImage( aImgRefStart ); in SetStartImage() 1070 SetModeImage( aImgRefStartHC, BMP_COLOR_HIGHCONTRAST ); in SetStartImage() 1075 SetModeImage( aImgRefDone ); in SetEndImage() 1076 SetModeImage( aImgRefDoneHC, BMP_COLOR_HIGHCONTRAST ); in SetEndImage()
|
H A D | parawin.cxx | 94 aBtnFx1.SetModeImage( aFxHC, BMP_COLOR_HIGHCONTRAST ); in ParaWin() 95 aBtnFx2.SetModeImage( aFxHC, BMP_COLOR_HIGHCONTRAST ); in ParaWin() 96 aBtnFx3.SetModeImage( aFxHC, BMP_COLOR_HIGHCONTRAST ); in ParaWin() 97 aBtnFx4.SetModeImage( aFxHC, BMP_COLOR_HIGHCONTRAST ); in ParaWin()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | TabBar.cxx | 65 mpMenuButton->SetModeImage( in TabBar() 167 mpMenuButton->SetModeImage(Theme::GetImage(Theme::Image_TabBarMenu), eColorMode); in UpdateButtonIcons() 176 iItem->mpButton->SetModeImage( in UpdateButtonIcons()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | browserline.cxx | 457 rButton.SetModeImage( aImage, BMP_COLOR_NORMAL ); in ShowBrowseButton() 458 rButton.SetModeImage( aHCImage, BMP_COLOR_HIGHCONTRAST ); in ShowBrowseButton() 466 rButton.SetModeImage( _rImage ); in ShowBrowseButton()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | hldoctp.cxx | 63 maBtBrowse.SetModeImage( Image( CUI_RES( IMG_BROWSE_HC ) ), BMP_COLOR_HIGHCONTRAST ); in SvxHyperlinkDocTp() 65 maBtFileopen.SetModeImage( Image( CUI_RES( IMG_FILEOPEN_HC ) ), BMP_COLOR_HIGHCONTRAST ); in SvxHyperlinkDocTp()
|
H A D | hlinettp.cxx | 70 maBtBrowse.SetModeImage( Image( CUI_RES( IMG_BROWSE_HC ) ), BMP_COLOR_HIGHCONTRAST ); in SvxHyperlinkInternetTp() 72 maBtTarget.SetModeImage( Image( CUI_RES( IMG_TARGET_HC ) ), BMP_COLOR_HIGHCONTRAST ); in SvxHyperlinkInternetTp()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 184 aBtnGetOneObject.SetModeImage( Image( SdResId( IMG_GET1OBJECT_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow() 185 aBtnGetAllObjects.SetModeImage( Image( SdResId( IMG_GETALLOBJECT_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow() 186 aBtnRemoveBitmap.SetModeImage( Image( SdResId( IMG_REMOVEBMP_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow() 187 aBtnRemoveAll.SetModeImage( Image( SdResId( IMG_REMOVEALLBMP_H ) ), BMP_COLOR_HIGHCONTRAST ); in AnimationWindow()
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 1421 mpUpButton->SetModeImage( layout::Image ( "res/commandimagelist/lc_moveup.png" ) ); in SortListBox() 1425 mpDownButton->SetModeImage( layout::Image ( "res/commandimagelist/lc_movedown.png" ) ); in SortListBox() 1430 mpRemoveButton->SetModeImage( layout::Image ( "res/commandimagelist/sc_closedoc.png" ) ); in SortListBox() 1754 pBtn->SetModeImage( aImg ); in EditorImpl()
|
/aoo42x/main/vcl/source/window/ |
H A D | msgbox.cxx | 313 mpFixedImage->SetModeImage( maImageHC, BMP_COLOR_HIGHCONTRAST ); in ImplPosControls() 466 sal_Bool MessBox::SetModeImage( const Image& rImage, BmpColorMode eMode ) in SetModeImage() function in MessBox
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | TableWindow.cxx | 300 m_aTypeImage.SetModeImage( aImage, BMP_COLOR_NORMAL ); in impl_updateImage() 301 m_aTypeImage.SetModeImage( aImageHC, BMP_COLOR_HIGHCONTRAST ); in impl_updateImage()
|
/aoo42x/main/reportdesign/source/ui/dlg/ |
H A D | Condition.cxx | 257 m_aMoveUp.SetModeImage( ModuleRes( IMG_MOVE_UP_HC ), BMP_COLOR_HIGHCONTRAST ); in Condition() 258 m_aMoveDown.SetModeImage( ModuleRes( IMG_MOVE_DOWN_HC ), BMP_COLOR_HIGHCONTRAST ); in Condition()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 748 SetModeImage( GetSettings().GetStyleSettings().GetHighContrastMode() ? aImageH : aImage); in SwNaviImageButton() 757 … SetModeImage( GetSettings().GetStyleSettings().GetHighContrastMode() ? aImageH : aImage); in DataChanged()
|