Lines Matching refs:nHeight

883                 long nTwips = bConvert ? nHeight : MM100_TO_TWIP_UNSIGNED(nHeight);  in QueryValue()
888 double fPoints = MM100_TO_TWIP_UNSIGNED(nHeight) / 20.0; in QueryValue()
924 long nTwips = bConvert ? nHeight : MM100_TO_TWIP_UNSIGNED(nHeight); in QueryValue()
929 double fPoints = MM100_TO_TWIP_UNSIGNED(nHeight) / 20.0; in QueryValue()
968 sal_uInt32 lcl_GetRealHeight_Impl(sal_uInt32 nHeight, sal_uInt16 nProp, SfxMapUnit eProp, sal_Bool … in lcl_GetRealHeight_Impl() argument
970 sal_uInt32 nRet = nHeight; in lcl_GetRealHeight_Impl()
1022 nHeight = (long)( fPoint * 20.0 + 0.5 ); // Twips in PutValue()
1024nHeight = TWIP_TO_MM100_UNSIGNED(nHeight); // umrechnen, wenn das Item 1/100mm enthaelt in PutValue()
1047 nHeight = (long)( fPoint * 20.0 + 0.5 ); // Twips in PutValue()
1049nHeight = TWIP_TO_MM100_UNSIGNED(nHeight); // umrechnen, wenn das Item 1/100mm enthaelt in PutValue()
1058 nHeight = lcl_GetRealHeight_Impl(nHeight, nProp, ePropUnit, bConvert); in PutValue()
1060 nHeight *= nNew; in PutValue()
1061 nHeight /= 100; in PutValue()
1068 nHeight = lcl_GetRealHeight_Impl(nHeight, nProp, ePropUnit, bConvert); in PutValue()
1078 nHeight += bConvert ? nCoreDiffValue : TWIP_TO_MM100(nCoreDiffValue); in PutValue()
1116 rText = GetMetricText( (long)nHeight, in GetPresentation()
1144 nHeight = (sal_uInt32)Scale( nHeight, nMult, nDiv ); in ScaleMetrics()
1162 nHeight = nNewHeight + ::ItemToControl( (short)nNewProp, eUnit, in SetHeight()
1167 nHeight = sal_uInt32(( nNewHeight * nNewProp ) / 100 ); in SetHeight()
1169 nHeight = nNewHeight; in SetHeight()
1182 nHeight = nNewHeight + in SetHeight()
1189 nHeight = sal_uInt32(( nNewHeight * nNewProp ) / 100 ); in SetHeight()
1191 nHeight = nNewHeight; in SetHeight()