Searched refs:lcl_getStyleColor (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/toolkit/source/awt/ |
| H A D | stylesettings.cxx | 157 …sal_Int32 lcl_getStyleColor( WindowStyleSettings_Data& i_rData, Color const & (StyleSettings::*i_p… in lcl_getStyleColor() function 200 return lcl_getStyleColor( *m_pData, &StyleSettings::GetActiveBorderColor ); in getActiveBorderColor() 214 return lcl_getStyleColor( *m_pData, &StyleSettings::GetActiveColor ); in getActiveColor() 228 return lcl_getStyleColor( *m_pData, &StyleSettings::GetActiveTabColor ); in getActiveTabColor() 242 return lcl_getStyleColor( *m_pData, &StyleSettings::GetActiveTextColor ); in getActiveTextColor() 256 return lcl_getStyleColor( *m_pData, &StyleSettings::GetButtonRolloverTextColor ); in getButtonRolloverTextColor() 270 return lcl_getStyleColor( *m_pData, &StyleSettings::GetButtonTextColor ); in getButtonTextColor() 284 return lcl_getStyleColor( *m_pData, &StyleSettings::GetCheckedColor ); in getCheckedColor() 298 return lcl_getStyleColor( *m_pData, &StyleSettings::GetDarkShadowColor ); in getDarkShadowColor() 312 return lcl_getStyleColor( *m_pData, &StyleSettings::GetDeactiveBorderColor ); in getDeactiveBorderColor() [all …]
|