Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx584 sal_Int32 nRegularTotalWidth ((maRegularButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons() local
590 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 22 milliseconds