/trunk/main/sfx2/source/sidebar/ |
H A D | TabBar.cxx | 66 Theme::GetImage(Theme::Image_TabBarMenu), in TabBar() 93 SetLineColor(Theme::GetColor(Theme::Color_TabMenuSeparator)); in Paint() 104 return Theme::GetInteger(Theme::Int_TabItemWidth) in GetDefaultWidth() 105 + Theme::GetInteger(Theme::Int_TabBarLeftPadding) in GetDefaultWidth() 106 + Theme::GetInteger(Theme::Int_TabBarRightPadding); in GetDefaultWidth() 190 Theme::GetInteger(Theme::Int_TabBarLeftPadding), in Layout() 191 Theme::GetInteger(Theme::Int_TabBarTopPadding), in Layout() 192 Theme::GetInteger(Theme::Int_TabBarRightPadding), in Layout() 193 Theme::GetInteger(Theme::Int_TabBarBottomPadding)); in Layout() 197 Theme::GetInteger(Theme::Int_TabItemWidth), in Layout() [all …]
|
H A D | Deck.cxx | 150 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in GetContentArea() 153 Theme::GetInteger(Theme::Int_DeckLeftPadding) + nBorderSize, in GetContentArea() 154 Theme::GetInteger(Theme::Int_DeckTopPadding) + nBorderSize, in GetContentArea() 179 Theme::GetInteger(Theme::Int_DeckLeftPadding), in Paint() 180 Theme::GetInteger(Theme::Int_DeckTopPadding), in Paint() 181 Theme::GetInteger(Theme::Int_DeckRightPadding), in Paint() 182 Theme::GetInteger(Theme::Int_DeckBottomPadding)); in Paint() 194 Theme::GetPaint(Theme::Paint_DeckBackground), in Paint() 195 Theme::GetPaint(Theme::Paint_DeckBackground)); in Paint() 198 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in Paint() [all …]
|
H A D | Theme.cxx | 41 ::rtl::Reference<Theme> Theme::mpInstance; 44 Theme& Theme::GetCurrentTheme (void) in GetCurrentTheme() 48 mpInstance.set(new Theme()); in GetCurrentTheme() 55 Theme::Theme (void) in Theme() function in sfx2::sidebar::Theme 75 Theme::~Theme (void) in ~Theme() 173 void Theme::InitializeTheme (void) in InitializeTheme() 184 void Theme::UpdateTheme (void) in UpdateTheme() 822 Theme::PropertyType Theme::GetPropertyType (const ThemeItem eItem) in GetPropertyType() 949 Theme::VetoableListenerContainer* Theme::GetVetoableListeners ( in GetVetoableListeners() 966 Theme::ChangeListenerContainer* Theme::GetChangeListeners ( in GetChangeListeners() [all …]
|
H A D | ToolBoxBackground.cxx | 42 ? Tools::RectangleToSvBorder(Theme::GetRectangle(Theme::Rect_ToolBoxPadding)) in ToolBoxBackground() 46 SetBackground(Theme::GetPaint(Theme::Paint_ToolBoxBackground).GetWallpaper()); in ToolBoxBackground() 105 const sidebar::Paint aTopLeftBorderPaint (Theme::GetPaint(Theme::Paint_ToolBoxBorderTopLeft)); in Paint() 106 …const sidebar::Paint aCenterBorderPaint (Theme::GetPaint(Theme::Paint_ToolBoxBorderCenterCorners)); in Paint() 107 …const sidebar::Paint aBottomRightBorderPaint (Theme::GetPaint(Theme::Paint_ToolBoxBorderBottomRigh… in Paint() 108 const Rectangle aBorderSize (Theme::GetRectangle(Theme::Rect_ToolBoxBorder)); in Paint() 125 SetBackground(Theme::GetPaint(Theme::Paint_ToolBoxBackground).GetWallpaper()); in DataChanged() 126 maPadding = Tools::RectangleToSvBorder(Theme::GetRectangle(Theme::Rect_ToolBoxPadding)); in DataChanged()
|
H A D | PanelTitleBar.cxx | 93 Theme::GetImage(Theme::Image_PanelMenu)); in SetMoreOptionsCommand() 119 ? Theme::GetImage(Theme::Image_Expand) in GetTitleArea() 120 : Theme::GetImage(Theme::Image_Collapse)); in GetTitleArea() 141 ? Theme::GetImage(Theme::Image_Collapse) in PaintDecoration() 142 : Theme::GetImage(Theme::Image_Expand)); in PaintDecoration() 155 return Theme::GetPaint(Theme::Paint_PanelTitleBarBackground); in GetBackgroundPaint() 163 return Theme::GetColor(Theme::Color_PanelTitleFont); in GetTextColor() 242 Theme::GetImage(Theme::Image_PanelMenu)); in DataChanged()
|
H A D | TabItem.cxx | 45 SetBackground(Theme::GetPaint(Theme::Paint_TabBarBackground).GetWallpaper()); in TabItem() 73 Theme::GetInteger(Theme::Int_ButtonCornerRadius), in Paint() 75 ? Theme::GetColor(Theme::Color_TabItemBorder) in Paint() 78 ? Theme::GetPaint(Theme::Paint_TabItemBackgroundHighlight) in Paint() 79 : Theme::GetPaint(Theme::Paint_TabItemBackgroundNormal)); in Paint() 81 const Image aIcon (Button::GetModeImage(Theme::IsHighContrastMode() in Paint()
|
H A D | DeckTitleBar.cxx | 81 Theme::GetImage(Theme::Image_Closer)); in SetCloserVisible() 97 Image aGripImage (Theme::GetImage(Theme::Image_Grip)); in GetTitleArea() 118 return Theme::GetPaint(Theme::Paint_DeckTitleBarBackground); in GetBackgroundPaint() 126 return Theme::GetColor(Theme::Color_DeckTitleFont); in GetTextColor() 157 Theme::GetImage(Theme::Image_Closer)); in DataChanged()
|
H A D | CustomImageRadioButton.cxx | 57 const Theme::ThemeItem eBackground = in Paint() 59 ? Theme::Paint_TabItemBackgroundHighlight in Paint() 60 : Theme::Paint_PanelBackground; in Paint() 64 Theme::GetInteger(Theme::Int_ButtonCornerRadius), in Paint() 65 … IsChecked() || IsMouseOver() ? Theme::GetColor(Theme::Color_TabItemBorder) : Color(0xffffffff), in Paint() 66 Theme::GetPaint( eBackground ) ); in Paint() 68 const Image aIcon (GetModeRadioImage(Theme::IsHighContrastMode() in Paint()
|
H A D | DeckLayouter.cxx | 210 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in PlacePanels() 211 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in PlacePanels() 304 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in GetRequestedSizes() 305 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in GetRequestedSizes() 441 const sal_Int32 nDeckTitleBarHeight (Theme::GetInteger(Theme::Int_DeckTitleBarHeight)); in PlaceDeckTitle() 511 rFiller.SetBackground(Theme::GetPaint(Theme::Paint_PanelBackground).GetWallpaper()); in UpdateFiller()
|
H A D | MenuButton.cxx | 72 ? Theme::GetColor(Theme::Color_TabItemBorder) in Paint() 75 ? Theme::GetPaint(Theme::Paint_TabItemBackgroundHighlight) in Paint() 76 : Theme::GetPaint(Theme::Paint_TabItemBackgroundNormal)); in Paint() 78 const Image aIcon (Button::GetModeImage(Theme::IsHighContrastMode() in Paint()
|
H A D | SidebarToolBox.cxx | 51 maItemSeparator(Theme::GetImage(Theme::Image_ToolBoxItemSeparator)), in SidebarToolBox() 88 maItemSeparator(Theme::GetImage(Theme::Image_ToolBoxItemSeparator)), in SidebarToolBox() 158 if (Theme::GetBoolean(Theme::Bool_UseToolBoxItemSeparator)) in Paint() 319 const bool bIsHighContrastActive (sfx2::sidebar::Theme::IsHighContrastMode()); in UpdateIcons()
|
H A D | SidebarController.cxx | 157 Theme::GetPropertySet()->addPropertyChangeListener( in SidebarController() 242 Theme::GetPropertySet()->removePropertyChangeListener( in disposing() 753 aCreationArguments.put("Theme", Theme::GetPropertySet()); in CreateUIElement() 804 Theme::HandleDataChange(); in IMPL_LINK() 1162 const Image aImage (Theme::GetImage(Theme::Image_CloseIndicator)); in UpdateCloseIndicator() 1165 pFixedImage->SetBackground(Theme::GetWallpaper(Theme::Paint_DeckBackground)); in UpdateCloseIndicator() 1193 const bool bIsHighContrastModeActive (Theme::IsHighContrastMode()); in UpdateTitleBarIcons()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsButtonBar.cxx | 69 const ::boost::shared_ptr<Theme>& rpTheme, 84 ::boost::shared_ptr<Theme> mpTheme; 748 ? Theme::Integer_ButtonFadeInDelay in StartFadeAnimation() 887 Theme::Gradient_ButtonBackground, in CreateBackground() 888 Theme::Fill1)); in CreateBackground() 890 Theme::Gradient_ButtonBackground, in CreateBackground() 891 Theme::Border1)); in CreateBackground() 893 Theme::Gradient_ButtonBackground, in CreateBackground() 894 Theme::Fill2)); in CreateBackground() 896 Theme::Gradient_ButtonBackground, in CreateBackground() [all …]
|
H A D | SlsPageObjectPainter.cxx | 103 mpPageNumberFont(Theme::GetFont(Theme::Font_PageNumber, *rSlideSorter.GetContentWindow())), in PageObjectPainter() 325 mpTheme->GetIcon(Theme::Icon_HideSlideOverlay), in GetPreviewBitmap() 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() [all …]
|
H A D | SlsTheme.cxx | 71 Theme::Theme (const ::boost::shared_ptr<controller::Properties>& rpProperties) in Theme() function in sd::slidesorter::view::Theme 249 ::boost::shared_ptr<Font> Theme::GetFont ( in GetFont() 300 ColorData Theme::GetColor (const ColorType eType) in GetColor() 311 void Theme::SetColor ( in SetColor() 322 ColorData Theme::GetGradientColor ( in GetGradientColor() 342 sal_Int32 Theme::GetGradientOffset ( in GetGradientOffset() 362 void Theme::SetGradient ( in SetGradient() 447 const BitmapEx& Theme::GetIcon (const IconType eType) in GetIcon() 461 sal_Int32 Theme::GetIntegerValue (const IntegerValueType eType) const in GetIntegerValue() 488 ::rtl::OUString Theme::GetString (const StringType eType) const in GetString() [all …]
|
H A D | SlsInsertionIndicatorOverlay.cxx | 87 new FramePainter(mrSlideSorter.GetTheme()->GetIcon(Theme::Icon_RawInsertShadow))) in InsertionIndicatorOverlay() 137 ::boost::shared_ptr<view::Theme> pTheme (mrSlideSorter.GetTheme()); in Create() 167 aContent.SetLineColor(pTheme->GetColor(Theme::Color_PreviewBorder)); in Create() 206 const BitmapEx aExclusionOverlay (mrSlideSorter.GetTheme()->GetIcon(Theme::Icon_HideSlideOverlay)); in PaintRepresentatives() 294 ::boost::shared_ptr<view::Theme> pTheme (mrSlideSorter.GetTheme()); in PaintPageCount() 295 ::boost::shared_ptr<Font> pFont(Theme::GetFont(Theme::Font_PageCount, rDevice)); in PaintPageCount() 317 rDevice.SetFillColor(pTheme->GetColor(Theme::Color_Selection)); in PaintPageCount() 318 rDevice.SetLineColor(pTheme->GetColor(Theme::Color_Selection)); in PaintPageCount() 322 rDevice.SetLineColor(pTheme->GetColor(Theme::Color_PageCountFontColor)); in PaintPageCount() 325 rDevice.SetTextColor(pTheme->GetColor(Theme::Color_PageCountFontColor)); in PaintPageCount()
|
H A D | SlsLayouter.cxx | 75 ::boost::shared_ptr<view::Theme> mpTheme; 218 const ::boost::shared_ptr<view::Theme>& rpTheme); 245 const ::boost::shared_ptr<view::Theme>& rpTheme); 271 const ::boost::shared_ptr<view::Theme>& rpTheme); 298 const ::boost::shared_ptr<view::Theme>& rpTheme); 322 const ::boost::shared_ptr<Theme>& rpTheme) in Layouter() 569 const ::boost::shared_ptr<view::Theme>& rpTheme) in Implementation() 579 mnVerticalGap (10 - 2*rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)), in Implementation() 1204 const ::boost::shared_ptr<view::Theme>& rpTheme) in HorizontalImplementation() 1283 const ::boost::shared_ptr<view::Theme>& rpTheme) in VerticalImplementation() [all …]
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterTheme.cxx | 258 class PresenterTheme::Theme class in sdext::presenter::PresenterTheme 261 Theme ( 265 ~Theme (void); 273 ::boost::shared_ptr<Theme> mpParentTheme; 367 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetStyleName() 573 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetFont() 707 PresenterTheme::Theme::Theme ( in Theme() function in sdext::presenter::PresenterTheme::Theme 725 PresenterTheme::Theme::~Theme (void) in ~Theme() 732 void PresenterTheme::Theme::Read ( in Read() 818 void PresenterTheme::Theme::ProcessFont( in ProcessFont() [all …]
|
/trunk/main/oox/source/drawingml/ |
H A D | theme.cxx | 33 Theme::Theme() in Theme() function in oox::drawingml::Theme 37 Theme::~Theme() in ~Theme() 52 const FillProperties* Theme::getFillStyle( sal_Int32 nIndex ) const in getFillStyle() 59 const LineProperties* Theme::getLineStyle( sal_Int32 nIndex ) const in getLineStyle() 64 const PropertyMap* Theme::getEffectStyle( sal_Int32 nIndex ) const in getEffectStyle() 69 const TextCharacterProperties* Theme::getFontStyle( sal_Int32 nSchemeType ) const in getFontStyle() 74 const TextFont* Theme::resolveFont( const OUString& rName ) const in resolveFont()
|
/trunk/main/svx/source/sidebar/text/ |
H A D | TextCharacterSpacingControl.cxx | 91 sfx2::sidebar::Theme::GetColor( sfx2::sidebar::Theme::Paint_PanelBackground )); in initial() 94 sfx2::sidebar::Theme::GetColor( sfx2::sidebar::Theme::Paint_PanelBackground )); in initial() 97 sfx2::sidebar::Theme::GetColor( sfx2::sidebar::Theme::Paint_PanelBackground )); in initial() 100 sfx2::sidebar::Theme::GetColor( sfx2::sidebar::Theme::Paint_PanelBackground )); in initial() 103 sfx2::sidebar::Theme::GetColor( sfx2::sidebar::Theme::Paint_PanelBackground )); in initial()
|
/trunk/main/svx/source/sidebar/tools/ |
H A D | PopupControl.cxx | 26 using ::sfx2::sidebar::Theme; 38 SetBackground(Theme::GetWallpaper(Theme::Paint_DropDownBackground)); in PopupControl() 58 SetLineColor(Theme::GetColor(Theme::Color_DropDownBorder)); in Paint()
|
/trunk/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsPageObjectPainter.hxx | 61 void SetTheme (const ::boost::shared_ptr<view::Theme>& rpTheme); 83 ::boost::shared_ptr<view::Theme> mpTheme; 112 const Theme::GradientColorType eColorType, 119 Theme::GradientColorType eType, 124 const Theme::GradientColorType eType,
|
/trunk/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 45 using ::sfx2::sidebar::Theme; 115 GetImage(mxFrame, A2S(".uno:NumericField"), sal_False, Theme::IsHighContrastMode())); in Initialize() 118 GetImage(mxFrame, A2S(".uno:NumberFormatPercent"), sal_False, Theme::IsHighContrastMode())); in Initialize() 121 … GetImage(mxFrame, A2S(".uno:NumberFormatCurrency"), sal_False, Theme::IsHighContrastMode())); in Initialize() 124 GetImage(mxFrame, A2S(".uno:NumberFormatDate"), sal_False, Theme::IsHighContrastMode())); in Initialize() 127 GetImage(mxFrame, A2S(".uno:InsertFixedText"), sal_False, Theme::IsHighContrastMode())); in Initialize()
|
/trunk/main/sd/source/ui/sidebar/ |
H A D | LayoutMenu.cxx | 156 SetBackground(sfx2::sidebar::Theme::GetWallpaper(sfx2::sidebar::Theme::Paint_PanelBackground)); in LayoutMenu() 157 SetColor(sfx2::sidebar::Theme::GetColor(sfx2::sidebar::Theme::Paint_PanelBackground)); in LayoutMenu() 910 SetBackground(sfx2::sidebar::Theme::GetWallpaper(sfx2::sidebar::Theme::Paint_PanelBackground)); in DataChanged() 911 SetColor(sfx2::sidebar::Theme::GetColor(sfx2::sidebar::Theme::Paint_PanelBackground)); in DataChanged()
|
/trunk/main/svx/source/sidebar/possize/ |
H A D | SidebarDialControlBmp.cxx | 64 if ( ! sfx2::sidebar::Theme::IsHighContrastMode()) in DrawElements() 77 SetFillColor(sfx2::sidebar::Theme::GetColor(sfx2::sidebar::Theme::Paint_PanelBackground)); in DrawBackground() 81 sfx2::sidebar::Theme::IsHighContrastMode() in DrawBackground()
|