Lines Matching refs:nBottomDist
1749 nBottomDist ( rCpy.nBottomDist ), in SvxBoxItem()
1770 nBottomDist ( 0 ), in SvxBoxItem()
1792 nBottomDist = rBox.nBottomDist; in operator =()
1825 ( nBottomDist == ( (SvxBoxItem&)rAttr ).nBottomDist ) && in operator ==()
1870 …6] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nBottomDist ) : nBottomDist )); in QueryValue()
1905 nDist = nBottomDist; in QueryValue()
2166 if( nTopDist != nBottomDist || nTopDist != nLeftDist || in GetPresentation()
2170 += GetMetricText( (long)nBottomDist, eCoreUnit, in GetPresentation()
2226 if( nTopDist == nBottomDist && nTopDist == nLeftDist && in GetPresentation()
2243 += GetMetricText( (long)nBottomDist, eCoreUnit, in GetPresentation()
2295 nTopDist == nBottomDist) ) in Store()
2307 << (sal_uInt16)nBottomDist; in Store()
2334 nBottomDist = (sal_uInt16)Scale( nBottomDist, nMult, nDiv ); in ScaleMetrics()
2453 if( nBottomDist && (!nDist || nBottomDist < nDist) ) in GetDistance()
2454 nDist = nBottomDist; in GetDistance()
2474 nDist = nBottomDist; in GetDistance()
2499 nBottomDist = nNew; in SetDistance()
2526 nDist = nBottomDist; in CalcLineSpace()