Lines Matching refs:Theme

103 	  mpPageNumberFont(Theme::GetFont(Theme::Font_PageNumber, *rSlideSorter.GetContentWindow())),  in PageObjectPainter()
104 mpShadowPainter(new FramePainter(mpTheme->GetIcon(Theme::Icon_RawShadow))), in PageObjectPainter()
105 mpFocusBorderPainter(new FramePainter(mpTheme->GetIcon(Theme::Icon_FocusBorder))), in PageObjectPainter()
111 msUnhideString(mpTheme->GetString(Theme::String_Unhide)), in PageObjectPainter()
117 Color aColor (mpTheme->GetColor(Theme::Color_Selection)); in PageObjectPainter()
209 void PageObjectPainter::SetTheme (const ::boost::shared_ptr<view::Theme>& rpTheme) in SetTheme()
325 mpTheme->GetIcon(Theme::Icon_HideSlideOverlay), in GetPreviewBitmap()
350 Color aPageNumberColor (mpTheme->GetColor(Theme::Color_PageNumberDefault)); in PaintPageNumber()
357 aPageNumberColor = Color(mpTheme->GetColor(Theme::Color_PageNumberHover)); in PaintPageNumber()
361 const Color aBackgroundColor (mpTheme->GetColor(Theme::Color_Background)); in PaintPageNumber()
366 aPageNumberColor = Color(mpTheme->GetColor(Theme::Color_PageNumberHighContrast)); in PaintPageNumber()
376 aPageNumberColor = Color(mpTheme->GetColor(Theme::Color_PageNumberBrightBackground)); in PaintPageNumber()
378 aPageNumberColor = Color(mpTheme->GetColor(Theme::Color_PageNumberDarkBackground)); in PaintPageNumber()
431 Theme::Gradient_MouseOverSelectedAndFocusedPage, in GetBackgroundForState()
439 Theme::Gradient_MouseOverPage, in GetBackgroundForState()
446 Theme::Gradient_MouseOverPage, in GetBackgroundForState()
453 Theme::Gradient_SelectedAndFocusedPage, in GetBackgroundForState()
460 Theme::Gradient_SelectedPage, in GetBackgroundForState()
467 Theme::Gradient_FocusedPage, in GetBackgroundForState()
475 Theme::Gradient_NormalPage, in GetBackgroundForState()
486 Theme::GradientColorType eType, in GetBackground()
500 const Theme::GradientColorType eColorType, in CreateBackgroundBitmap()
514 const Color aBackgroundColor (mpTheme->GetColor(Theme::Color_Background)); in CreateBackgroundBitmap()
521 const Color aTopColor(mpTheme->GetGradientColor(eColorType, Theme::Fill1)); in CreateBackgroundBitmap()
522 const Color aBottomColor(mpTheme->GetGradientColor(eColorType, Theme::Fill2)); in CreateBackgroundBitmap()
582 const Theme::GradientColorType eColorType, in PaintBorder()
590 rDevice.SetLineColor(mpTheme->GetGradientColor(eColorType, Theme::Border2)); in PaintBorder()
601 rDevice.SetLineColor(mpTheme->GetGradientColor(eColorType, Theme::Border1)); in PaintBorder()