Lines Matching refs:nWidth

51 			double nWidth;  in ImplDoClass5()  local
55 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5()
57 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
59 ImplMapDouble( nWidth ); in ImplDoClass5()
62nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; // scalin… in ImplDoClass5()
65 ? pElement->aLineBundle.nLineWidth = nWidth in ImplDoClass5()
66 : pElement->aLineBundle.nLineWidth = nWidth; in ImplDoClass5()
90 double nWidth; in ImplDoClass5() local
94 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5()
96 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
97 ImplMapDouble( nWidth ); in ImplDoClass5()
100 nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; in ImplDoClass5()
102 ? pElement->aMarkerBundle.nMarkerSize = nWidth in ImplDoClass5()
103 : pElement->aMarkerBundle.nMarkerSize = nWidth; in ImplDoClass5()
267 double nWidth; in ImplDoClass5() local
271 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5()
273 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5()
275 ImplMapDouble( nWidth ); in ImplDoClass5()
278 nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; in ImplDoClass5()
280 ? pElement->aEdgeBundle.nEdgeWidth = nWidth in ImplDoClass5()
281 : pElement->aEdgeBundle.nEdgeWidth = nWidth; in ImplDoClass5()