Searched refs:nTempEndWidth (Results 1 – 1 of 1) sorted by relevance
275 …const sal_Int32 nTempEndWidth(((const XLineEndWidthItem&)(rSet.Get(XATTR_LINEENDWIDTH))).GetValue(… in createNewSdrLineStartEndAttribute() local308 if(nTempEndWidth) in createNewSdrLineStartEndAttribute()310 if(nTempEndWidth < 0L) in createNewSdrLineStartEndAttribute()312 fEndWidth = ((double)(-nTempEndWidth) * fWidth) * 0.01; in createNewSdrLineStartEndAttribute()316 fEndWidth = (double)nTempEndWidth; in createNewSdrLineStartEndAttribute()
Completed in 18 milliseconds