Lines Matching refs:nTmp
377 sal_Int32 nTmp; in ProcessAttribute() local
381 if (GetImport().GetMM100UnitConverter().convertMeasure(nTmp, in ProcessAttribute()
384 aRectangle.X = nTmp; in ProcessAttribute()
389 if (GetImport().GetMM100UnitConverter().convertMeasure(nTmp, in ProcessAttribute()
392 aRectangle.Y = nTmp; in ProcessAttribute()
397 if (GetImport().GetMM100UnitConverter().convertMeasure(nTmp, in ProcessAttribute()
400 aRectangle.Width = nTmp; in ProcessAttribute()
405 if (GetImport().GetMM100UnitConverter().convertMeasure(nTmp, in ProcessAttribute()
408 aRectangle.Height = nTmp; in ProcessAttribute()
582 sal_Int32 nTmp; in ProcessAttribute() local
586 if (GetImport().GetMM100UnitConverter().convertMeasure(nTmp, in ProcessAttribute()
589 aCenter.X = nTmp; in ProcessAttribute()
594 if (GetImport().GetMM100UnitConverter().convertMeasure(nTmp, in ProcessAttribute()
597 aCenter.Y = nTmp; in ProcessAttribute()
602 if (GetImport().GetMM100UnitConverter().convertMeasure(nTmp, in ProcessAttribute()
605 nRadius = nTmp; in ProcessAttribute()