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.cxx178 const SvBorder aPadding ( in Paint() local
193 aPadding, in Paint()
199 aBox.Left() += aPadding.Left(); in Paint()
200 aBox.Top() += aPadding.Top(); in Paint()
201 aBox.Right() -= aPadding.Right(); in Paint()
202 aBox.Bottom() -= aPadding.Bottom(); in Paint()
H A DTabBar.cxx189 const SvBorder aPadding ( in Layout() local
194 sal_Int32 nX (aPadding.Top()); in Layout()
195 sal_Int32 nY (aPadding.Left()); in Layout()
229 nY += rButton.GetSizePixel().Height() + 1 + aPadding.Bottom(); in Layout()

Completed in 20 milliseconds