Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx174 sal_Int32 nCombinedHeight = aPrimaryRect.GetHeight() + aSecondaryRect.GetHeight(); in Paint() local
181 aPrimaryRect.Move( 0, aPlaygroundSize.Height() - nCombinedHeight ); in Paint()
182 aSecondaryRect.Move( 0, aPlaygroundSize.Height() - nCombinedHeight ); in Paint()
187 aPrimaryRect.Move( 0, ( aPlaygroundSize.Height() - nCombinedHeight ) / 2 ); in Paint()
188 aSecondaryRect.Move( 0, ( aPlaygroundSize.Height() - nCombinedHeight ) / 2 ); in Paint()
197 aPrimaryRect.Move( 0, nCombinedHeight - nVertDistance ); in Paint()

Completed in 27 milliseconds