| /AOO41X/main/wizards/com/sun/star/wizards/table/ |
| H A D | FieldDescription.java | 80 … aPropertyValues.addElement(Properties.createProperty(PropertyNames.PROPERTY_NAME, _fieldname)); in FieldDescription() 81 aPropertyValues.addElement(Properties.createProperty("Type", Type)); in FieldDescription() 135 … aPropertyValues.addElement(Properties.createProperty(PropertyNames.PROPERTY_NAME, Name)); in setFieldProperties() 139 …aPropertyValues.addElement(Properties.createProperty("Type", xPropertySet.getPropertyValue("Type")… in setFieldProperties() 143 …aPropertyValues.addElement(Properties.createProperty("Scale", xPropertySet.getPropertyValue("Scale… in setFieldProperties() 148 …aPropertyValues.addElement(Properties.createProperty("Precision", xPropertySet.getPropertyValue("P… in setFieldProperties() 153 …aPropertyValues.addElement(Properties.createProperty("DefaultValue", xPropertySet.getPropertyValue… in setFieldProperties()
|
| /AOO41X/main/wizards/com/sun/star/wizards/common/ |
| H A D | Properties.java | 80 pv[i] = createProperty((String) it.next(), map); in getProperties() 85 public static PropertyValue createProperty(String name, Map map) in createProperty() method in Properties 87 return createProperty(name, map.get(name)); in createProperty() 90 public static PropertyValue createProperty(String name, Object value) in createProperty() method in Properties 98 public static PropertyValue createProperty(String name, Object value, int handle) in createProperty() method in Properties 100 PropertyValue pv = createProperty(name, value); in createProperty()
|
| /AOO41X/main/wizards/com/sun/star/wizards/form/ |
| H A D | DataEntrySetter.java | 124 … retProperties[0] = Properties.createProperty("AllowUpdates", Boolean.valueOf(bAllowUpdates)); in getFormProperties() 125 … retProperties[1] = Properties.createProperty("AllowDeletes", Boolean.valueOf(bAllowDeletes)); in getFormProperties() 126 … retProperties[2] = Properties.createProperty("AllowInserts", Boolean.valueOf(bAllowInserts)); in getFormProperties() 131 retProperties[0] = Properties.createProperty("IgnoreResult", Boolean.TRUE); in getFormProperties()
|
| H A D | FormWizard.java | 346 …Properties.createProperty(PropertyNames.ACTIVE_CONNECTION, curFormDocument.oMainFormDBMetaData.DBC… in start()
|
| /AOO41X/main/wizards/com/sun/star/wizards/web/data/ |
| H A D | CGDocument.java | 173 props[0] = Properties.createProperty("Hidden", Boolean.TRUE); in validate() 174 …props[1] = Properties.createProperty("MacroExecutionMode", new Short(MacroExecMode.NEVER_EXECUTE)); in validate() 175 … props[2] = Properties.createProperty("UpdateDocMode", new Short(UpdateDocMode.NO_UPDATE)); in validate()
|
| /AOO41X/main/wizards/com/sun/star/wizards/db/ |
| H A D | SQLQueryComposer.java | 393 …rDispatchArguments[0] = Properties.createProperty(PropertyNames.PROPERTY_TITLE, Configuration.getP… in displaySQLErrorDialog() 394 rDispatchArguments[1] = Properties.createProperty("ParentWindow", _xParentWindow); in displaySQLErrorDialog() 395 rDispatchArguments[2] = Properties.createProperty("SQLException", _exception); in displaySQLErrorDialog()
|
| H A D | DatabaseObjectWizard.java | 164 … curproperties[0] = Properties.createProperty( "DatabaseLocation", settings[ IDX_LOCATION ] ); in executeWizardFromCommandLine() 166 … curproperties[0] = Properties.createProperty( "DataSourceName", settings[ IDX_DSN ] ); in executeWizardFromCommandLine()
|
| H A D | DBMetaData.java | 1024 oStoreProperties[0] = Properties.createProperty("FilterName", "writer8"); in storeDatabaseDocumentToTempPath() 1073 aPropertyValue[0] = Properties.createProperty("SQLException", oSQLException); in callSQLErrorMessageDialog() 1074 aPropertyValue[1] = Properties.createProperty("ParentWindow", _xWindow); in callSQLErrorMessageDialog()
|
| /AOO41X/main/wizards/com/sun/star/wizards/agenda/ |
| H A D | TopicsControl.java | 486 pv[0] = Properties.createProperty(LABEL + i, PropertyNames.EMPTY_STRING + (i + 1) + "."); 487 pv[1] = Properties.createProperty(TOPIC + i, PropertyNames.EMPTY_STRING); 488 pv[2] = Properties.createProperty(RESP + i, PropertyNames.EMPTY_STRING); 489 pv[3] = Properties.createProperty(TIME + i, PropertyNames.EMPTY_STRING);
|
| /AOO41X/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
| H A D | DesignTemplate.java | 317 aLoadProps[0] = Properties.createProperty(PropertyNames.URL, _sPath); in load() 318 aLoadProps[1] = Properties.createProperty(PropertyNames.READ_ONLY, Boolean.TRUE); in load()
|
| /AOO41X/main/wizards/com/sun/star/wizards/ui/ |
| H A D | TitlesComponent.java | 140 currowproperties[0] = Properties.createProperty(getColumnName(i), fieldnames[i], i); in initializeScrollFields() 141 …currowproperties[1] = Properties.createProperty(getTitleName(i), fieldtitles[i], i); //getTitleNam… in initializeScrollFields()
|
| H A D | AggregateComponent.java | 478 …currowproperties[0] = Properties.createProperty(getFunctionControlName(_index), iselfunctionlist, … in registerControlGroupAtIndex() 479 …currowproperties[1] = Properties.createProperty(getFieldsControlName(_index), iselfieldslist, _ind… in registerControlGroupAtIndex()
|