Home
last modified time | relevance | path

Searched refs:null (Results 176 – 200 of 3165) sorted by relevance

12345678910>>...127

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java40 if (null == object) in getType()
210 Byte ret= (Byte)convertSimple(TypeClass.BYTE, null, object); in toByte()
221 Short ret= (Short)convertSimple(TypeClass.SHORT, null, object); in toShort()
245 Integer ret= (Integer) convertSimple( TypeClass.LONG, null, object); in toInt()
270 Long ret= (Long) convertSimple( TypeClass.HYPER, null, object); in toLong()
297 Float ret= (Float) convertSimple( TypeClass.FLOAT,null, object); in toFloat()
319 return (String) convertSimple( TypeClass.STRING, null, object); in toString()
328 return (Type) convertSimple( TypeClass.TYPE, null, object); in toType()
373 return convertSimple( TypeClass.SEQUENCE, null, object); in toArray()
411 if (null == object) in convertSimple()
[all …]
/trunk/main/bean/qa/complex/bean/
H A DOOoBeanTest.java91 if (os != null) in isWindows()
119 WriterFrame f = null; in test1()
128 if (f != null) in test1()
140 WriterFrame f = null; in test2()
277 if (f != null) in test2()
294 WriterFrame f = null; in test3()
306 if (f != null) in test3()
319 WriterFrame f = null; in test4()
336 if (f != null) in test4()
389 if (f != null) in test5()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DPopupWindow.java47 if (ac != null) { in PopupWindow()
57 if (parent != null) { in create()
66 return null; in create()
73 return (parent == null) || parent.isShowing(); in isShowing()
110 if (ac != null) { in add()
125 if (ac != null) { in remove()
140 if (accessibleContext == null) { in getAccessibleContext()
167 if (ac != null) { in add()
180 if (ac != null) { in remove()
181 ac.setAccessibleParent(null); in remove()
[all …]
/trunk/main/solenv/inc/
H A D_tg_lib.mk82 @cat /dev/null $(LIB1FILES:s/.obj/.o/) | xargs -n 1 >> $@
105 @+cat /dev/null $(LIB1FILES) | xargs -n1 >> $@
212 @+cat /dev/null $(LIB2FILES) | xargs -n1 >> $@
319 @+cat /dev/null $(LIB3FILES) | xargs -n1 >> $@
426 @+cat /dev/null $(LIB4FILES) | xargs -n1 >> $@
533 @+cat /dev/null $(LIB5FILES) | xargs -n1 >> $@
640 @+cat /dev/null $(LIB6FILES) | xargs -n1 >> $@
747 @+cat /dev/null $(LIB7FILES) | xargs -n1 >> $@
854 @+cat /dev/null $(LIB8FILES) | xargs -n1 >> $@
961 @+cat /dev/null $(LIB9FILES) | xargs -n1 >> $@
[all …]
/trunk/main/package/qa/storages/
H A DRegressionTest_i30400.java63 if ( xTempFileStream == null ) in test()
75 if ( xTempStorage == null ) in test()
94 if ( xTempSubStorage == null ) in test()
112 if ( xTempSubStorage == null ) in test()
190 if ( xTempStorage == null ) in test()
201 if ( xTempSubStorage == null ) in test()
212 if ( xTempSubSubStorage == null ) in test()
245 if ( xTempFileStream2 == null ) in TestCopyWithRenaming()
256 if ( xTempStorage2 == null ) in TestCopyWithRenaming()
266 if ( xTempSubStorage2 == null ) in TestCopyWithRenaming()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DThreadRunner.java91 Object oDoc = null;
92 String actionType = null;
93 String actionParm = null;
94 XMultiServiceFactory oMSF = null;
163 Object oDoc = null;
164 String url = null;
188 if( xDispatcher != null ) in run()
199 String url = null;
200 SOfficeFactory SOF = null;
230 String serviceName = null;
[all …]
/trunk/main/scripting/workben/installer/
H A DInstUtil.java36 File theFile = null; in buildSversionLocation()
60 if (theFile == null) in buildSversionLocation()
93 if ( installs != null ) in checkForSupportedVersion()
98 String path = null; in checkForSupportedVersion()
133 File theFile = null; in getNetbeansLocation()
156 return null; in getNetbeansLocation()
175 return null; in getNetbeansLocation()
191 File theFile = null; in getJeditLocation()
310 File versionFile = null; in findVersionFile()
319 if (versionFile != null) in findVersionFile()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java83 if( aDocProp != null ) in initialize()
92 if( aPageSupp != null ) in initialize()
106 if( maBottomLine == null || in refresh()
107 maTopLine == null ) in refresh()
112 if( aDocProp != null ) in refresh()
118 if( aShapesIA != null && in refresh()
155 if( maTopLine == null ) in refresh()
178 if( maBottomLine == null ) in refresh()
198 if( maTopLine == null || in refresh()
199 maBottomLine == null ) in refresh()
[all …]
/trunk/main/test/source/java/org/openoffice/test/
H A DOfficeConnection.java61 if (envArg != null) { in setUp()
93 if (process != null) { in setUp()
105 if (process != null) { in tearDown()
106 if (context != null) { in tearDown()
113 context = null; in tearDown()
119 desktop = null; in tearDown()
125 if (process != null) { in tearDown()
178 return done ? new Integer(n) : null; in waitForProcess()
216 private Process process = null;
217 private Forward outForward = null;
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java126 if (maEnumeration != null) in toString()
135 else if (maMinimumValue!=null || maMaximumValue!=null) in toString()
139 if (maMinimumValue != null) in toString()
148 if (maMaximumValue != null) in toString()
170 if (maEnumeration != null) in ApplyMinimum()
172 else if (maMinimumValue != null) in ApplyMinimum()
193 if (maEnumeration != null) in ApplyMaximum()
195 else if (maMaximumValue != null) in ApplyMaximum()
213 if (maEnumeration!=null || maMaximumValue!=null || maMinimumValue!=null) in ApplyEnumeration()
254 if (maEnumeration != null) in GetRestrictionType()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java115 String repos = null; in FileProvider()
116 String filter = null; in FileProvider()
121 if (a != null) { in FileProvider()
122 Object v = f.get(null); in FileProvider()
130 if (a != null) { in FileProvider()
131 Object v = f.get(null); in FileProvider()
138 if (a != null) { in FileProvider()
154 if (filter != null) { in FileProvider()
230 String line = null; in collectFromFile()
238 if(reader != null){ in collectFromFile()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_fat_service.java51 protected LogWriter log = null;
67 if (entries == null ) { in executeTest()
78 if (entries[l] == null ) { in executeTest()
92 TestCase tCase = null; in executeTest()
101 if (tCase == null) { in executeTest()
124 tEnv = null; in executeTest()
126 if (tEnv == null) { in executeTest()
170 if ((tEnv != null) && (ifc != null)) { in executeTest()
175 res = null; in executeTest()
178 if (res != null) { in executeTest()
[all …]
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java211 if (xContainer == null) in saveData()
236 if (xProp == null) in saveData()
261 if (xLeaf == null) in saveData()
290 if (xContainer == null) in loadData()
306 if (xLeaf == null) in loadData()
331 if (xProp == null) in loadData()
346 if (aWindow == null) in getWindowName()
362 if (xModelDlg == null) in getWindowName()
369 if (xPropDlg == null) in getWindowName()
377 String sName = null; in getWindowName()
[all …]
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java62 private IDList idList = null;
73 uiMap = null; in locateUIMap()
83 if (uiMap != null) { in locateUIMap()
100 if (ret != null) { in findUIMap()
106 return null; in findUIMap()
116 return null; in findUIMap()
167 ids.add(null); in scan()
185 if (id == null) in populateName()
202 String method = null; in codeParts()
203 String type = null; in codeParts()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java61 if (attrNodes != null) { in CellStyle()
275 CellStyle resolved = null; in getResolved()
284 CellStyle parentStyle = null; in getResolved()
285 if (sc != null) { in getResolved()
286 if (parent != null) { in getResolved()
289 if (parentStyle == null) in getResolved()
303 if (parentStyle != null) { in getResolved()
314 if ((fmt.getFontName() == null) && (parentFormat.getFontName() != null)) in getResolved()
316 if ((fmt.getForeground() == null) && (parentFormat.getForeground() != null)) in getResolved()
318 if ((fmt.getBackground() == null) && (parentFormat.getBackground() != null)) in getResolved()
[all …]
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java134 XInterface oObj = null; in checkPositiveViewForwarder()
137 XCell xCell = null; in checkPositiveViewForwarder()
174 XStyle StdStyle = null; in checkPositiveViewForwarder()
227 RPHFC = null; in checkPositiveViewForwarder()
545 XInterface oObj = null; in checkNegativeViewForwarder()
548 XCell xCell = null; in checkNegativeViewForwarder()
585 XStyle StdStyle = null; in checkNegativeViewForwarder()
638 RPHFC = null; in checkNegativeViewForwarder()
799 XInterface oObj = null; in checkPreviewHeaderCells()
817 XCell xCell = null; in checkPreviewHeaderCells()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextRange.java53 XTextRange oEndRange = null; // endrange of textrang
54 String startStr = null; // string in startrange
55 String endStr = null; // string in endrange
71 if (the_text != null) { in _getStart()
82 if (the_text !=null) { in _getStart()
88 tRes.tested( "getStart()", oStartRange != null && in _getStart()
109 if (the_text != null) { in _getEnd()
119 if (the_text !=null) { in _getEnd()
125 tRes.tested( "getEnd()", oEndRange != null && in _getEnd()
149 tRes.tested( "getText()", txt != null && in _getText()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/
H A D_XSingleServiceFactory.java62 public XSingleServiceFactory oObj = null;
63 private Class[] mustSupport = null ;
95 boolean bOK = Inst != null ; in _createInstance()
97 if (mustSupport != null && bOK) { in _createInstance()
100 if (ifc == null) { in _createInstance()
104 bOK &= ifc != null ; in _createInstance()
132 if (arg == null) { in _createInstanceWithArguments()
140 bOK &= Inst != null ; in _createInstanceWithArguments()
142 if (mustSupport != null) { in _createInstanceWithArguments()
145 if (ifc == null) { in _createInstanceWithArguments()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlDialog.java81 private static XWindow xWinDlg = null;
92 XInterface oObj = null; in createTestEnvironment()
94 XControlModel dlgModel = null; in createTestEnvironment()
96 XWindowPeer the_win = null; in createTestEnvironment()
97 XToolkit the_kit = null; in createTestEnvironment()
98 XDevice aDevice = null; in createTestEnvironment()
99 XGraphics aGraphic = null; in createTestEnvironment()
101 XControl butControl = null; in createTestEnvironment()
102 XControl butControl1 = null; in createTestEnvironment()
103 XControl butControl2 = null; in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DObjectOutputStream.java85 Object oPersObj = null; in initialize()
95 if ( oPersObj == null ) { in initialize()
114 XSimpleRegistry xReg = null; in initialize()
173 XInterface oObj = null; in createTestEnvironment()
178 Object ostream = null, istream = null; in createTestEnvironment()
179 Object aPipe = null; in createTestEnvironment()
180 Object mostream = null; in createTestEnvironment()
181 XInterface aConnect = null; in createTestEnvironment()
182 Object minstream = null; in createTestEnvironment()
234 XPersistObject xPersObj = null ; in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DObjectOutputStream.java83 Object oPersObj = null; in initialize()
93 if ( oPersObj == null ) { in initialize()
112 XSimpleRegistry xReg = null; in initialize()
170 XInterface oObj = null; in createTestEnvironment()
175 Object ostream = null, istream = null; in createTestEnvironment()
176 Object aPipe = null; in createTestEnvironment()
177 Object mostream = null; in createTestEnvironment()
178 XInterface aConnect = null; in createTestEnvironment()
179 Object minstream = null; in createTestEnvironment()
231 XPersistObject xPersObj = null ; in createTestEnvironment()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java57 XComponent xComp = null; in main()
60 if(xContext != null ) in main()
70 if (xWindowPeer != null) { in main()
82 if (xComp != null) { in main()
105 XFrame xFrame = null; in getWindowPeerOfFrame()
107 if (xComp != null) { in getWindowPeerOfFrame()
119 if (xFrame != null){ in getWindowPeerOfFrame()
121 if (xWindow != null){ in getWindowPeerOfFrame()
129 return null; in getWindowPeerOfFrame()
134 XComponent xComp = null; in createDefaultTextDocument()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DODatabaseForm.java233 String tableName = null;
237 private Object dbSrc = null;
256 if ((dbURL != null) && (dbUser != null) && (dbPassword != null)) { in initialize()
302 String oldF = null; in initialize()
303 String newF = null; in initialize()
320 if (xTextDoc != null) { in createTestEnvironment()
349 XInterface oObj = null; in createTestEnvironment()
350 XShapes oShapes = null; in createTestEnvironment()
499 XControl cntrl = null; in createTestEnvironment()
549 if (tc != null) { in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/bridge/
H A D_XBridgeFactory.java50 public XBridgeFactory oObj = null;
52 private String bridgeName = null ;
54 AcceptorThread acceptorThread = null;
74 private XAcceptor acc = null ;
79 public Exception ex = null ;
83 public XConnection acceptedCall = null ;
147 XBridge bridge = null; in _createBridge()
148 XConnection conn = null ; in _createBridge()
192 protocol, conn, null) ; in _createBridge()
195 result = bridge != null ; in _createBridge()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/classloading/
H A DClassMap.java74 ClassLoader classLoader = null; in loadClass()
75 Class<?> classObject = null; in loadClass()
78 ClassMapEntry matchingEntry = null; in loadClass()
83 if (classLoader == null && classObject == null) { in loadClass()
90 if (classLoader == null || classObject == null) { in loadClass()
91 if (matchingEntry == null) { in loadClass()
103 if (classLoader == null) { in loadClass()
107 if (classObject == null) { in loadClass()
122 XVndSunStarExpandUrlReference expUrl = null; in translateToUrls()
123 XMacroExpander macroExpander = null; in translateToUrls()
[all …]

Completed in 136 milliseconds

12345678910>>...127