Lines Matching refs:nTopDist
1748 nTopDist ( rCpy.nTopDist ), in SvxBoxItem()
1769 nTopDist ( 0 ), in SvxBoxItem()
1791 nTopDist = rBox.nTopDist; in operator =()
1824 ( nTopDist == ( (SvxBoxItem&)rAttr ).nTopDist ) && in operator ==()
1869 … aSeq[5] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nTopDist ) : nTopDist )); in QueryValue()
1901 nDist = nTopDist; in QueryValue()
2165 rText += GetMetricText( (long)nTopDist, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
2166 if( nTopDist != nBottomDist || nTopDist != nLeftDist || in GetPresentation()
2167 nTopDist != nRightDist ) in GetPresentation()
2226 if( nTopDist == nBottomDist && nTopDist == nLeftDist && in GetPresentation()
2227 nTopDist == nRightDist ) in GetPresentation()
2229 rText += GetMetricText( (long)nTopDist, eCoreUnit, in GetPresentation()
2237 += GetMetricText( (long)nTopDist, eCoreUnit, in GetPresentation()
2293 !(nTopDist == nLeftDist && in Store()
2294 nTopDist == nRightDist && in Store()
2295 nTopDist == nBottomDist) ) in Store()
2304 rStrm << (sal_uInt16)nTopDist in Store()
2333 nTopDist = (sal_uInt16)Scale( nTopDist, nMult, nDiv ); in ScaleMetrics()
2452 sal_uInt16 nDist = nTopDist; in GetDistance()
2471 nDist = nTopDist; in GetDistance()
2496 nTopDist = nNew; in SetDistance()
2522 nDist = nTopDist; in CalcLineSpace()