Lines Matching refs:null

80 		m_sParam = null;  in ActionObject()
86 m_sParam = null; in ActionObject()
193 if ( m_xMainThreadExecutor == null ) in init()
212 if( aMenuBar == null ) in init()
314 if ( m_xEmbedObj != null ) in saveObject()
318 if ( xPersist != null ) in saveObject()
354 if ( m_aBitmapPainter != null ) in onInplaceActivate()
371 if ( m_aBitmapPainter != null ) in onInplaceDeactivate()
388 return null; in getTopmostWindow()
398 return null; in getDocumentWindow()
458 if ( m_xEmbedObj != null ) in onPosRectChange()
468 if ( xInplObj != null ) in onPosRectChange()
471 if ( m_aBitmapPainter != null ) in onPosRectChange()
494 if ( aAction != null ) in execute()
505 if ( m_xEmbedObj != null ) in execute()
527 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
551 if ( m_xEmbedObj != null ) in execute()
567 if ( m_xStorage != null && m_xEmbedObj != null ) in execute()
574 if ( m_xStorage != null ) in execute()
584 if ( xTransact != null ) in execute()
608 if ( aAction.m_sParam != null ) in execute()
612 if ( m_xStorage != null ) in execute()
617 if ( m_xEmbedObj != null ) in execute()
640 if ( m_xStorage != null ) in execute()
643 if ( m_xEmbedObj != null ) in execute()
667 if ( m_xEmbedObj != null ) in execute()
692 if ( m_xEmbedObj != null ) in execute()
694 if ( m_xStorage != null ) in execute()
699 if ( xNameAccess != null && xNameAccess.hasByName( "LinkName" ) ) in execute()
704 if ( xLinkage != null ) in execute()
708 m_aLinkURI = null; in execute()
723 if ( m_xEmbedObj != null ) in execute()
739 if ( m_xEmbedObj != null ) in execute()
794 if ( aAction != null && aAction.m_nID != DESTROY ) in actionRegister()
803 if ( m_xStorage != null && m_xEmbedObj != null ) in SaveAsOperation()
807 if ( aFileDialog.getFile() != null ) in SaveAsOperation()
811 if ( aFile != null ) in SaveAsOperation()
827 actionRegister( DESTROY, null ); in destroy()
863 …if ( m_xVCLWindow == null && m_xServiceFactory != null && m_xEmbedObj != null && m_xBitmap != null in createVclWindow()
881 if ( m_xBitmap != null ) in createVclWindow()
899 if ( m_xEmbedObj != null ) in generateNewImage()
916 if ( xCompProv != null ) in generateNewImage()
922 if ( xTransfer != null ) in generateNewImage()
930 if ( aAny != null && AnyConverter.isArray( aAny ) ) in generateNewImage()
935 if ( m_aBitmapPainter != null ) in generateNewImage()
939 if ( m_xBitmap != null ) in generateNewImage()
975 actionRegister( ACTIVATE_OUTPLACE, null ); in mouseClicked()
995 actionRegister( NEW_DOCUMENT, null ); in actionPerformed()
1028 if ( aFileDialog.getFile() != null ) in actionPerformed()
1032 if ( aFile != null ) in actionPerformed()
1054 if ( m_xStorage != null && m_xEmbedObj != null ) in actionPerformed()
1058 if ( m_xStorage == null ) in actionPerformed()
1068 actionRegister( SAVE, null ); in actionPerformed()
1099 String selectedValue = (String)JOptionPane.showInputDialog( null, "DocumentType", "Select", in actionPerformed()
1100 JOptionPane.INFORMATION_MESSAGE, null, in actionPerformed()
1120 if ( aFileDialog.getFile() != null ) in actionPerformed()
1124 if ( aFile != null ) in actionPerformed()
1147 if ( aFileDialog.getFile() != null ) in actionPerformed()
1151 if ( aFile != null ) in actionPerformed()
1171 actionRegister( CONVERT_LINK_TO_OBJECT, null ); in actionPerformed()
1185 actionRegister( ACTIVATE_OUTPLACE, null ); in actionPerformed()
1199 actionRegister( ACTIVATE_INPLACE, null ); in actionPerformed()
1213 actionRegister( DEACTIVATE, null ); in actionPerformed()
1220 XEmbeddedObject xEmbObj = null; in createEmbedObject()
1280 if ( pClassID != null ) in createEmbedObject()
1288 if ( xEmbedCreator != null ) in createEmbedObject()
1316 XEmbeddedObject xEmbObj = null; in createLinkObject()
1323 if ( xLinkCreator != null ) in createLinkObject()
1351 XEmbeddedObject xEmbObj = null; in loadEmbedObject()
1357 if ( xEmbedCreator != null ) in loadEmbedObject()
1388 m_aImage = null; in clearObjectAndStorage()
1398 m_aLinkURI = null; in clearObjectAndStorage()
1401 if ( m_xEmbedObj != null ) in clearObjectAndStorage()
1405 if ( xClose != null ) in clearObjectAndStorage()
1410 m_xEmbedObj = null; in clearObjectAndStorage()
1413 if ( m_xStorage != null ) in clearObjectAndStorage()
1417 if ( xComponent != null ) in clearObjectAndStorage()
1422 m_xStorage = null; in clearObjectAndStorage()
1428 XStorage xTempStorage = null; in createTempStorage()
1435 if ( xStorageFactory != null ) in createTempStorage()
1461 if ( xStorageFactory != null ) in saveObjectAsFileURI()
1464 if ( xPersist != null ) in saveObjectAsFileURI()
1489 if ( xTransact != null ) in saveObjectAsFileURI()
1530 if ( xNameAccess == null ) in loadFileURI()
1536 Object oEmbObj = null; in loadFileURI()
1565 if ( m_xEmbedObj != null ) in loadFileURI()
1584 if ( m_xStorage != null && m_bLinkObj ) in storeLinkToStorage()
1589 if ( xLinkStream != null ) in storeLinkToStorage()
1594 if ( xLinkOutStream != null && xTruncate != null ) in storeLinkToStorage()
1608 if ( xComponent != null ) in storeLinkToStorage()
1642 if ( xStorageFactory != null ) in storeLinkAsFileURI()
1661 if ( xTransact != null ) in storeLinkAsFileURI()
1703 if ( m_aBitmapPainter != null ) in disposeObject()
1706 m_aBitmapPainter = null; in disposeObject()