Lines Matching refs:nShiftHalfWidths
43 sal_Int32 nShiftHalfWidths = 0; in getReanchoredPosition() local
58 nShiftHalfWidths -= 1; in getReanchoredPosition()
61 nShiftHalfWidths -= 1; in getReanchoredPosition()
65 nShiftHalfWidths -= 1; in getReanchoredPosition()
69 nShiftHalfWidths -= 2; in getReanchoredPosition()
72 nShiftHalfWidths -= 2; in getReanchoredPosition()
76 nShiftHalfWidths -= 2; in getReanchoredPosition()
95 nShiftHalfWidths += 1; in getReanchoredPosition()
98 nShiftHalfWidths += 1; in getReanchoredPosition()
102 nShiftHalfWidths += 1; in getReanchoredPosition()
106 nShiftHalfWidths += 2; in getReanchoredPosition()
109 nShiftHalfWidths += 2; in getReanchoredPosition()
113 nShiftHalfWidths += 2; in getReanchoredPosition()
120 if( nShiftHalfWidths != 0 ) in getReanchoredPosition()
121 aResult.Primary += (rObjectSize.Primary / 2.0) * nShiftHalfWidths; in getReanchoredPosition()