Lines Matching refs:nRightDist
1751 nRightDist ( rCpy.nRightDist ) in SvxBoxItem()
1772 nRightDist ( 0 ) in SvxBoxItem()
1794 nRightDist = rBox.nRightDist; in operator =()
1827 ( nRightDist == ( (SvxBoxItem&)rAttr ).nRightDist ) && in operator ==()
1872 …q[8] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nRightDist ) : nRightDist )); in QueryValue()
1913 nDist = nRightDist; in QueryValue()
2167 nTopDist != nRightDist ) in GetPresentation()
2175 += GetMetricText( (long)nRightDist, eCoreUnit, in GetPresentation()
2227 nTopDist == nRightDist ) in GetPresentation()
2255 += GetMetricText( (long)nRightDist, eCoreUnit, in GetPresentation()
2294 nTopDist == nRightDist && in Store()
2306 << (sal_uInt16)nRightDist in Store()
2336 nRightDist = (sal_uInt16)Scale( nRightDist, nMult, nDiv ); in ScaleMetrics()
2457 if( nRightDist && (!nDist || nRightDist < nDist) ) in GetDistance()
2458 nDist = nRightDist; in GetDistance()
2480 nDist = nRightDist; in GetDistance()
2505 nRightDist = nNew; in SetDistance()
2534 nDist = nRightDist; in CalcLineSpace()