Home
last modified time | relevance | path

Searched refs:aPadding (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DDeck.cxx154 const SvBorder aPadding ( in Paint() local
169 aPadding, in Paint()
175 aBox.Left() += aPadding.Left(); in Paint()
176 aBox.Top() += aPadding.Top(); in Paint()
177 aBox.Right() -= aPadding.Right(); in Paint()
178 aBox.Bottom() -= aPadding.Bottom(); in Paint()
H A DTabBar.cxx167 const SvBorder aPadding ( in Layout() local
172 sal_Int32 nX (aPadding.Top()); in Layout()
173 sal_Int32 nY (aPadding.Left()); in Layout()
207 nY += rButton.GetSizePixel().Height() + 1 + aPadding.Bottom(); in Layout()