Searched refs:nRegularTotalWidth (Results 1 – 1 of 1) sorted by relevance
584 sal_Int32 nRegularTotalWidth ((maRegularButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons() local590 nRegularTotalWidth += aSize.Width(); in LayoutButtons()600 maButtonBoundingBox.Left() += (maButtonBoundingBox.GetWidth() - nRegularTotalWidth)/2; in LayoutButtons()601 maButtonBoundingBox.Right() = maButtonBoundingBox.Left() + nRegularTotalWidth - 1; in LayoutButtons()
Completed in 17 milliseconds