Home
last modified time | relevance | path

Searched refs:null (Results 726 – 750 of 3165) sorted by relevance

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DAggregateComponent.java211 if (ControlRowVector == null) in insertControlGroup()
274 ControlRow curcontrolrow = null; in toggleButtons()
371 if (CurDBMetaData.AggregateFieldNames != null) in getAggregateFieldNames()
376 … if ((currowproperties[0].Value != null) && (currowproperties[1].Value != null)) in getAggregateFieldNames()
415 return null; in getAggregateFieldNames()
441 if (CurDBMetaData.AggregateFieldNames != null) in initializeScrollFields()
520 …ionListBox = CurUnoDialog.insertListBox(getFunctionControlName(index), 1, null, new ItemListenerIm… in ControlRow()
530 …xFieldListBox = CurUnoDialog.insertListBox(getFieldsControlName(index), 1, null, new ItemListenerI… in ControlRow()
570 …getUnoArrayPropertyValue(UnoDialog.getModel(xFieldListBox), PropertyNames.SELECTED_ITEMS) != null); in isComplete()
571 …UnoArrayPropertyValue(UnoDialog.getModel(xFunctionListBox), PropertyNames.SELECTED_ITEMS) != null); in isComplete()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/
H A DActionIterator.java46 Iterator<IAction> maIterator = null; in iterator()
58 if (maIterator == null) in iterator()
59 if (maOneStateActions == null) in iterator()
70 maIterator = null; in iterator()
76 if (maIterator == null) in iterator()
77 if (maAllStateActions == null) in iterator()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DXMLTokenViewFactory.java34 maIn = null; in XMLTokenViewFactory()
43 TokenView<TokenType> aView = null; in Create()
47 if (maIn != null) in Create()
73 if (maIn == null) in run()
94 maIn = null; in FillDocument()
95 if (aIn != null) in FillDocument()
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java49 String sPath = null;
53 private Object[] m_oParamObjects = null;
55 private Type aType = null;
143 if (sAnchor != null){ in openIdlDescription()
171 return null; in getDispatchURL()
182 return null; in getCurrentFrame()
195 return null; in getXDispatcher()
320 String[] sDisplayValues = null; in getDisplayValuesofPrimitiveArray()
387 return null; in getDisplayValuesofPrimitiveArray()
407 if ( xServiceInfo != null ) { in getNodeDescription()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DPropertySetAdapter.java183 if (propertyData == null) { in getPropertyData()
191 if (propertyData == null) { in getPropertyData()
205 if (ret == null) { in getPropertyValue()
207 ret = new Any(propertyData.property.Type, null); in getPropertyValue()
209 ret = new Any(new Type(void.class), null); in getPropertyValue()
231 Object value = null; in getPropertyValues()
285 isVoid = ((Any) value).getObject() == null; in setPropertyValue()
287 isVoid = value == null; in setPropertyValue()
327 if (obj == null in checkType()
398 if (listeners != null) { in fireListeners()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGDocument.java121 if (task == null) in CGDocument()
165 XDocumentProperties xProps = null; in validate()
183 if (xProps != null) in validate()
217 if (cp_Exporter == null || cp_Exporter.equals(PropertyNames.EMPTY_STRING)) in validate()
231 if (mediaDesc == null) in analyzeFileType()
235 String media = (mediaDesc == null) in analyzeFileType()
332 if (this.updateDate == null) in updateDate()
341 if (this.createDate == null) in createDate()
430 if (cp_Exporter == null) in getExporterIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDB.java33 private static DB m_aDB = null;
42 if (m_aDB == null) in getDB()
58 if (_sDBInfoString == null) return; in init()
262 java.sql.Statement oStmt = null; in QuerySQL()
263 Connection oCon = null; in QuerySQL()
284 Object aObj = null; in QuerySQL()
403 if (m_sDocID != null) in getWhereClause()
412 if (m_sDBDistinct != null) in getWhereClause()
472 if (_sParentDistinct == null) in insertinto_documentcompare_impl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotTableObj.java71 static XSpreadsheetDocument xSheetDoc = null;
81 xSheetDoc = SOF.createCalcDoc(null); in initialize()
133 XInterface oObj = null; in createTestEnvironment()
147 XSpreadsheet oSheet = null; in createTestEnvironment()
148 Object oChangeCell = null; in createTestEnvironment()
149 Object oCheckCell = null; in createTestEnvironment()
166 log.println("Getting sheet - " + (oSheet == null ? "FAILED" : "OK")); in createTestEnvironment()
214 XPropertySet fieldPropSet = null; in createTestEnvironment()
265 ((oObj == null) ? "FAILED" : "OK")); in createTestEnvironment()
H A DScIndexEnumeration_TextFieldEnumeration.java62 static XSpreadsheetDocument xSheetDoc = null;
72 xSheetDoc = SOF.createCalcDoc(null); in initialize()
102 XInterface oObj = null; in createTestEnvironment()
103 XText oText = null; in createTestEnvironment()
104 XTextContent oContent = null; in createTestEnvironment()
105 XInterface aField = null; in createTestEnvironment()
106 XTextFieldsSupplier xTextFieldsSupp = null; in createTestEnvironment()
/trunk/main/odk/examples/java/Text/
H A DSWriter.java44 com.sun.star.uno.XComponentContext xContext = null; in main()
49 if( xContext != null ) in main()
112 com.sun.star.text.XTextTable xTT = null; in main()
126 com.sun.star.beans.XPropertySet xTTRowPS = null; in main()
198 Object oldValue = null; in main()
244 com.sun.star.text.XTextFrame xTF = null; in main()
245 com.sun.star.drawing.XShape xTFS = null; in main()
333 com.sun.star.text.XTextDocument xDoc = null; in openWriter()
334 com.sun.star.lang.XComponent xComp = null; in openWriter()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java63 private Thread execThread = null;
64 private String filename = null;
68 if (filename != null && filename != "") { in go()
87 if (in != null) { in go()
148 if (labels[i].equals("Save") && filename == null) { in initUI()
250 if (filename == null) { in saveTextArea()
254 FileOutputStream fos = null; in saveTextArea()
255 if (filename != null) { in saveTextArea()
268 if (fos != null) { in saveTextArea()
/trunk/main/odk/examples/java/Spreadsheet/
H A DSCalc.java81 XComponentContext xContext = null; in main()
102 XSpreadsheetDocument myDoc = null; in main()
159 XSpreadsheet xSheet=null; in main()
285 XTableChart oChart = null; in main()
326 XMultiComponentFactory xMCF = null; in openCalc()
328 XSpreadsheetDocument xSpreadSheetDoc = null; in openCalc()
329 XComponent xComp = null; in openCalc()
362 XCell xCell = null; in insertIntoCell()
382 XCellRange xCR = null; in chgbColor()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java94 if (input == null) in createInputStream()
120 if (output == null) in createOutputStream()
128 if (mimeType != null) in createOutputStream()
181 if (input != null) in isReadable()
256 if (mimeType != null) in openOutputRepository()
293 if (input != null) in closeInputRepository()
301 if (output != null) in closeOutputRepository()
306 if (obj != null) in closeOutputRepository()
/trunk/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java97 if( xModel != null ) { in createDialog()
113 if( xDialog != null ) in createDialog()
207 if (_implementationId == null) { in getImplementationId()
247 if ( null != m_xFrame && null != m_xToolkit ) { in showMessageBox()
262 if ( null != xPeer ) { in showMessageBox()
265 if ( null != xMsgBox ) in showMessageBox()
291 XSingleComponentFactory xFactory = null; in __getComponentFactory()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DCommandName.java57 … if ((_CatalogName != null) && (oCommandMetaData.xDBMetaData.supportsCatalogsInTableDefinitions())) in CommandName()
64 … if ((_SchemaName != null) && (oCommandMetaData.xDBMetaData.supportsSchemasInTableDefinitions())) in CommandName()
71 if (_TableName != null) in CommandName()
136 if (CatalogName != null) in setComposedCommandName()
146 if (SchemaName != null) in setComposedCommandName()
161 if ((!bCatalogAtStart) && (CatalogName != null)) in setComposedCommandName()
201 if (sName == null) in quoteName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XFormulaQuery.java45 protected XSpreadsheet oSheet = null;
55 if (oSheet == null) { in before()
61 if (oSheet == null) { in before()
67 if (o != null) { in before()
80 if (o != null) { in before()
87 if (o != null) { in before()
99 if (o != null) { in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOGroupBoxControl.java87 xTextDoc = SOF.createTextDoc(null); in initialize()
143 XInterface oObj = null; in createTestEnvironment()
144 Object anotherCtrl = null; in createTestEnvironment()
145 XWindowPeer the_win = null; in createTestEnvironment()
146 XToolkit the_kit = null; in createTestEnvironment()
147 XDevice aDevice = null; in createTestEnvironment()
148 XGraphics aGraphic = null; in createTestEnvironment()
H A DOImageButtonControl.java92 xTextDoc = SOF.createTextDoc(null); in initialize()
148 XInterface oObj = null; in createTestEnvironment()
149 Object anotherCtrl = null; in createTestEnvironment()
150 XWindowPeer the_win = null; in createTestEnvironment()
151 XToolkit the_kit = null; in createTestEnvironment()
152 XDevice aDevice = null; in createTestEnvironment()
153 XGraphics aGraphic = null; in createTestEnvironment()
/trunk/main/package/qa/ofopxmlstorages/
H A DTest03.java70 if ( xTempStorage == null ) in test()
80 if ( xTempSubStorage == null ) in test()
155 if ( xRootNameAccess == null ) in test()
200 if ( xResultSubStorage == null ) in test()
210 if ( xChildAccess == null ) in test()
240 if ( xResult != null ) in getStorageFromNameAccess()
250 return null; in getStorageFromNameAccess()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlCheckBox.java65 xTextDoc = SOF.createTextDoc(null); in initialize()
84 XInterface oObj = null; in createTestEnvironment()
85 XWindowPeer the_win = null; in createTestEnvironment()
86 XToolkit the_kit = null; in createTestEnvironment()
87 XDevice aDevice = null; in createTestEnvironment()
88 XGraphics aGraphic = null; in createTestEnvironment()
89 XWindow anotherWindow = null; in createTestEnvironment()
H A DUnoControlComboBox.java62 xTextDoc = SOF.createTextDoc(null); in initialize()
78 XInterface oObj = null; in createTestEnvironment()
79 XWindowPeer the_win = null; in createTestEnvironment()
80 XToolkit the_kit = null; in createTestEnvironment()
81 XDevice aDevice = null; in createTestEnvironment()
82 XGraphics aGraphic = null; in createTestEnvironment()
83 XControl aControl = null; in createTestEnvironment()
H A DUnoControlCurrencyField.java63 xTextDoc = SOF.createTextDoc(null); in initialize()
79 XInterface oObj = null; in createTestEnvironment()
80 XWindowPeer the_win = null; in createTestEnvironment()
81 XToolkit the_kit = null; in createTestEnvironment()
82 XDevice aDevice = null; in createTestEnvironment()
83 XGraphics aGraphic = null; in createTestEnvironment()
84 XControl aControl = null; in createTestEnvironment()
H A DUnoControlDateField.java65 xTextDoc = SOF.createTextDoc(null); in initialize()
84 XInterface oObj = null; in createTestEnvironment()
85 XWindowPeer the_win = null; in createTestEnvironment()
86 XToolkit the_kit = null; in createTestEnvironment()
87 XDevice aDevice = null; in createTestEnvironment()
88 XGraphics aGraphic = null; in createTestEnvironment()
89 XWindow anotherWindow = null; in createTestEnvironment()
H A DUnoControlEdit.java63 xTextDoc = SOF.createTextDoc(null); in initialize()
79 XInterface oObj = null; in createTestEnvironment()
80 XWindowPeer the_win = null; in createTestEnvironment()
81 XToolkit the_kit = null; in createTestEnvironment()
82 XDevice aDevice = null; in createTestEnvironment()
83 XGraphics aGraphic = null; in createTestEnvironment()
84 XControl aControl = null; in createTestEnvironment()
H A DUnoControlFileControl.java63 xTextDoc = SOF.createTextDoc(null); in initialize()
79 XInterface oObj = null; in createTestEnvironment()
80 XWindowPeer the_win = null; in createTestEnvironment()
81 XToolkit the_kit = null; in createTestEnvironment()
82 XDevice aDevice = null; in createTestEnvironment()
83 XGraphics aGraphic = null; in createTestEnvironment()
84 XControl aControl = null; in createTestEnvironment()

Completed in 121 milliseconds

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