Lines Matching refs:rImgLst
760 ImageList& rImgLst = GetSettings().GetStyleSettings().GetHighContrastMode() ? in ApplyImageList() local
763 aWrapThroughRB.SetModeRadioImage(rImgLst.GetImage(IMG_THROUGH)); in ApplyImageList()
767 aNoWrapRB.SetModeRadioImage(rImgLst.GetImage(IMG_NONE)); in ApplyImageList()
768 aWrapLeftRB.SetModeRadioImage(rImgLst.GetImage(IMG_LEFT)); in ApplyImageList()
769 aWrapRightRB.SetModeRadioImage(rImgLst.GetImage(IMG_RIGHT)); in ApplyImageList()
770 aWrapParallelRB.SetModeRadioImage(rImgLst.GetImage(IMG_PARALLEL)); in ApplyImageList()
771 aIdealWrapRB.SetModeRadioImage(rImgLst.GetImage(IMG_IDEAL)); in ApplyImageList()
775 aNoWrapRB.SetModeRadioImage(rImgLst.GetImage( IMG_KON_NONE )); in ApplyImageList()
776 aWrapLeftRB.SetModeRadioImage(rImgLst.GetImage( IMG_KON_LEFT )); in ApplyImageList()
777 aWrapRightRB.SetModeRadioImage(rImgLst.GetImage( IMG_KON_RIGHT )); in ApplyImageList()
778 aWrapParallelRB.SetModeRadioImage(rImgLst.GetImage(IMG_KON_PARALLEL )); in ApplyImageList()
779 aIdealWrapRB.SetModeRadioImage(rImgLst.GetImage( IMG_KON_IDEAL )); in ApplyImageList()