| /aoo41x/main/dbaccess/source/ext/adabas/ | 
| H A D | AdabasNewDb.cxx | 315 	m_BMP_CON.SetImage(		ModuleRes(UNCHECK_RED) );  in DBG_NAME()316 	m_BMP_SYS.SetImage(		ModuleRes(UNCHECK_RED) );  in DBG_NAME()
 317 	m_BMP_DOMAIN.SetImage(	ModuleRes(UNCHECK_RED) );  in DBG_NAME()
 748 			i++,m_BMP_CON.SetImage(ModuleRes(((m_nSetBitmap & 2) == 2) ? DEFAULT_BLUE : CHECK_GREEN));  in CheckBitmaps()
 750 		m_BMP_CON.SetImage(ModuleRes(UNCHECK_RED));  in CheckBitmaps()
 755 			i++,m_BMP_SYS.SetImage(ModuleRes(CHECK_GREEN));  in CheckBitmaps()
 757 			m_BMP_SYS.SetImage(ModuleRes(UNCHECK_RED));  in CheckBitmaps()
 760 			i++,m_BMP_DOMAIN.SetImage(ModuleRes(((m_nSetBitmap & 1) == 1) ? DEFAULT_BLUE : CHECK_GREEN));  in CheckBitmaps()
 762 			m_BMP_DOMAIN.SetImage(ModuleRes(UNCHECK_RED));  in CheckBitmaps()
 
 | 
| /aoo41x/main/chart2/source/controller/dialogs/ | 
| H A D | res_Trendline.cxx | 261         m_aFINone.SetImage( SELECT_IMAGE( BMP_REGRESSION_NONE ));  in FillValueSets()262     m_aFILinear.SetImage( SELECT_IMAGE( BMP_REGRESSION_LINEAR ));  in FillValueSets()
 263     m_aFILogarithmic.SetImage( SELECT_IMAGE( BMP_REGRESSION_LOG ));  in FillValueSets()
 264     m_aFIExponential.SetImage( SELECT_IMAGE( BMP_REGRESSION_EXP ));  in FillValueSets()
 265     m_aFIPower.SetImage( SELECT_IMAGE( BMP_REGRESSION_POWER ));  in FillValueSets()
 
 | 
