Lines Matching refs:GetInteger
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()
198 const int nBorderSize (Theme::GetInteger(Theme::Int_DeckBorderSize)); in Paint()
450 const sal_Int32 nSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in Paint()