Home
last modified time | relevance | path

Searched refs:null (Results 826 – 850 of 3166) sorted by relevance

1...<<31323334353637383940>>...127

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoScrollBarControl.java67 xTextDoc = SOF.createTextDoc(null); in initialize()
101 XInterface oObj = null; in createTestEnvironment()
102 XWindowPeer the_win = null; in createTestEnvironment()
103 XToolkit the_kit = null; in createTestEnvironment()
104 XDevice aDevice = null; in createTestEnvironment()
105 XGraphics aGraphic = null; in createTestEnvironment()
106 XControl aControl = null; in createTestEnvironment()
/trunk/main/qadevOOo/testdocs/backend/org/openoffice/
H A DJavaSystemBackend.java53 protected static XMultiServiceFactory msf = null;
54 protected XLayer aLayer = null;
79 if (aLayer == null) { in getLayer()
158 XSingleServiceFactory xSingleServiceFactory = null; in __getServiceFactory()
219 if (xLayerHandler == null) { in readData()
224 XLayerContentDescriber xLayerContentDescriber = null; in readData()
236 if (xLayerContentDescriber == null) { in readData()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOListBoxControl.java61 xTextDoc = SOF.createTextDoc( null ); in initialize()
84 XInterface oObj = null; in createTestEnvironment()
85 Object anotherCtrl = null ; in createTestEnvironment()
86 XWindowPeer the_win = null; in createTestEnvironment()
87 XToolkit the_kit = null; in createTestEnvironment()
88 XDevice aDevice = null; in createTestEnvironment()
89 XGraphics aGraphic = null; in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchRecorder.java54 public static XDispatchRecorder oObj = null;
56 XFrame xFrame = null;
57 URL dispURL = null;
63 if (xFrame == null) { in before()
104 boolean res = macro != null in _getRecordedMacro()
149 boolean res = macro != null in _recordDispatch()
180 boolean res = macro != null in _recordDispatchAsComment()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextDialogFactory.java55 if (aDialog != null) in CreateSelectionDialog()
75 if (aDialog != null) in CreateCopyDialog()
94 if (aDialog != null) in CreateCutDialog()
111 if (aDialog != null) in CreatePasteDialog()
121 if (aDialog != null) in CreateEditDialog()
128 if (aDialog != null) in CreateFormatDialog()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java52 if ( aGet != null ){ in testMethod()
78 ResultSet rs = m_xMD.getTables(null,null,"TESTCASE",null); in test()
83 catalog = null; in test()
87 schema = null; in test()
/trunk/main/testtools/source/servicetests/
H A DTestBase.java36 assertTrue(t != null); in runTest()
116 assertTrue(t3 != null); in runTest()
119 assertTrue(t4 == null); in runTest()
121 t = null; in runTest()
123 t3 = null; in runTest()
125 t4 = null; in runTest()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleComponentHandler.java37 if (xComponent != null) in createHandler()
40 return null; in createHandler()
50 if (xComponent != null) in AccessibleComponentHandler()
56 AccessibleTreeNode aChild = null; in createChild()
62 if (xComponent != null) in createChild()
120 if (((AccTreeNode)aNode).getComponent() != null) in update()
H A DAccessibilityTreeModelBase.java33 setRoot (null); in AccessibilityTreeModelBase()
55 Object aChild = null; in getChild()
58 if (aParent != null && aParent instanceof AccessibleTreeNode) in getChild()
72 Object aChild = null; in getChildNoCreate()
75 if (aParent != null && aParent instanceof AccessibleTreeNode) in getChildNoCreate()
142 private AccessibleTreeNode maRoot = null;
H A DAccessibleSelectionHandler.java45 return (xSelection == null) ? null : in createHandler()
55 if (xSelection != null) in AccessibleSelectionHandler()
62 AccessibleTreeNode aChild = null; in createChild()
68 if( xSelection != null ) in createChild()
139 if( xSelection != null ) in getActions()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/
H A D_XRowLocate.java53 public XRowLocate oObj = null ;
55 private Object bookmark1 = null, bookmark2 = null ;
71 tRes.tested("getBookmark()", bookmark1 != null) ; in _getBookmark()
96 Object tmpBookmark = null ; in _moveToBookmark()
190 if (has == null) { in _hasOrderedBookmarks()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_Shape.java55 XStyle style1 = null;
56 XStyle style2 = null;
110 String aName = null; in _LayerName()
117 tRes.tested("LayerName",aName != null); in _LayerName()
138 Short aID = null; in _LayerID()
145 tRes.tested("LayerID",aID != null); in _LayerID()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_XChangeBroadcaster.java70 public static XChangeBroadcaster oObj = null;
98 protected XTextComponent xText = null ;
99 protected Changer changer = null ;
113 if (xText == null && changer == null) in before()
187 if (xText != null) { in changeContent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XContainerQuery.java60 public XContainerQuery oObj = null;
61 private NamedValue[] m_querySequenze = null;
62 private String[] m_queryStrings = null;
73 if (m_querySequenze == null) { in before()
81 if (m_queryStrings == null) { in before()
97 if ( m_queryStrings == null ) { in _createSubSetEnumerationByQuery()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java70 if (actionPerformed != null) in insertButton()
88 if (actionPerformed != null) in insertImageButton()
105 if (itemChanged != null) in insertCheckBox()
121 if (actionPerformed != null) in insertComboBox()
126 if (itemChanged != null) in insertComboBox()
131 if (textChanged != null) in insertComboBox()
148 if (actionPerformed != null) in insertListBox()
153 if (itemChanged != null) in insertListBox()
169 if (itemChanged != null) in insertRadioButton()
225 if (sTextChanged != null) in insertEditField()
/trunk/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java50 if ( xPortionEnum != null ) { in getNextField()
89 return null; // unreachable in getNextField()
149 com.sun.star.text.XTextField xField = null; in checkCrossReferences()
150 com.sun.star.beans.XPropertySet xProps = null; in checkCrossReferences()
198 com.sun.star.text.XTextRange xParaTextRange = null; in checkCrossReferences()
206 xParaTextRange = null; in checkCrossReferences()
221 if ( xBookmark != null ) { in checkCrossReferences()
234 if ( xNewField != null ) { in checkCrossReferences()
274 private XTextDocument document = null;
/trunk/main/sw/qa/complex/accessibility/
H A DAccessibleRelationSet.java51 private XAccessible para1 = null;
52 private XAccessible para2 = null;
53 private XAccessible para3 = null;
54 private XTextDocument xTextDoc = null;
61 XAccessibleText atarget=null; in contents_flows_to()
62 if (set != null) { in contents_flows_to()
91 if (set != null) { in contents_flows_from()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeZip.java60 private List entryList = null;
92 ZipEntry ze = null; in read()
95 while ((ze = zis.getNextEntry()) != null) { in read()
220 return null; in getNamedBytes()
264 byte[] bytes = null; in getEntryBytes()
445 ZipEntry zipEntry = null;
446 byte bytes[] = null;
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java59 private String fontName = null;
141 if (c == null) in WseTextRun()
145 if (c == null) in WseTextRun()
173 if (ft != null) in WseTextRun()
289 TextStyle x = new TextStyle(null, "text", null, mask, in makeStyle()
293 if (ct != null) { in makeStyle()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSetMetaData.java81 if (schemaName == null) { in getSchemaName()
94 if (columnName == null) { in getColumnName()
107 if (tableName == null) { in getTableName()
120 if (catalogName == null) { in getCatalogName()
133 if (columnTypeName == null) { in getColumnTypeName()
146 if (columnLabel == null) { in getColumnLabel()
159 if (columnServiceName == null) { in getColumnServiceName()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java65 XPropertySet ret = null; in createObject()
66 XResultSet results = null; in createObject()
70 if (results != null) { in createObject()
95 if (propertySet != null) { in dropObject()
111 XStatement statement = null; in dropObject()
140 XStatement statement = null; in createTable()
142 …g sql = DbTools.createSqlCreateTableStatement(descriptor, metadata.getConnection(), null, "(M,D)"); in createTable()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DObjectViewContainer.java80 maLayoutManager = null; in ObjectViewContainer()
94 mxContext = null; in ObjectViewContainer()
127 if (aCreateMethod != null) in SetObject()
131 null, new Object[] {this, xContext}); in SetObject()
200 if (aView != null) in Add()
280 mxContext = null; in disposing()
286 SetObject (null); in disposing()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DActiveSyncDriver.java63 String ooClassDir = null; in Convert()
77 if (ooClassDir == null) { in Convert()
89 File pluginJar = null; in Convert()
106 if (conv == null) { in Convert()
124 if (dataOut == null) { in Convert()
130 if (doc == null) { in Convert()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/
H A D_XPrintJobBroadcaster.java40 public XPrintJobBroadcaster oObj = null;
41 MyPrintJobListener listenerImpl = null;
49 if (listenerImpl == null) { in before()
85 XPrintable xPrintable = null;
86 PropertyValue[]printProps = null;
87 String printFileName = null;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOffice.java37 private IOffice m_aOffice = null;
77 if (m_aOffice != null) in load()
89 if (aList != null) in load()
131 if (m_aOffice != null) in storeAsPostscript()
148 if (m_aOffice != null) in start()
156 if (m_aOffice != null) in close()

Completed in 77 milliseconds

1...<<31323334353637383940>>...127