Searched refs:aPadding (Results 1 – 2 of 2) sorted by relevance
178 const SvBorder aPadding ( in Paint() local193 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()
189 const SvBorder aPadding ( in Layout() local194 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 11 milliseconds