| H A D | res_ErrorBar.cxx | 704         m_aFiNegative.SetImage( SELECT_IMAGE( BMP_INDICATE_DOWN ));  in FillValueSets()705         m_aFiPositive.SetImage( SELECT_IMAGE( BMP_INDICATE_UP ));  in FillValueSets()
 706         m_aFiBoth.SetImage( SELECT_IMAGE( BMP_INDICATE_BOTH_VERTI ));  in FillValueSets()
 710         m_aFiNegative.SetImage( SELECT_IMAGE( BMP_INDICATE_LEFT ));  in FillValueSets()
 711         m_aFiPositive.SetImage( SELECT_IMAGE( BMP_INDICATE_RIGHT ));  in FillValueSets()
 712         m_aFiBoth.SetImage( SELECT_IMAGE( BMP_INDICATE_BOTH_HORI ));  in FillValueSets()
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | msgbox.cxx | 310 		mpFixedImage->SetImage( maImage );  in ImplPosControls()469         SetImage( rImage );  in SetModeImage()
 495 	SetImage( GetSettings().GetStyleSettings().GetHighContrastMode() ?  in ImplInitInfoBoxData()
 548 	SetImage( WarningBox::GetStandardImage() );  in ImplInitWarningBoxData()
 594 	SetImage( GetSettings().GetStyleSettings().GetHighContrastMode() ?   in ImplInitErrorBoxData()
 640 	SetImage( GetSettings().GetStyleSettings().GetHighContrastMode() ?  in ImplInitQueryBoxData()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | fontwork.cxx | 947 		aFbShadowX.SetImage( rImgLst.GetImage( TBI_SHADOW_ANGLE ) );  in ApplyImageList()948 		aFbShadowY.SetImage( rImgLst.GetImage( TBI_SHADOW_SIZE ) );  in ApplyImageList()
 952 		aFbShadowX.SetImage( rImgLst.GetImage( TBI_SHADOW_XDIST ) );  in ApplyImageList()
 953 		aFbShadowY.SetImage( rImgLst.GetImage( TBI_SHADOW_YDIST ) );  in ApplyImageList()
 957 	aFbDistance.SetImage( rImgLst.GetImage( TBI_DISTANCE ) );  in ApplyImageList()
 958 	aFbTextStart.SetImage( rImgLst.GetImage( TBI_TEXTSTART ) );  in ApplyImageList()
 
 | 
| H A D | prtqry.cxx | 42 	SetImage( QueryBox::GetStandardImage() );  in SvxPrtQryBox()
 | 
| /aoo41x/main/forms/source/component/ | 
| H A D | clickableimage.cxx | 694                 pImgProd->SetImage( sURL );  in StartProduction()698                 pImgProd->SetImage(String());  in StartProduction()
 706             pImgProd->SetImage(*pStream);  in StartProduction()
 712             pImgProd->SetImage(String());  in StartProduction()
 725             GetImageProducer()->SetImage(String());  in SetURL()
 843                 GetImageProducer()->SetImage( rURL );  in SetURL()
 
 | 
| H A D | imgprod.hxx | 77 	void			SetImage( const ::rtl::OUString& rPath );78 	void			SetImage( SvStream& rStm );
 
 | 
| H A D | imgprod.cxx | 248 void ImageProducer::SetImage( const ::rtl::OUString& rPath )  in SetImage()  function in ImageProducer270 void ImageProducer::SetImage( SvStream& rStm )  in SetImage()  function in ImageProducer
 607 			SetImage( aURL );  in initialize()
 
 | 
| /aoo41x/main/svx/source/sidebar/line/ | 
| H A D | LineWidthControl.cxx | 173 	maVSWidth.SetImage(maIMGCusGray);  in Initialize()224 		maVSWidth.SetImage(maIMGCus);  in SetWidthSelect()
 234 		maVSWidth.SetImage(maIMGCusGray);  in SetWidthSelect()
 
 | 
| H A D | LineWidthValueSet.hxx | 40     void SetImage(Image img);
 | 
| /aoo41x/main/dbaccess/source/ui/dlg/ | 
| H A D | sqlmessage.cxx | 642 			m_aInfoImage.SetImage(InfoBox::GetStandardImage());  in impl_initImage()645 			m_aInfoImage.SetImage(WarningBox::GetStandardImage());  in impl_initImage()
 648 			m_aInfoImage.SetImage(ErrorBox::GetStandardImage());  in impl_initImage()
 651 			m_aInfoImage.SetImage(QueryBox::GetStandardImage());  in impl_initImage()
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | lstbox.cxx | 244 			mpImplWin->SetImage( aImage );  in IMPL_LINK()301 				mpImplWin->SetImage( aImage );  in IMPL_LINK()
 309 			mpImplWin->SetImage( aImage );  in IMPL_LINK()
 1056 		mpImplWin->SetImage( aImage );  in Clear()
 1072 		mpImplWin->SetImage( aImage );  in SetNoSelection()
 
 | 
| H A D | throbber.cxx | 234     SetImage( aInitialImage );  in setImageList()309     SetImage( maImageList[ mnCurStep ] );  in IMPL_LINK()
 
 | 
| /aoo41x/main/xmlsecurity/source/dialogs/ | 
| H A D | certificateviewer.cxx | 119         maKeyImg.SetImage( Image( XMLSEC_RES( IMG_KEY_HC ) ) );  in CertificateViewerGeneralTP()130         maCertImg.SetImage(  in CertificateViewerGeneralTP()
 135         maCertImg.SetImage( Image( XMLSEC_RES( IMG_STATE_CERIFICATED_HC ) ) );  in CertificateViewerGeneralTP()
 
 | 
| H A D | digitalsignaturesdialog.cxx | 222         maSigsValidImg.SetImage( Image( XMLSEC_RES( IMG_STATE_VALID_HC ) ) );  in DigitalSignaturesDialog()223         maSigsInvalidImg.SetImage( Image( XMLSEC_RES( IMG_STATE_BROKEN_HC ) ) );  in DigitalSignaturesDialog()
 224         maSigsNotvalidatedImg.SetImage( Image( XMLSEC_RES( IMG_STATE_NOTVALIDATED_HC ) ) );  in DigitalSignaturesDialog()
 
 | 
| /aoo41x/main/desktop/source/deployment/gui/ | 
| H A D | license_dialog.cxx | 216         m_fiArrow1.SetImage(Image(DpGuiResId(IMG_LICENCE_ARROW_HC)));  in LicenseDialogImpl()217         m_fiArrow2.SetImage(Image(DpGuiResId(IMG_LICENCE_ARROW_HC)));  in LicenseDialogImpl()
 
 | 
| /aoo41x/main/reportdesign/source/ui/report/ | 
| H A D | StartMarker.cxx | 199     m_aImage.SetImage(*pImage);  in changeImage()221     m_aImage.SetImage(*pImage);  in initDefaultNodeImages()
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | ivctrl.hxx | 124 	void					SetImage ( const Image& rImage ) { aImage = rImage; }  in SetImage()  function in SvxIconChoiceCtrlEntry182 	void					SetImage( const Image& rImg ) { aColImage = rImg; }  in SetImage()  function in SvxIconChoiceCtrlColumnInfo
 
 | 
| /aoo41x/main/svx/source/sidebar/paragraph/ | 
| H A D | ParaPropertyPanel.cxx | 557     maFISpace1.SetImage(maSpace1);  in initial()558 	maFISpace2.SetImage(maSpace2);  in initial()
 559 	maFIndent1.SetImage(maIndent3);  in initial()
 560 	maFIndent2.SetImage(maIndent2);  in initial()
 561 	maFIndent3.SetImage(maIndent1);  in initial()
 
 | 
| /aoo41x/main/svtools/source/uno/ | 
| H A D | treecontrolpeer.cxx | 133 	void			SetImage( const Image& rImage );276 			pUnoItem->SetImage( aNodeImage );  in createEntry()
 318 					pUnoItem->SetImage( aImage );  in updateEntry()
 1703 void UnoTreeListItem::SetImage( const Image& rImage )  in SetImage()  function in UnoTreeListItem
 
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | querytemplate.cxx | 39     SetImage( QueryBox::GetStandardImage() );  in QueryTemplateBox()
 | 
| /aoo41x/main/uui/source/ | 
| H A D | lockfailed.cxx | 34     SetImage( ErrorBox::GetStandardImage() );  in LockFailedQueryBox()
 | 
| H A D | filechanged.cxx | 32     SetImage( QueryBox::GetStandardImage() );  in FileChangedQueryBox()
 | 
| /aoo41x/main/sc/source/ui/sidebar/ | 
| H A D | CellLineStyleValueSet.hxx | 45     void SetImage(Image img);
 |