Lines Matching refs:null
78 m_sParam = null; in ActionObject()
84 m_sParam = null; in ActionObject()
191 if ( m_xMainThreadExecutor == null ) in init()
210 if( aMenuBar == null ) in init()
312 if ( m_xEmbedObj != null ) in saveObject()
316 if ( xPersist != null ) in saveObject()
352 if ( m_aBitmapPainter != null ) in onInplaceActivate()
369 if ( m_aBitmapPainter != null ) in onInplaceDeactivate()
386 return null; in getTopmostWindow()
396 return null; in getDocumentWindow()
456 if ( m_xEmbedObj != null ) in onPosRectChange()
466 if ( xInplObj != null ) in onPosRectChange()
469 if ( m_aBitmapPainter != null ) in onPosRectChange()
492 if ( aAction != null ) in execute()
503 if ( m_xEmbedObj != null ) in execute()
525 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
549 if ( m_xEmbedObj != null ) in execute()
565 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
572 if ( m_xStorage != null ) in execute()
582 if ( xTransact != null ) in execute()
606 if ( aAction.m_sParam != null ) in execute()
610 if ( m_xStorage != null ) in execute()
615 if ( m_xEmbedObj != null ) in execute()
638 if ( m_xStorage != null ) in execute()
641 if ( m_xEmbedObj != null ) in execute()
665 if ( m_xEmbedObj != null ) in execute()
690 if ( m_xEmbedObj != null ) in execute()
692 if ( m_xStorage != null ) in execute()
697 if ( xNameAccess != null && xNameAccess.hasByName( "LinkName" ) ) in execute()
702 if ( xLinkage != null ) in execute()
706 m_aLinkURI = null; in execute()
721 if ( m_xEmbedObj != null ) in execute()
737 if ( m_xEmbedObj != null ) in execute()
792 if ( aAction != null && aAction.m_nID != DESTROY ) in actionRegister()
801 if ( m_xStorage != null && m_xEmbedObj != null ) in SaveAsOperation()
805 if ( aFileDialog.getFile() != null ) in SaveAsOperation()
809 if ( aFile != null ) in SaveAsOperation()
825 actionRegister( DESTROY, null ); in destroy()
861 …if ( m_xVCLWindow == null && m_xServiceFactory != null && m_xEmbedObj != null && m_xBitmap != null… in createVclWindow()
879 if ( m_xBitmap != null ) in createVclWindow()
897 if ( m_xEmbedObj != null ) in generateNewImage()
914 if ( xCompProv != null ) in generateNewImage()
920 if ( xTransfer != null ) in generateNewImage()
928 if ( aAny != null && AnyConverter.isArray( aAny ) ) in generateNewImage()
933 if ( m_aBitmapPainter != null ) in generateNewImage()
937 if ( m_xBitmap != null ) in generateNewImage()
973 actionRegister( ACTIVATE_OUTPLACE, null ); in mouseClicked()
993 actionRegister( NEW_DOCUMENT, null ); in actionPerformed()
1026 if ( aFileDialog.getFile() != null ) in actionPerformed()
1030 if ( aFile != null ) in actionPerformed()
1052 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
1056 if ( m_xStorage == null ) in actionPerformed()
1066 actionRegister( SAVE, null ); in actionPerformed()
1097 String selectedValue = (String)JOptionPane.showInputDialog( null, "DocumentType", "Select", in actionPerformed()
1098 JOptionPane.INFORMATION_MESSAGE, null, in actionPerformed()
1118 if ( aFileDialog.getFile() != null ) in actionPerformed()
1122 if ( aFile != null ) in actionPerformed()
1145 if ( aFileDialog.getFile() != null ) in actionPerformed()
1149 if ( aFile != null ) in actionPerformed()
1169 actionRegister( CONVERT_LINK_TO_OBJECT, null ); in actionPerformed()
1183 actionRegister( ACTIVATE_OUTPLACE, null ); in actionPerformed()
1197 actionRegister( ACTIVATE_INPLACE, null ); in actionPerformed()
1211 actionRegister( DEACTIVATE, null ); in actionPerformed()
1218 XEmbeddedObject xEmbObj = null; in createEmbedObject()
1278 if ( pClassID != null ) in createEmbedObject()
1286 if ( xEmbedCreator != null ) in createEmbedObject()
1314 XEmbeddedObject xEmbObj = null; in createLinkObject()
1321 if ( xLinkCreator != null ) in createLinkObject()
1349 XEmbeddedObject xEmbObj = null; in loadEmbedObject()
1355 if ( xEmbedCreator != null ) in loadEmbedObject()
1386 m_aImage = null; in clearObjectAndStorage()
1396 m_aLinkURI = null; in clearObjectAndStorage()
1399 if ( m_xEmbedObj != null ) in clearObjectAndStorage()
1403 if ( xClose != null ) in clearObjectAndStorage()
1408 m_xEmbedObj = null; in clearObjectAndStorage()
1411 if ( m_xStorage != null ) in clearObjectAndStorage()
1415 if ( xComponent != null ) in clearObjectAndStorage()
1420 m_xStorage = null; in clearObjectAndStorage()
1426 XStorage xTempStorage = null; in createTempStorage()
1433 if ( xStorageFactory != null ) in createTempStorage()
1459 if ( xStorageFactory != null ) in saveObjectAsFileURI()
1462 if ( xPersist != null ) in saveObjectAsFileURI()
1487 if ( xTransact != null ) in saveObjectAsFileURI()
1528 if ( xNameAccess == null ) in loadFileURI()
1534 Object oEmbObj = null; in loadFileURI()
1563 if ( m_xEmbedObj != null ) in loadFileURI()
1582 if ( m_xStorage != null && m_bLinkObj ) in storeLinkToStorage()
1587 if ( xLinkStream != null ) in storeLinkToStorage()
1592 if ( xLinkOutStream != null && xTruncate != null ) in storeLinkToStorage()
1606 if ( xComponent != null ) in storeLinkToStorage()
1640 if ( xStorageFactory != null ) in storeLinkAsFileURI()
1659 if ( xTransact != null ) in storeLinkAsFileURI()
1701 if ( m_aBitmapPainter != null ) in disposeObject()
1704 m_aBitmapPainter = null; in disposeObject()