Home
last modified time | relevance | path

Searched refs:null (Results 626 – 650 of 3166) sorted by relevance

1...<<21222324252627282930>>...127

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_SheetSortDescriptor.java50 public XPropertySet oObj = null;
51 public XSortable xSORT = null;
52 public PropertyValue[] props = null;
93 Object gValue = null; in changeProp()
94 Object sValue = null; in changeProp()
95 Object ValueToSet = null; in changeProp()
123 if ( (gValue.equals(sValue)) || (sValue == null) ) { in changeProp()
H A D_XFunctionDescriptions.java43 public XFunctionDescriptions oObj = null;
62 PropertyValue[] PVals = null; in _getById()
75 String FName = null; in _getById()
76 Integer FId = null; in _getById()
87 PropertyValue[] PVals2 = null; in _getById()
96 String objFName = null; in _getById()
97 Integer objFId = null; in _getById()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DProxyProvider.java37 static java_environment env= new java_environment(null);
52 Object retVal= null; in createProxy()
53 if (obj == null || iface == null || iface.isInstance(obj) == false ) in createProxy()
62 if (retVal == null) in createProxy()
90 if (iquery != null) in isSame()
107 return null; in queryInterface()
/trunk/main/scripting/workben/ifc/scripting/
H A DScriptingUtils.java44 if (utils == null) { in getDefault()
46 if (utils == null) in getDefault()
72 XSimpleFileAccess access = null; in getStorageId()
75 if (storageManager == null) { in getStorageId()
97 if (access == null) in getStorageId()
106 XSimpleFileAccess access = null; in getXSimpleFileAccess()
116 return null; in getXSimpleFileAccess()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java51 XPresentationSupplier sdDocument = null;
52 XPresentation pre = null;
53 XComponent precomp = null;
54 XComponent impressDocument = null;
55 XComponent reLoadFile = null;
56 XDrawPagesSupplier drawsupplier = null;
57 XDrawPages drawpages = null;
59 String filePath = null;
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DTableCellLayoutController.java74 if (value != null) in computeAttributes()
104 if (element == null) in computeValue()
106 return null; in computeValue()
109 if (dc != null) in computeValue()
116 return null; in computeValue()
135 if (retval != null) in findFormattedTextElement()
141 return null; in findFormattedTextElement()
162 if (displayCond != null) in getDisplayStyleName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XFilePickerNotifier.java55 public XFilePickerNotifier oObj = null;
56 private XFilePicker fps = null ;
57 private String dir1 = null,
58 dir2 = null ;
59 ExecThread eThread = null;
106 if (fps == null) { in before()
191 private XExecutableDialog Diag = null ;
222 if (canc != null) { in closeDialog()
/trunk/main/package/qa/ofopxmlstorages/
H A DTest04.java80 if ( sTempFileURL == null || sTempFileURL == "" ) in test()
89 if ( xTempStorage == null ) in test()
101 if ( xTempSubStorage1 == null ) in test()
122 if ( xTempSubStorage2 == null ) in test()
164 if ( xTempFileStorage == null ) in test()
225 if ( xResStorage == null ) in test()
235 if ( xResSubStorage1 == null ) in test()
252 if ( xResSubStorage2 == null ) in test()
H A DTest06.java62 if ( xTempStorage == null ) in test()
70 xTempStorage.copyToStorage( null ); in test()
91 if ( xTempSubStorage1 == null || xTempSubStorage2 == null ) in test()
175 xTempStorage.copyElementTo( "SubStorage1", null, "SubStorage1" ); in test()
192 xTempStorage.moveElementTo( "SubStorage1", null, "SubStorage1" ); in test()
211 if ( xTargetStorage == null ) in test()
221 if ( xTargetSubStorage == null ) in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleIconChoiceCtrlEntry.java82 static XAccessibleAction accCloseButton = null;
102 if (accCloseButton != null) { in cleanup()
111 if (xTextDoc != null) { in cleanup()
148 if (xTextDoc != null) xTextDoc.dispose(); in createTestEnvironment()
155 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
172 XURLTransformer urlTransf = null; in createTestEnvironment()
184 XDispatch getting = null; in createTestEnvironment()
196 XInterface oObj = null; in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DResourceCreator.java112 XInputStream stream = null; in createNewResource()
113 if ( sourceURL == null || sourceURL.equals( "" )) { in createNewResource()
137 if ( stream != null && name != null && !name.equals( "" )) { in createNewResource()
150 if ( newContent != null ) { in createNewResource()
240 if ( m_contenturl == null || m_contenturl.equals( "" )) { in parseArguments()
244 if ( m_name == null || m_name.equals( "" )) { in parseArguments()
248 if ( m_srcURL == null || m_srcURL.equals( "" )) { in parseArguments()
/trunk/main/odk/examples/java/Storage/
H A DTest06.java62 if ( xTempStorage == null ) in test()
70 xTempStorage.copyToStorage( null ); in test()
91 if ( xTempSubStorage1 == null || xTempSubStorage2 == null ) in test()
175 xTempStorage.copyElementTo( "SubStorage1", null, "SubStorage1" ); in test()
192 xTempStorage.moveElementTo( "SubStorage1", null, "SubStorage1" ); in test()
212 if ( xTargetStorage == null ) in test()
222 if ( xTargetSubStorage == null ) in test()
/trunk/main/package/qa/storages/
H A DTest06.java63 if ( xTempStorage == null ) in test()
71 xTempStorage.copyToStorage( null ); in test()
92 if ( xTempSubStorage1 == null || xTempSubStorage2 == null ) in test()
176 xTempStorage.copyElementTo( "SubStorage1", null, "SubStorage1" ); in test()
193 xTempStorage.moveElementTo( "SubStorage1", null, "SubStorage1" ); in test()
213 if ( xTargetStorage == null ) in test()
223 if ( xTargetSubStorage == null ) in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertyStates.java52 public XMultiPropertyStates oObj = null;
54 private PropertyState[] states = null;
55 private String[] names = null;
59 if (names == null) { in before()
82 result = (defaults != null) && defaults.length == names.length; in _getPropertyDefaults()
101 result = (states != null) && (states.length == names.length); in _getPropertyStates()
121 if (ro != null) { in _setPropertiesToDefault()
136 Property prop = null; in _setPropertiesToDefault()
H A D_XTolerantMultiPropertySet.java49 protected String[] namesOfDirectProperties = null;
50 protected String[] namesOfProperties = null;
51 protected Object[] valuesOfProperties = null;
52 protected Property[] properties = null;
53 protected XPropertyState pState = null;
54 protected XPropertySet PS = null;
68 if (PS == null) { in before()
76 if (pState == null) { in before()
169 SetPropertyTolerantFailed[] SPTF = null; in _setPropertyValuesTolerant()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XNameContainer.java67 public XNameContainer oObj = null;
87 String sIndex = null ; in _insertByName()
90 if (sIndex == null) { in _insertByName()
105 if (oInstance == null) { in _insertByName()
140 if (tEnv.getObjRelation("XNameContainer.AllowDuplicateNames")==null) { in _insertByName()
142 if (secondInstance != null) { in _insertByName()
163 Object dummy = null; in _insertByName()
219 ("XNameContainer.AllowDuplicateNames") != null ; in _removeByName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DTestParameters.java53 public Object AppProvider=null;
60 public Object ProcessHandler=null;
179 if (val == null && DebugIsActive) { in get()
194 if (val != null) { in getBool()
220 if ( val != null ) { in getInt()
254 if ( user != null) in TestParameters()
288 Object ret = null; in getMSF()
295 if ( context == null ) in getComponentContext()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java137 m_method = null; in Factory()
138 m_ctor = null; in Factory()
151 m_method = null; in Factory()
158 if (null == m_method) in Factory()
180 if (null != m_method) in instantiate()
184 return m_method.invoke( null, new Object [] { xContext } ); in instantiate()
186 if (null != m_ctor) in instantiate()
233 if (null == xInit) in createInstanceWithArgumentsAndContext()
/trunk/main/xmlsecurity/tools/uno/
H A DSecurityEntity.java78 m_keyURI = null; in SecurityEntity()
154 if (m_keyURI != null && in setKey()
189 m_xXMLSecurityContext = null; in endMission()
190 m_xXMLSignature = null; in endMission()
191 m_xXMLEncryption = null; in endMission()
192 m_xReferenceResolvedListener = null; in endMission()
193 m_xSAXEventKeeper = null; in endMission()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XLayerManager.java59 public XLayerManager oObj = null; // oObj filled by MultiMethodTest
60 XInstCreator shape = null;
61 public XInterface oShape = null;
62 public XLayer oL = null;
71 tRes.tested("insertNewByIndex()", oL != null); in _insertNewByIndex()
115 Object Obj1 = null; in _getLayerForShape()
116 Object Obj2 = null; in _getLayerForShape()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOfficeConnection.java45 if (saInstance == null) in Instance()
88 return (maServiceManager != null); in IsValid()
127 if (maOut != null) in Connect()
136 return maServiceManager != null; in Connect()
159 this (null); in OfficeConnection()
168 maServiceManager = null; in OfficeConnection()
175 private static OfficeConnection saInstance = null;
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DInteractionHandler.java76 m_aRequest = null ; in InteractionHandler()
110 com.sun.star.task.XInteractionAbort xAbort = null; in handle()
111 com.sun.star.task.XInteractionRetry xRetry = null; in handle()
119 if (xAbort == null) in handle()
121 if (xRetry == null) in handle()
128 if (xRetry != null) in handle()
142 if (xAbort != null) in handle()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java298 private SmartId id = null;
300 private String message = null;
307 this(null, message); in VclHookException()
313 if (id != null) in VclHookException()
324 if (message == null) in parse()
335 String key = null; in parse()
336 String value= null; in parse()
347 if (resId == null) in parse()
351 if (originalMsg == null) in parse()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessiblePageHeader.java81 static XSpreadsheetDocument xSpreadsheetDoc = null;
98 XInterface oObj = null; in createTestEnvironment()
101 XCell xCell = null; in createTestEnvironment()
106 XSpreadsheet oSheet = null; in createTestEnvironment()
142 if(xDispatcher != null) in createTestEnvironment()
143 xDispatcher.dispatch( aURL, null ); in createTestEnvironment()
171 XStyle StdStyle = null; in createTestEnvironment()
193 XHeaderFooterContent RPHC = null; in createTestEnvironment()
271 xSpreadsheetDoc = SOF.createCalcDoc(null); in initialize()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java75 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCall()
92 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCallWithInParameter()
111 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCallWithOutParameter()
135 iReceiver.writeReply(false, new ThreadId(new byte[] { 0, 1 }), null); in testCallWithInOutParameter()
218 "returnAny", new ThreadId(new byte[] { 0, 1 }), null); in testCallWhichReturnsAny()
234 "returnAny", new ThreadId(new byte[] { 0, 1 }), null); in testCallWhichReturnsAny()
239 new Any(XInterface.class, null)); in testCallWhichReturnsAny()
247 "returnAny", new ThreadId(new byte[] { 0, 1 }), null); in testCallWhichReturnsAny()
261 protocol = new urp(bridge, null, input, output); in Endpoint()

Completed in 200 milliseconds

1...<<21222324252627282930>>...127