Lines Matching refs:nWidth
171 sal_uInt16 nWidth, sal_Bool bDouble ) in lcl_frmitems_setXMLBorderWidth() argument
189 nWidth <= ((aWidths[i] + aWidths[i-4]) / 2) ) in lcl_frmitems_setXMLBorderWidth()
204 nWidth <= ((aWidths[i] + aWidths[i-4]) / 2) ) in lcl_frmitems_setXMLBorderWidth()
215 rBorderLine.OuterLineWidth = 0 == nWidth ? DEF_LINE_WIDTH_0 : nWidth; in lcl_frmitems_setXMLBorderWidth()
269 sal_uInt16 nWidth = i < nSize ? 0 : nOutWidth + nInWidth + nDistance; in importXML() local
325 sal_uInt16 nWidth = 0; in importXML() local
352 nWidth = (sal_uInt16)nTemp; in importXML()
379 (bHasWidth && USHRT_MAX == nNamedWidth && 0 == nWidth) ) in importXML()
398 lcl_frmitems_setXMLBorderWidth( aBorderLine, nWidth, bDouble ); in importXML()
422 sal_Int32 nWidth = aBorderLine.OuterLineWidth; in exportXML() local
426 nWidth += nDistance; in exportXML()
427 nWidth += aBorderLine.InnerLineWidth; in exportXML()
430 if( nWidth == 0 ) in exportXML()
436 rUnitConverter.convertMeasure( aOut, nWidth ); in exportXML()