Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx155 sal_Int32 nCombinedWidth = ::std::max( aSecondaryRect.GetWidth(), aPrimaryRect.GetWidth() ); in Paint() local
159 aPrimaryRect.Right() = aSecondaryRect.Right() = _rRect.Left() + nCombinedWidth; in Paint()
163 aPrimaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 ); in Paint()
164 aSecondaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 ); in Paint()
169 aPrimaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 ); in Paint()
170 aSecondaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 ); in Paint()

Completed in 17 milliseconds