Lines Matching refs:null

87 		if( aMenuBar == null )  in init()
141 if ( m_xEmbedObj != null ) in paint()
145 if ( m_aImage != null ) in paint()
153 if ( m_xEmbedObj != null ) in generateNewImage()
169 if ( xCompProv != null ) in generateNewImage()
175 if ( xTransfer != null ) in generateNewImage()
183 if ( aPNGData != null && aPNGData.length != 0 ) in generateNewImage()
211 if ( m_xEmbedObj != null ) in mouseClicked()
233 if ( m_xEmbedObj != null ) in saveObject()
237 if ( xPersist != null ) in saveObject()
290 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
294 if ( aFileDialog.getFile() != null ) in actionPerformed()
298 if ( aFile != null ) in actionPerformed()
341 if ( aFileDialog.getFile() != null ) in actionPerformed()
345 if ( aFile != null ) in actionPerformed()
353 if ( m_xEmbedObj != null ) in actionPerformed()
386 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
390 if ( m_xStorage == null ) in actionPerformed()
407 if ( xTransact != null ) in actionPerformed()
422 if ( aFileDialog.getFile() != null ) in actionPerformed()
426 if ( aFile != null ) in actionPerformed()
475 String selectedValue = (String)JOptionPane.showInputDialog( null, "DocumentType", "Select", in actionPerformed()
476 JOptionPane.INFORMATION_MESSAGE, null, in actionPerformed()
479 if ( selectedValue != null ) in actionPerformed()
483 if ( m_xStorage != null ) in actionPerformed()
492 if ( m_xEmbedObj != null ) in actionPerformed()
528 if ( aFileDialog.getFile() != null ) in actionPerformed()
532 if ( aFile != null ) in actionPerformed()
538 if ( m_xStorage != null ) in actionPerformed()
541 if ( m_xEmbedObj != null ) in actionPerformed()
578 if ( aFileDialog.getFile() != null ) in actionPerformed()
584 if ( aFile != null ) in actionPerformed()
591 if ( m_xEmbedObj != null ) in actionPerformed()
631 if ( m_xEmbedObj != null ) in actionPerformed()
633 if ( m_xStorage != null ) in actionPerformed()
638 if ( xNameAccess != null && xNameAccess.hasByName( "LinkName" ) ) in actionPerformed()
643 if ( xPersist != null ) in actionPerformed()
648 m_aLinkURI = null; in actionPerformed()
671 XEmbeddedObject xEmbObj = null; in createEmbedObject()
724 if ( pClassID != null ) in createEmbedObject()
732 if ( xEmbedFactory != null ) in createEmbedObject()
759 XEmbeddedObject xEmbObj = null; in createLinkObject()
766 if ( xEmbedFactory != null ) in createLinkObject()
789 XEmbeddedObject xEmbObj = null; in loadEmbedObject()
795 if ( xEmbedFactory != null ) in loadEmbedObject()
825 m_aImage = null; in clearObjectAndStorage()
830 m_aLinkURI = null; in clearObjectAndStorage()
833 if ( m_xEmbedObj != null ) in clearObjectAndStorage()
837 if ( xComponent != null ) in clearObjectAndStorage()
842 m_xEmbedObj = null; in clearObjectAndStorage()
845 if ( m_xStorage != null ) in clearObjectAndStorage()
849 if ( xComponent != null ) in clearObjectAndStorage()
854 m_xStorage = null; in clearObjectAndStorage()
860 XStorage xTempStorage = null; in createTempStorage()
867 if ( xStorageFactory != null ) in createTempStorage()
893 if ( xStorageFactory != null ) in saveStorageAsFileURI()
944 if ( xNameAccess == null ) in loadFileURI()
950 Object oEmbObj = null; in loadFileURI()
954 if ( xLinkStream != null ) in loadFileURI()
957 if ( xInStream != null ) in loadFileURI()
975 if ( m_xEmbedObj != null ) in loadFileURI()
994 if ( m_xStorage != null && m_bLinkObj ) in storeLinkToStorage()
999 if ( xLinkStream != null ) in storeLinkToStorage()
1004 if ( xLinkOutStream != null && xTruncate != null ) in storeLinkToStorage()
1018 if ( xComponent != null ) in storeLinkToStorage()