Home
last modified time | relevance | path

Searched refs:null (Results 1001 – 1025 of 3166) sorted by relevance

1...<<41424344454647484950>>...127

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlTimeFieldModel.java67 return utils.isVoid(old) ? new Integer(1234) : null ; in _BackgroundColor()
79 return utils.isVoid(old) ? new Integer(1234) : null ; in _BorderColor()
91 return utils.isVoid(old) ? new Integer(4321) : null ; in _TextColor()
103 return utils.isVoid(old) ? new Integer(4321) : null ; in _TextLineColor()
128 return utils.isVoid(old) ? new Boolean(true) : null ; in _Tabstop()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextRangeMover.java51 public XTextRangeMover oObj = null;
53 XTextRange xTextRange = null;
54 XTextRange oMoveRange = null;
66 if (oMoveRange == null) { in _moveTextRange()
71 if (xTextRange == null) { in _moveTextRange()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseHeader.java56 if (ft != null) miscSize += ft.getByteCount(); in WseHeader()
57 if (ct != null) miscSize += ct.getByteCount(); in WseHeader()
119 ByteArrayOutputStream bs = null; // Used for storing the data in getBytes()
136 if (bs != null) { in getBytes()
138 } else return null; in getBytes()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleActionHandler.java36 if (xEComponent != null) in createHandler()
39 return null; in createHandler()
48 if (xAction != null) in AccessibleActionHandler()
62 AccessibleTreeNode aChild = null; in createChild()
67 if( xAction != null ) in createChild()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/reflection/
H A D_XIdlReflection.java42 public XIdlReflection oObj = null;
57 if (cls != null) { in _forName()
78 Object obj = null; in _getType()
89 if (obj == null) { in _getType()
99 tRes.tested("getType()", cls != null); in _getType()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java301 if (oResources != null) in refreshImages()
361 return null; in getObjectFor()
423 if (m_aItemListenerList == null) in addItemListener()
436 if (m_aItemListenerList != null) in removeItemListener()
454 if (m_aItemListenerList == null) in fireItemSelected()
462 ((com.sun.star.awt.XItemListener) list.get(i)).itemStateChanged(null); in fireItemSelected()
671 … Object item = m_nCurrentSelection >= 0 ? getListModel().getElementAt(m_nCurrentSelection) : null; in refreshImageText()
786 return m_nCurrentSelection >= 0 ? getListModel().getElementAt(m_nCurrentSelection) : null; in getSelectedObject()
850 if (m_aButtons[i] != null) in refreshSelection()
H A DFieldSelection.java194 Object btnmoveall = null; in FieldSelection()
195 Object btnremoveall = null; in FieldSelection()
337 if (btnmoveall != null) in FieldSelection()
341 if (btnremoveall != null) in FieldSelection()
345 if (btnmoveup != null) in FieldSelection()
349 if (btnmovedown != null) in FieldSelection()
381 return null; in getYButtonPositions()
403 if (xFieldSelection != null) in changeSelectionOrder()
600 if (xFieldSelection != null) in selectFields()
649 if (xFieldSelection != null) in deselectFields()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DEnhancedComplexTestCase.java99 if (sNEEDCHECK == null) in needCheckForInstalledSoftware()
116 … if (aGTA.getImportFilterName() != null && aGTA.getImportFilterName().toLowerCase().equals("help")) in getGraphicalTestArguments()
118 aGTA = null; in getGraphicalTestArguments()
120 … if (aGTA.getExportFilterName() != null && aGTA.getExportFilterName().toLowerCase().equals("help")) in getGraphicalTestArguments()
122 aGTA = null; in getGraphicalTestArguments()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XShapeGrouper.java53 public XShapeGrouper oObj = null; // oObj filled by MultiMethodTest
54 XShape oGroup = null;
56 XShapes oShapes = null;
64 if (dp == null) in _group()
75 result = oGroup != null ; in _group()
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBridgedObject_Test.java40 return null; in test()
50 assertTrue(BridgedObject.getBridge(object0) == null); in test()
57 return null; in getInstance()
61 return null; in getName()
65 return null; in getDescription()
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableBorderSpacingtoContent.java45 private XTextDocument xTextDocument=null;
46 private XMultiServiceFactory xWriterFactory=null;
47 private XText xText=null;
76 while(cellName[i] != null) in testtableBorderSpacingtoContent()
116 while(cellName_assert_odt[j] != null) in testtableBorderSpacingtoContent()
135 while(cellName_assert_doc[k] != null) in testtableBorderSpacingtoContent()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DBackgroundsDialog.java96 if (filename != null && filename.length > 0 && filename[0] != null) in other()
161 if (listItem != null) in getImageUrls()
167 return null; in getImageUrls()
172 …return object == null ? PropertyNames.EMPTY_STRING : FileAccess.getPathFilename(fileAccess.getPath… in render()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScModelObj.java132 if (xSpreadsheetDoc != null) { in createTestEnvironment()
138 if (xSecondsheetDoc != null) { in createTestEnvironment()
146 xSpreadsheetDoc = SOF.createCalcDoc(null); in createTestEnvironment()
147 xSecondsheetDoc = SOF.createCalcDoc(null); in createTestEnvironment()
169 XCell toSel = null; in createTestEnvironment()
170 XCell[] xCalculatableCells = null; in createTestEnvironment()
H A DScAccessiblePreviewCell.java84 static XSpreadsheetDocument xSheetDoc = null;
93 xSheetDoc = SOF.createCalcDoc(null); in initialize()
118 XInterface oObj = null; in createTestEnvironment()
119 XCell xCell = null; in createTestEnvironment()
165 if(xDispatcher != null) in createTestEnvironment()
166 xDispatcher.dispatch( aURL, null ); in createTestEnvironment()
H A DScIndexEnumeration_DDELinksEnumeration.java49 static XSpreadsheetDocument xSheetDoc = null;
50 static XComponent oDoc = null;
60 xSheetDoc = SOF.createCalcDoc(null); in initialize()
82 XInterface oObj = null; in createTestEnvironment()
111 XSpreadsheet oSheet = null; in createTestEnvironment()
152 ((oObj == null) ? "FAILED" : "OK")); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdUnoSlideView.java112 XDrawPages xDP = null; in createTestEnvironment()
115 xImpressDoc = SOF.createImpressDoc(null); in createTestEnvironment()
145 if( xDispatcher != null ) in createTestEnvironment()
146 xDispatcher.dispatch( aURL, null ); in createTestEnvironment()
153 xSecondDrawDoc = SOF.createImpressDoc(null); in createTestEnvironment()
171 if (anotherWindow != null) { in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleBrowseBoxHeaderCell.java91 if (xTextDoc != null) { in cleanup()
124 if (xTextDoc != null) xTextDoc.dispose(); in createTestEnvironment()
131 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
148 XDispatch getting = null; in createTestEnvironment()
161 if (the_frame1 == null) { in createTestEnvironment()
169 XInterface oObj = null; in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleEdit.java84 private static XTextDocument xTextDoc = null;
85 private static XAccessibleAction action = null;
96 XInterface oObj = null; in createTestEnvironment()
119 XURLTransformer urlTransf = null; in createTestEnvironment()
131 XDispatch getting = null; in createTestEnvironment()
213 xTextDoc = SOF.createTextDoc(null); in initialize()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyContainer.java50 public XPropertyContainer oObj = null;// oObj filled by MultiMethodTest
57 private String propertyNotRemovable = null;
65 if (propertyNotRemovable == null) { in before()
85 ….addProperty("myXPropertContainerProperty" , com.sun.star.beans.PropertyAttribute.MAYBEVOID, null); in _addProperty()
116 ….addProperty("myXPropertContainerProperty" , com.sun.star.beans.PropertyAttribute.MAYBEVOID, null); in _addProperty()
186 oObj.addProperty("", attrib, null); in _addProperty()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DSystemDialog.java40 protected XComponentContext m_xContext = null;
52 if(xContext != null ) in main()
69 XComponent xComponent = null; in raiseSaveAsDialog()
116 if (xComponent != null){ in raiseSaveAsDialog()
146 XComponent xComponent = null; in raiseFolderPicker()
168 if (xComponent != null){ in raiseFolderPicker()
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java65 XDataSource ds = null; in test()
97 if ( xComp != null ) in test()
101 com.sun.star.beans.PropertyValue[] info = null; in test()
102 XDriver drv = null; in test()
135 com.sun.star.beans.PropertyValue[] info = null; in test2()
136 XDriver drv = null; in test2()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetAnnotationAnchor.java44 public XSheetAnnotationAnchor oObj = null;
45 protected XSheetAnnotation anno = null;
68 return (author != null); in check_getAuthor()
77 return (date != null); in check_getDate()
100 return (oCAddr != null); in check_getPosition()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DXmlNamespace.java51 null, in Apply()
52 null, in Apply()
54 null)); in Apply()
57 null, in Apply()
63 null); in Apply()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java223 if ( null != sInitialName ) in createSubForm()
274 XModel xModel = null; in getDocumentForComponent()
275 while ( ( null != xChild ) && ( null == xModel ) ) in getDocumentForComponent()
346 if ( null != xSuppPage ) in getMainDrawPage()
372 XNameContainer xFormsCollection = null; in getFormComponentTreeRoot()
373 if ( null != xSuppForms ) in getFormComponentTreeRoot()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCollator.java50 public XCollator oObj = null;
51 private String[] alg = null ;
52 private int[] opt = null ;
62 if (alg != null) { in _listCollatorAlgorithms()
85 if (opt != null) { in _listCollatorOptions()
164 Collator col = null ; in _compareSubstring()
225 Collator col = null ; in _compareString()

Completed in 84 milliseconds

1...<<41424344454647484950>>...127