Lines Matching refs:null

73         com.sun.star.util.URL aURL = null;  in parseURL()
75 if (sURL==null || sURL.equals("")) in parseURL()
78 return null; in parseURL()
107 aURL = null; in parseURL()
114 aURL = null; in parseURL()
139 com.sun.star.frame.XFrame xFrame = null; in impl_createEmptyFrame()
148 if (xFrame==null) in impl_createEmptyFrame()
202 com.sun.star.awt.XWindow xWindow = null; in impl_createWindow()
203 com.sun.star.awt.XWindowPeer xPeer = null; in impl_createWindow()
204 com.sun.star.awt.XToolkit xToolkit = null; in impl_createWindow()
216 return null; in impl_createWindow()
220 if (aParentView==null) in impl_createWindow()
228 aDescriptor.Parent = null; in impl_createWindow()
265 if (xPeer==null) in impl_createWindow()
305 xPeer = null; in impl_createWindow()
306 xWindow = null; in impl_createWindow()
340 com.sun.star.frame.XFrame xFrame = null; in createViewFrame()
355 if (aParentView!=null) in createViewFrame()
382 if(xFrame!=null) in createViewFrame()
395 xComponent = null; in createViewFrame()
396 xFrame = null; in createViewFrame()
405 if(xFrame!=null) in createViewFrame()
411 xComponent = null; in createViewFrame()
412 xFrame = null; in createViewFrame()
444 com.sun.star.frame.XDispatch xDispatcher = null; in execute()
459 if(xDispatcher!=null) in execute()
461 if(xListener!=null) in execute()
478 xDispatcher = null; in execute()
520 if(xNotifyingDispatcher!=null) in executeWithNotification()
548 com.sun.star.lang.XComponent xDocument = null; in loadDocument()
549 String sOldName = null; in loadDocument()
588 xDocument = null; in loadDocument()
589 if(sOldName!=null) in loadDocument()
597 xDocument = null; in loadDocument()
598 if(sOldName!=null) in loadDocument()
606 xDocument = null; in loadDocument()
607 if(sOldName!=null) in loadDocument()
615 xDocument = null; in loadDocument()
616 if(sOldName!=null) in loadDocument()
641 if(xModel!=null) in saveDocument()
703 if(xInfo!=null) in saveAsHTML()
706 String sFilter = null; in saveAsHTML()
717 if(sFilter!=null) in saveAsHTML()
730 sFilter=null; in saveAsHTML()
734 if(sFilter!=null) in saveAsHTML()
796 if(xModel!=null) in closeDocument()
817 if(xController!=null) in closeDocument()
877 if (xCloseable!=null) in closeFrame()
898 if (xTask!=null) in closeFrame()
935 String sName = null; in getUniqueFrameName()
969 if (sName==null) in getUniqueFrameName()
992 String sFileURL = null; in askUserForFileURL()
994 JFileChooser aChooser = null; in askUserForFileURL()
998 if( maLastDir==null ) in askUserForFileURL()
1022 sFileURL = null; in askUserForFileURL()
1027 ( sFileURL !=null ) && in askUserForFileURL()
1047 private static File maLastDir = null;