Searched refs:nCombinedHeight (Results 1 – 1 of 1) sorted by relevance
174 sal_Int32 nCombinedHeight = aPrimaryRect.GetHeight() + aSecondaryRect.GetHeight(); in Paint() local181 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 19 milliseconds