Lines Matching refs:null

296         if (imageService == null)  in OfficeDocumentReportTarget()
300 if (target == null) in OfficeDocumentReportTarget()
354 this.groupContext = new GroupContext(null); in startReport()
774 if (styleFamily == null) in performStyleProcessing()
854 while (line != null) in processText()
858 if (line != null) in processText()
899 if (rawvalue == null) in processContent()
917 while (line != null) in processContent()
921 if (line != null) in processContent()
1053 InputStream inputStream = null; in copyMeta()
1080 if (inputStream != null) in copyMeta()
1088 … Logger.getLogger(OfficeDocumentReportTarget.class.getName()).log(Level.SEVERE, null, ex); in copyMeta()
1206 return null; in getNamespaceByUri()
1254 if (name == null) in sanitizeName()
1284 if (styleSheetParserUtil == null) in parseLength()
1319 if (image != null) in startImageProcessing()
1329 if (width == null || height == null) in startImageProcessing()
1339 String styleName = null; in startImageProcessing()
1340 if (imageContext != null) in startImageProcessing()
1345 if (imageAreaWidthVal == null || imageAreaHeightVal == null) in startImageProcessing()
1451 if (styleName != null) in startImageProcessing()
1463 if (imageAreaWidthVal != null) in startImageProcessing()
1469 if (imageAreaHeightVal != null) in startImageProcessing()
1504 if (value != null) in computeImageWidth()
1520 if (value != null) in computeImageHeight()
1532 if (style != null) in computeRowHeight()
1535 if (element != null) in computeRowHeight()
1538 if (height != null) in computeRowHeight()
1545 if (styleParent != null) in computeRowHeight()
1553 if (globalStyle != null) in computeRowHeight()
1556 if (element != null) in computeRowHeight()
1559 if (height != null) in computeRowHeight()
1565 if (styleParent != null) in computeRowHeight()
1573 if (predefStyle != null) in computeRowHeight()
1576 if (element != null) in computeRowHeight()
1579 if (height != null) in computeRowHeight()
1585 if (styleParent != null) in computeRowHeight()
1591 return null; in computeRowHeight()
1598 if (style != null) in computeColumnWidth()
1601 if (element != null) in computeColumnWidth()
1604 if (height != null) in computeColumnWidth()
1611 if (styleParent != null) in computeColumnWidth()
1619 if (globalStyle != null) in computeColumnWidth()
1622 if (element != null) in computeColumnWidth()
1625 if (height != null) in computeColumnWidth()
1631 if (styleParent != null) in computeColumnWidth()
1639 if (predefStyle != null) in computeColumnWidth()
1642 if (element != null) in computeColumnWidth()
1645 if (height != null) in computeColumnWidth()
1651 if (styleParent != null) in computeColumnWidth()
1657 return null; in computeColumnWidth()
1665 if (paragraphProps == null) in produceFirstChild()
1720 …xmlWriter.writeTag(OfficeNamespaces.TABLE_NS, "calculation-settings", null, XmlWriterSupport.OPEN); in writeNullDate()