Searched refs:IsHighContrastMode (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 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/sfx2/source/sidebar/ |
H A D | Tools.cxx | 52 if (Theme::IsHighContrastMode()) in GetImage() 74 … const Image aPanelImage (::GetImage(rxFrame, rsURL, sal_False, Theme::IsHighContrastMode())); in GetImage() 84 …onst Image aPanelImage (::GetImage(rxFrame, sCommandName, sal_False, Theme::IsHighContrastMode())); in GetImage()
|
H A D | TabBar.cxx | 67 Theme::IsHighContrastMode() in TabBar() 163 Theme::IsHighContrastMode() in UpdateButtonIcons()
|
H A D | CustomImageRadioButton.cxx | 68 const Image aIcon (GetModeRadioImage(Theme::IsHighContrastMode() in Paint()
|
H A D | MenuButton.cxx | 78 const Image aIcon (Button::GetModeImage(Theme::IsHighContrastMode() in Paint()
|
H A D | TabItem.cxx | 81 const Image aIcon (Button::GetModeImage(Theme::IsHighContrastMode() in Paint()
|
H A D | SidebarToolBox.cxx | 319 const bool bIsHighContrastActive (sfx2::sidebar::Theme::IsHighContrastMode()); in UpdateIcons()
|
H A D | SidebarController.cxx | 1193 const bool bIsHighContrastModeActive (Theme::IsHighContrastMode()); in UpdateTitleBarIcons()
|
H A D | Theme.cxx | 151 bool Theme::IsHighContrastMode (void) in IsHighContrastMode() function in sfx2::sidebar::Theme
|
/trunk/main/svx/source/sidebar/possize/ |
H A D | SidebarDialControlBmp.cxx | 64 if ( ! sfx2::sidebar::Theme::IsHighContrastMode()) in DrawElements() 81 sfx2::sidebar::Theme::IsHighContrastMode() in DrawBackground()
|
H A D | PosSizePropertyPanel.cxx | 279 GetImage(mxFrame, A2S(".uno:FlipHorizontal"), sal_False, Theme::IsHighContrastMode())); in Initialize() 282 GetImage(mxFrame, A2S(".uno:FlipVertical"), sal_False, Theme::IsHighContrastMode())); in Initialize()
|
/trunk/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 412 const bool bIsHighContrastModeActive (Theme::IsHighContrastMode()); in InitToolBoxAlign() 426 const bool bIsHighContrastModeActive (Theme::IsHighContrastMode()); in InitToolBoxVertAlign() 447 const bool bIsHighContrastModeActive (Theme::IsHighContrastMode()); in InitToolBoxIndent() 500 const bool bIsHighContrastModeActive (Theme::IsHighContrastMode()); in InitToolBoxBulletsNumbering()
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | Theme.hxx | 157 static bool IsHighContrastMode (void);
|
Completed in 49 milliseconds