Searched refs:GetIntegerValue (Results 1 – 6 of 6) sorted by relevance
560 const sal_Int32 nGap (mrSlideSorter.GetTheme()->GetIntegerValue(Theme::Integer_ButtonGap)); in LayoutButtons()561 … const sal_Int32 nBorder (mrSlideSorter.GetTheme()->GetIntegerValue(Theme::Integer_ButtonBorder)); in LayoutButtons()597 if (mrSlideSorter.GetTheme()->GetIntegerValue(Theme::Integer_ButtonPaintType) == 1) in LayoutButtons()747 : (mrSlideSorter.GetTheme()->GetIntegerValue(bFadeIn in StartFadeAnimation()750 const sal_Int32 nDuration (mrSlideSorter.GetTheme()->GetIntegerValue(bFadeIn in StartFadeAnimation()825 const sal_Int32 nGap (mpTheme->GetIntegerValue(Theme::Integer_ButtonGap)); in UpdateMinimumIconSizes()826 const sal_Int32 nBorder (mpTheme->GetIntegerValue(Theme::Integer_ButtonBorder)); in UpdateMinimumIconSizes()
46 maTimer.SetTimeout(rSlideSorter.GetTheme()->GetIntegerValue(Theme::Integer_ToolTipDelay)); in ToolTip()
63 const int nFocusIndicatorWidth (rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)); in PageObjectLayouter()
579 mnVerticalGap (10 - 2*rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)), in Implementation()580 mnHorizontalGap(10 - 2*rpTheme->GetIntegerValue(Theme::Integer_FocusIndicatorWidth)), in Implementation()
461 sal_Int32 Theme::GetIntegerValue (const IntegerValueType eType) const in GetIntegerValue() function in sd::slidesorter::view::Theme
178 sal_Int32 GetIntegerValue (const IntegerValueType eType) const;
Completed in 35 milliseconds