Home
last modified time | relevance | path

Searched refs:Integer (Results 176 – 200 of 686) sorted by relevance

12345678910>>...28

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java55 javax.accessibility.Accessible.class, Integer.class in attach()
169 Integer hwnd = new Integer(handle); in registerTopWindow()
207 Integer hwnd = new Integer(handle); in revokeTopWindow()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java532 Integer i = new Integer((String) aTypeObject.aValue); in toInt()
792 retValue = (((Integer) aTypeObject.aValue).intValue() != 0); in toBoolean()
1198 aTypeObject.aValue = new Integer(AnyConverter.toInt(aValue)); in getTypeObject()
1294 return ((Integer) typeObject.aValue).intValue(); in getInt()
1435 aShortVal[i] = new Integer(vals[i]); in convertSequenceToObjectArray()
1554 String number = NumericalHelper.toString(new Integer(n)); in getRomanEquivalent()
H A DConfigGroup.java91 if (field.getType().equals(Integer.TYPE)) in convertValue()
93 return new Integer(field.getInt(this)); in convertValue()
148 else if (fieldType.equals(Integer.TYPE)) in readField()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DParentView.java30 import java.lang.Integer;
82 maIndexLabel.setText (Integer.toString(nIndex)); in Update()
116 maChildrenLabel.setText (Integer.toString(mxContext.getAccessibleChildCount())); in Update()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java162 …on = addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Integer.toString(i + 1), … in addTextSectionCopies()
256 getRecordParser().setCommandType(Integer.valueOf(sCommandType).intValue()); in reconnectToDatabase()
349 … CurGroupTableName = ReportTextDocument.TBLGROUPSECTION + Integer.toString(ColIndex + 1); in insertDatabaseDatatoReportDocument()
355 …addLinkedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Integer.toString(ColIndex + 1)… in insertDatabaseDatatoReportDocument()
373 …ddLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFGROUPSECTION + Integer.toString(ColIndex… in insertDatabaseDatatoReportDocument()
395 …ddLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFGROUPSECTION + Integer.toString(ColIndex… in insertDatabaseDatatoReportDocument()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java301 Helper.setUnoPropertyValue(xFrame, PropertyNames.PROPERTY_HEIGHT, new Integer(iHeight)); in setFramePosition()
302 Helper.setUnoPropertyValue(xFrame, PropertyNames.PROPERTY_WIDTH, new Integer(iWidth)); in setFramePosition()
303 Helper.setUnoPropertyValue(xFrame, "HoriOrientPosition", new Integer(iXPos)); in setFramePosition()
304 Helper.setUnoPropertyValue(xFrame, "VertOrientPosition", new Integer(iYPos)); in setFramePosition()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java624 xMasterPropSet.setPropertyValue ( "Value", new Integer ( 42 ) ); in TextFieldExample()
716 xCellCursorProps.setPropertyValue( "CharColor", new Integer(16777215)); in insertIntoCell()
753 xRow.setPropertyValue( "BackColor", new Integer(6710932)); in TextTableExample()
761 xTableProps.setPropertyValue( "BackColor", new Integer(13421823)); in TextTableExample()
901 xTableProps.setPropertyValue( "BackColor", new Integer(13421823)); in AutoTextExample()
917 xRow.setPropertyValue( "BackColor", new Integer(6710932)); in AutoTextExample()
1424 xStyleProps.setPropertyValue ( "ParaBackColor", new Integer (13421823)); in StylesExample()
1676 xChildProps.setPropertyValue( "BackColor", new Integer(13421823)); in TextSectionExample()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DPageContext.java47 private Integer columnCount = null;
79 public void setColumnCount(final Integer columnCount) in setColumnCount()
84 public Integer getColumnCount() in getColumnCount()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWebWizardDialog.java201 private static Integer INTEGER_91 = 91;
202 private static Integer INTEGER_97 = 97;
203 private static Integer INTEGER_103 = 103;
204 private static Integer INTEGER_169 = 169; //Resources Object
804 Integer FTP_STEP = disableFTP ? 99 : INTEGERS[7]; in buildStep7()
833 …new Integer(-1), new Short((short) 0), Boolean.FALSE, 10, exclamationURL, "imgFTPDisabled", 115, 1… in buildStep7()
842 …new Integer(-1), INTEGER_8, resources.reslblFTPDisabled, Boolean.TRUE, "lblFTPDisabled", 125, 136,… in buildStep7()
H A DIconsDialog.java55 private Integer[] objects;
81 objects = new Integer[set.getSize() * icons.length]; in IconsDialog()
84 objects[i] = new Integer(i); in IconsDialog()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckBackColor.java97 SWUtil.setDefaultPageStyleProperty(xComponent, backColorProperty, Integer.valueOf(backColor)); in testFooterHeaderBackground()
104 …int color = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, backColorProperty)).intValue(… in testFooterHeaderBackground()
113 … color = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, backColorProperty)).intValue(); in testFooterHeaderBackground()
H A DCheckBorder.java114 …SWUtil.setDefaultPageStyleProperty(xComponent, borderDistanceProperty, Integer.valueOf(borderDista… in testFooterHeaderBorder()
122 …int actualBorderDistance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistance… in testFooterHeaderBorder()
131 …actualBorderDistance = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, borderDistanceProp… in testFooterHeaderBorder()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_BarDiagram.java116 if ( ((Integer) oldValue).intValue() == a)
117 return new Integer(b); else
118 return new Integer(a);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XIndexContainer.java92 tEnv.addObjRelation("XIndexContainerINDEX", Integer.toString(1)); in _insertByIndex()
95 Index = Integer.parseInt(sIndex); in _insertByIndex()
98 Integer.toString(Index)); in _insertByIndex()
H A D_XIndexReplace.java101 tEnv.addObjRelation("XIndexReplaceINDEX", Integer.toString(1)); in _replaceByIndex()
104 Index = Integer.parseInt(sIndex); in _replaceByIndex()
106 tEnv.addObjRelation("XIndexReplaceINDEX", Integer.toString(Index)); in _replaceByIndex()
H A D_XNameReplace.java99 tEnv.addObjRelation("XNameReplaceINDEX", Integer.toString(1)); in _replaceByName()
102 Index = Integer.parseInt(sIndex); in _replaceByName()
104 tEnv.addObjRelation("XNameReplaceINDEX", Integer.toString(Index)); in _replaceByName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/
H A D_XSelectionSupplier.java136 if (((Object[])selections[i])[0] instanceof Integer) { in _select()
137 … log.println("Getting: "+((Integer) ((Object[])curSelection)[0]).intValue()); in _select()
138 … log.println("Expected: "+((Integer) ((Object[])selections[i])[0]).intValue()); in _select()
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java150 Integer keyCode = keyCodeMap.get(key); in typeShortcut()
159 Integer keyCode = keyCodeMap.get(key); in typeShortcut()
210 protected static HashMap<String, Integer> keyCodeMap = new HashMap<String, Integer>();
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java293 props.setPropertyValue("PositionX", new Integer(x)); in setDimensions()
294 props.setPropertyValue("PositionY", new Integer(y)); in setDimensions()
295 props.setPropertyValue("Height", new Integer(height)); in setDimensions()
296 props.setPropertyValue("Width", new Integer(width)); in setDimensions()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java165 aShapeProp.setPropertyValue( "LineColor", new Integer( 0xe01010 )); in refresh()
166 aShapeProp.setPropertyValue( "LineWidth", new Integer( 50 )); in refresh()
188 aShapeProp.setPropertyValue( "LineColor", new Integer( 0x10e010 )); in refresh()
189 aShapeProp.setPropertyValue( "LineWidth", new Integer( 50 )); in refresh()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java789 aSequence[0].Value = new Integer( aBold.isSelected() ? 150 : 100 ); in action()
792 aSequence[1].Value = new Integer( aUnderline.isSelected() ? 1 : 0 ); in action()
795 aSequence[2].Value = new Integer( aBackground.getRGB() ); in action()
798 aSequence[3].Value = new Integer( aForeground.getRGB() ); in action()
801 aSequence[4].Value = new Integer( aItalics.isSelected() ? 1 : 0 ); in action()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java200 mnLength = Integer.parseInt(sValue); in SetLength()
210 mnMinLength = Integer.parseInt(sValue); in SetMinLength()
220 mnMaxLength = Integer.parseInt(sValue); in SetMaxLength()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DOOXMLParser.java49 public Map<String,Integer> TypeCounts = new TreeMap<>();
106 for (final Entry<String, Integer> aEntry : aActionContext.TypeCounts.entrySet()) in OOXMLParser()
135 Integer nValue = aActionContext.TypeCounts.get(aContext.GetTypeName()); in AddSomeActions()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java93 precision = (Integer) value; in registerProperties()
107 scale = (Integer) value; in registerProperties()
121 isNullable = (Integer) value; in registerProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFormTools.java238 … formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
267 formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
280 … formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()
310 formProps.setPropertyValue("CommandType",new Integer(com.sun.star.sdb.CommandType.TABLE)); in bindForm()

Completed in 1098 milliseconds

12345678910>>...28