Home
last modified time | relevance | path

Searched refs:SetModeImage (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/cui/source/tabpages/
H A Ddstribut.cxx107 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 Dnumfmt.cxx318 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 Dtplneend.cxx103 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 Dtphatch.cxx105 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 Dtpbitmap.cxx119 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()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx64 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 DRangeSelectionButton.cxx41 SetModeImage( Image( SchResId(IMG_SELECTRANGE) ), BMP_COLOR_NORMAL ); in RangeSelectionButton()
42 SetModeImage( Image( SchResId(IMG_SELECTRANGE_HC) ), BMP_COLOR_HIGHCONTRAST ); in RangeSelectionButton()
/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx125 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()
/trunk/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx139 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()
/trunk/main/dbaccess/source/ui/dlg/
H A DCollectionView.cxx160 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 Ddbfindex.cxx118 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()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx100 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()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx1069 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 Dparawin.cxx94 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()
/trunk/main/sfx2/source/sidebar/
H A DTabBar.cxx65 mpMenuButton->SetModeImage( in TabBar()
167 mpMenuButton->SetModeImage(Theme::GetImage(Theme::Image_TabBarMenu), eColorMode); in UpdateButtonIcons()
176 iItem->mpButton->SetModeImage( in UpdateButtonIcons()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserline.cxx457 rButton.SetModeImage( aImage, BMP_COLOR_NORMAL ); in ShowBrowseButton()
458 rButton.SetModeImage( aHCImage, BMP_COLOR_HIGHCONTRAST ); in ShowBrowseButton()
466 rButton.SetModeImage( _rImage ); in ShowBrowseButton()
/trunk/main/cui/source/dialogs/
H A Dhldoctp.cxx63 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 Dhlinettp.cxx70 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()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx184 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()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1421 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()
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx313 mpFixedImage->SetModeImage( maImageHC, BMP_COLOR_HIGHCONTRAST ); in ImplPosControls()
466 sal_Bool MessBox::SetModeImage( const Image& rImage, BmpColorMode eMode ) in SetModeImage() function in MessBox
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx300 m_aTypeImage.SetModeImage( aImage, BMP_COLOR_NORMAL ); in impl_updateImage()
301 m_aTypeImage.SetModeImage( aImageHC, BMP_COLOR_HIGHCONTRAST ); in impl_updateImage()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx257 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()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx748 SetModeImage( GetSettings().GetStyleSettings().GetHighContrastMode() ? aImageH : aImage); in SwNaviImageButton()
757SetModeImage( GetSettings().GetStyleSettings().GetHighContrastMode() ? aImageH : aImage); in DataChanged()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx262 bool SetModeImage (Image const& image);
263 bool SetModeImage (::Image const& image, BmpColorMode mode=BMP_COLOR_NORMAL);

Completed in 110 milliseconds

123