Lines Matching refs:Theme

71 Theme::Theme (const ::boost::shared_ptr<controller::Properties>& rpProperties)  in Theme()  function in sd::slidesorter::view::Theme
124 void Theme::Update (const ::boost::shared_ptr<controller::Properties>& rpProperties) in Update()
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()
396 sal_Int32 Theme::GetGradientSaturationOverride (const GradientColorType eType) in GetGradientSaturationOverride()
405 sal_Int32 Theme::GetGradientBrightnessOverride (const GradientColorType eType) in GetGradientBrightnessOverride()
414 void Theme::SetGradientSaturationOverride (const GradientColorType eType, const sal_Int32 nValue) in SetGradientSaturationOverride()
431 void Theme::SetGradientBrightnessOverride (const GradientColorType eType, const sal_Int32 nValue) in SetGradientBrightnessOverride()
447 const BitmapEx& Theme::GetIcon (const IconType eType) in GetIcon()
461 sal_Int32 Theme::GetIntegerValue (const IntegerValueType eType) const in GetIntegerValue()
475 void Theme::SetIntegerValue (const IntegerValueType eType, const sal_Int32 nValue) in SetIntegerValue()
488 ::rtl::OUString Theme::GetString (const StringType eType) const in GetString()
502 Theme::GradientDescriptor& Theme::GetGradient (const GradientColorType eType) in GetGradient()
516 void Theme::InitializeIcon (const IconType eType, sal_uInt16 nResourceId) in InitializeIcon()