/aoo4110/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()
|
/aoo4110/main/odk/examples/java/ToDo/ |
H A D | ToDo.java | 740 vectorHolidays.addElement( xfunctionaccess.callFunction( in getOfficialHolidays() 748 vectorHolidays.addElement( in getOfficialHolidays() 752 vectorHolidays.addElement( in getOfficialHolidays() 756 vectorHolidays.addElement( xfunctionaccess.callFunction( in getOfficialHolidays() 764 vectorHolidays.addElement(new Double(intEasterSunday + 39 )); in getOfficialHolidays() 767 vectorHolidays.addElement(new Double(intEasterSunday + 50 )); in getOfficialHolidays() 770 vectorHolidays.addElement( xfunctionaccess.callFunction( in getOfficialHolidays() 778 vectorHolidays.addElement( xfunctionaccess.callFunction( in getOfficialHolidays() 786 vectorHolidays.addElement( xfunctionaccess.callFunction( in getOfficialHolidays() 867 vectorHolidays.addElement( in getPrivateHolidays() [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/db/ |
H A D | TypeInspector.java | 90 aTypeNameVector.addElement(xRow.getString(1)); in TypeInspector() 91 aTypeVector.addElement(new Integer(xRow.getShort(2))); in TypeInspector() 92 aPrecisionVector.addElement(new Integer(xRow.getInt(3))); in TypeInspector() 93 aNullableVector.addElement(new Integer(xRow.getShort(7))); in TypeInspector() 94 aSearchableVector.addElement(new Integer(xRow.getShort(9))); in TypeInspector() 95 aAutoIncrementVector.addElement(Boolean.valueOf(xRow.getBoolean(12))); in TypeInspector() 96 aMinScaleVector.addElement(new Integer(xRow.getShort(14))); in TypeInspector() 97 aMaxScaleVector.addElement(new Integer(xRow.getShort(15))); in TypeInspector()
|
H A D | DBMetaData.java | 254 this.CommandObjects.addElement(oTableObject); in setTableByName() 281 CommandObjects.addElement(oCommand); in getCommandByName() 289 this.CommandObjects.addElement(oQueryObject); in setQueryByName() 975 aColVector.addElement(xRow.getString(_icol)); in StringsFromResultSet()
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/ |
H A D | LocalOffice.java | 54 path.addElement(officePath + "/program/classes/ridl.jar"); in create() 55 path.addElement(officePath + "/program/classes/jurt.jar"); in create() 56 path.addElement(officePath + "/program/classes/unoil.jar"); in create() 57 path.addElement(officePath + "/program/classes/juh.jar"); in create() 58 path.addElement(System.getProperties().getProperty("netbeans.home") + in create()
|
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 128 encoder.addElement(fontTable); in serialize() 129 encoder.addElement(colorTable); in serialize() 250 encoder.addElement(new WsePara(pstyle, styleCat)); in traverseParagraph() 284 encoder.addElement(new WseTextRun(s, style, styleCat, in traverseParaContents() 287 encoder.addElement(new WseTextRun(s, defTextStyle, in traverseParaContents() 315 encoder.addElement(new WseTextRun(space.toString(), in traverseParaContents() 323 encoder.addElement(new WseTextRun("\t", defTextStyle, styleCat, in traverseParaContents() 331 encoder.addElement(new WseTextRun("\n", defTextStyle, in traverseParaContents()
|
H A D | WSEncoder.java | 95 void addElement(Wse elem) { in addElement() method in WSEncoder 103 elements.addElement(elem); in addElement() 167 allRecs.addElement(r); in getRecords() 182 allRecs.addElement(rr); in getRecords()
|
H A D | textRecord.java | 58 void addElement(Wse elem) { in addElement() method in textRecord
|
/aoo4110/main/xmlsecurity/tools/uno/ |
H A D | AttributeListHelper.java | 70 attribute.addElement(name); in setAttribute() 71 attribute.addElement(type); in setAttribute() 72 attribute.addElement(value); in setAttribute() 73 m_AttributeList.addElement(attribute); in setAttribute()
|
/aoo4110/main/svx/workben/msview/ |
H A D | xmlconfig.cxx | 78 void addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException ); 128 void ConfigHandler::addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException ) in addElement() function in ConfigHandler 258 addElement( pElementConfig ); in importElementConfig() 265 addElement( pElementConfig ); in importValueElementConfig() 273 addElement( pElementConfig ); in importSwitchConfig() 280 addElement( pElementConfig ); in importCaseConfig()
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | XMLHelper.java | 40 public static Node addElement(Node parent, String name, String[] attNames, String[] attValues) in addElement() method in XMLHelper 59 public static Node addElement(Node parent, String name, String attNames, String attValues) in addElement() method in XMLHelper 61 return addElement(parent, name, new String[] in addElement()
|
H A D | FileAccess.java | 624 NameVector.addElement(nameList[i]); in getFolderTitles() 625 TitleVector.addElement(xDocProps.getTitle()); in getFolderTitles() 1137 oDataVector.addElement( xTextInputStream.readLine()); in getDataFromTextFile()
|
H A D | JavaTools.java | 383 StringVector.addElement(MainString); in ArrayoutofString() 387 StringVector.addElement(MainString.substring(0, iIndex)); in ArrayoutofString()
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | imagemanagerimpl.cxx | 1013 pInsertedImages->addElement( aCommandURLSequence[i], xGraphic ); in replaceImages() 1020 pReplacedImages->addElement( aCommandURLSequence[i], xGraphic ); in replaceImages() 1109 pRemovedImages->addElement( aCommandURLSequence[i], xEmptyGraphic ); in removeImages() 1115 … pReplacedImages->addElement( aCommandURLSequence[i], aNewImage.GetXGraphic() ); in removeImages() 1122 pRemovedImages->addElement( aCommandURLSequence[i], xEmptyGraphic ); in removeImages() 1217 pReplacedImages->addElement( aNewUserCmdImageSet[j], in reload() 1224 pInsertedImages->addElement( aNewUserCmdImageSet[j], in reload() 1256 pRemovedImages->addElement( pIter->first, xEmptyGraphic ); in reload() 1263 pReplacedImages->addElement( pIter->first, aImage.GetXGraphic() ); in reload() 1271 pRemovedImages->addElement( pIter->first, xEmptyGraphic ); in reload()
|
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelFolderSupport.java | 175 classpath.addElement(contents.getAbsolutePath()); in configure() 241 result.addElement(tokens.nextToken()); in getConfigureClasspath() 249 result.addElement(jarfiles[i].getAbsolutePath()); in getConfigureClasspath()
|
H A D | BuildParcelAction.java | 50 v.addElement(activatedNodes[i]); in performAction()
|
/aoo4110/main/scripting/examples/java/Newsgroup/ |
H A D | SubscribedNewsgroups.java | 134 subscribed.addElement( newsgroup[j] ); in getNewsGroups() 218 groups.addElement( group ); in findNewsgroups() 250 allFiles.addElement( mailrcFiles[j] ); in findMailrcFiles()
|
/aoo4110/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ScriptPanel.java | 136 scripts.addElement(entries[i]); in ScriptTableModel() 154 scripts.addElement(entry); in add()
|
/aoo4110/main/wizards/com/sun/star/wizards/web/ |
H A D | BackgroundsDialog.java | 122 ((DefaultListModel) il.getListModel()).addElement(s); in add() 283 Model.this.addElement(filename); in add()
|
/aoo4110/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | Helper.java | 202 content.addElement( line ); in getCSVFileContent() 298 newContent.addElement( line ); in removeSuperfluousContent()
|
/aoo4110/main/wizards/com/sun/star/wizards/text/ |
H A D | TextFieldHandler.java | 171 xDependentVector.addElement(xDependent); in getTextFieldsByProperty() 183 xDependentVector.addElement(xDependent); in getTextFieldsByProperty()
|
/aoo4110/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportTextDocument.java | 482 GroupFieldVector.addElement(CurFieldColumn.getFieldName()); in addGroupNametoDocument() 490 DBColumnsVector.addElement(CurDBColumn); in addGroupNametoDocument() 568 DBColumnsVector.addElement(CurDBColumn); in getallDBColumns()
|
/aoo4110/main/wizards/com/sun/star/wizards/form/ |
H A D | FormDocument.java | 152 oControlForms.addElement(aMainControlForm); in initialize() 167 oControlForms.addElement(aSubControlForm); in initialize()
|
/aoo4110/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGContent.java | 50 Node myElement = XMLHelper.addElement(parent, "content", in createDOM()
|
H A D | CGGeneralInfo.java | 42 return XMLHelper.addElement(parent, "general-info", in createDOM()
|