Lines Matching refs:Theme
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()
155 aWindowSize.Width() - 1 - Theme::GetInteger(Theme::Int_DeckRightPadding) - nBorderSize, in GetContentArea()
156 aWindowSize.Height() - 1 - Theme::GetInteger(Theme::Int_DeckBottomPadding) - 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()
203 …const sfx2::sidebar::Paint& rHorizontalBorderPaint (Theme::GetPaint(Theme::Paint_HorizontalBorder)… in Paint()
209 Theme::GetPaint(Theme::Paint_VerticalBorder)); in Paint()
450 const sal_Int32 nSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in Paint()
453 …const sfx2::sidebar::Paint& rHorizontalBorderPaint (Theme::GetPaint(Theme::Paint_HorizontalBorder)… in Paint()