Lines Matching refs:null

129 	private String m_javaTokenFile = null;
130 private String m_nssTokenPath = null;
176 private File m_currentDirectory = null;
181 private FileOutputStream m_logFileOutputStream = null;
203 private XComponentContext m_xRemoteContext = null;
204 private XMultiComponentFactory m_xRemoteServiceManager = null;
205 private XXMLSecurityContext m_xXMLSecurityContext = null;
206 private XXMLSignature m_xXMLSignature = null;
207 private XXMLEncryption m_xXMLEncryption = null;
208 private XSEInitializer m_xSEInitializer = null;
213 private SAXEventCollector m_rightTreeEventCollector = null;
214 private SAXEventCollector m_middleTreeEventCollector = null;
219 private XMLSecurityFrameworkController m_xmlSecurityFrameworkController = null;
245 m_parsingThread = null; in initUI()
484 if (f != null) in openDocument()
520 if (f != null) in openBatch()
532 m_parsingThread = null; in endMission()
534 if (m_xmlSecurityFrameworkController != null) in endMission()
541 m_xmlSecurityFrameworkController = null; in endMission()
557 if (unoUrlString != null) in connectSO()
602 if (seInitializerObj == null) in createComponents()
616 if (xmlSignatureObj == null) in createComponents()
628 if (xmlEncryptionObj == null) in createComponents()
654 if (m_xXMLSecurityContext != null) in freeComponents()
657 m_xXMLSecurityContext = null; in freeComponents()
660 m_xXMLSignature = null; in freeComponents()
661 m_xXMLEncryption = null; in freeComponents()
662 m_xSEInitializer = null; in freeComponents()
675 if (m_xRemoteContext == null) in getRemoteServiceManager()
682 com.sun.star.comp.helper.Bootstrap.createInitialComponentContext(null); in getRemoteServiceManager()
725 while (child!= null) in removeEmptyText()
733 if (message == null || message.length()<=0) in removeEmptyText()
758 m_document = null; in parseStream()
815 File rc = null; in openFile()
824 if (m_currentDirectory == null) in openFile()
835 int result = fileChooser.showDialog(this,null); in openFile()
854 if (m_currentDirectory == null) in saveFile()
865 int result = fileChooser.showDialog(this,null); in saveFile()
886 FileInputStream fis = null; in runBatch()
944 if (m_parsingThread != null) in runBatch()
976 m_logFileOutputStream = null; in runBatch()
979 fis = null; in runBatch()
1012 if (m_parsingThread != null) in startsUp()
1014 m_parsingThread = null; in startsUp()
1026 null, in startsUp()
1082 updatesTree(null, m_leftTree); in updatesUIs()
1084 if (m_xmlSecurityFrameworkController != null) in updatesUIs()
1087 if (bufferNodeTreeText == null) in updatesUIs()
1094 m_middleTreeEventCollector = new SAXEventCollector(null); in updatesUIs()
1099 updatesTree(null, m_middleTree); in updatesUIs()
1110 if (m_rightTreeEventCollector != null) in updatesUIs()
1163 null, options, options[0])) in showMessage()
1185 if (m_xmlSecurityFrameworkController == null) in getUnsolvedReferenceIds()
1207 if (m_xmlSecurityFrameworkController == null) in getUnsolvedReferenceKeeperIds()
1229 if (m_xmlSecurityFrameworkController == null) in getUnsolvedReferenceRefNum()
1263 if (m_parsingThread != null) in actionPerformed()
1277 if (m_parsingThread != null) in actionPerformed()
1340 String fileName = null; in main()
1359 tt.connectSO(null); in main()