Home
last modified time | relevance | path

Searched refs:intValue (Results 1 – 25 of 162) sorted by relevance

1234567

/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDataString.java124 if ((f.intValue() < 0) || (f.intValue() > 12)) { in isDate()
147 if ((f.intValue() < 0) || (f.intValue() > 31)) in isDate()
164 if (f.intValue() < 0) { in isDate()
203 if ((f.intValue() < 0) || (f.intValue() > 24)) in isTime()
224 if ((f.intValue() < 0) || (f.intValue() > 60)) in isTime()
243 if ((f.intValue() < 0) || (f.intValue() > 60)) in isTime()
412 if (monthInt.intValue() < 10) { in convertToStarDate()
430 if (dayInt.intValue() < 10) { in convertToStarDate()
443 int year = yearInt.intValue(); in convertToStarDate()
/aoo4110/test/testuno/source/fvt/uno/sw/page/
H A DCheckPage.java120 … actualWidth = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, widthProperty)).intValue(); in testPage()
121 …ctualHeight = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, heightProperty)).intValue(); in testPage()
122 …ctualTop = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, topMarginProperty)).intValue(); in testPage()
124 …ualLeft = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, leftMarginProperty)).intValue(); in testPage()
125 …lRight = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, rightMarginProperty)).intValue(); in testPage()
137 … actualWidth = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, widthProperty)).intValue(); in testPage()
138 …actualHeight = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, heightProperty)).intValue(… in testPage()
139 …actualTop = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, topMarginProperty)).intValue(… in testPage()
140 …ottom = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, bottomMarginProperty)).intValue(); in testPage()
141 …ualLeft = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, leftMarginProperty)).intValue(); in testPage()
[all …]
H A DCheckFooterHeader.java124 …argin = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_LeftMarginProperty)).intValue(); in testFooterHeader()
125 …rgin = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_RightMarginProperty)).intValue(); in testFooterHeader()
126 …nce = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_BodyDistanceProperty)).intValue(); in testFooterHeader()
127 …int height = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_HeightProperty)).intValue(… in testFooterHeader()
135 …argin = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_LeftMarginProperty)).intValue(); in testFooterHeader()
136 …rgin = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_RightMarginProperty)).intValue(); in testFooterHeader()
137 …nce = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_BodyDistanceProperty)).intValue(); in testFooterHeader()
138 height = ((Integer)SWUtil.getDefaultPageStyleProperty(xComponent, m_HeightProperty)).intValue(); in testFooterHeader()
/aoo4110/main/sc/qa/complex/sc/
H A DCalcRTL.java180 2100, (Integer.valueOf(previous[1]).intValue() + Integer.valueOf( in checkInfluenceOfSpreadsheetChange()
182 .intValue() + in checkInfluenceOfSpreadsheetChange()
183 Integer.valueOf(LR_TB[1]).intValue())); in checkInfluenceOfSpreadsheetChange()
185 3*Integer.valueOf(previous[2]).intValue(), in checkInfluenceOfSpreadsheetChange()
186 (Integer.valueOf(previous[2]).intValue() + Integer.valueOf( in checkInfluenceOfSpreadsheetChange()
188 .intValue() + in checkInfluenceOfSpreadsheetChange()
189 Integer.valueOf(LR_TB[2]).intValue())); in checkInfluenceOfSpreadsheetChange()
192 ((Integer.valueOf(previous[3]).intValue() * (-1)) - in checkInfluenceOfSpreadsheetChange()
194 .intValue()))); in checkInfluenceOfSpreadsheetChange()
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java65 … nType = ((Integer) Properties.getPropertyValue(_aNewColPropertyValues, "Type")).intValue(); in assignPropertyValues()
77 if ((nType == DataType.VARCHAR) && (precision == null || precision.intValue() == 0)) in assignPropertyValues()
137 return ((Integer) xPropertySet.getPropertyValue("Precision")).intValue(); in getPrecision()
167 nType = ((Integer) _oValue).intValue(); in assignPropertyValue()
180 int nScale = ((Integer) _oValue).intValue(); in assignPropertyValue()
186 int nNullability = ((Integer) _oValue).intValue(); in assignPropertyValue()
/aoo4110/main/sfx2/qa/complex/sfx2/undo/
H A DDrawingOrPresentationDocumentTest.java154 final int pageWidth = ((Integer)firstPageProps.getPropertyValue( "Width" )).intValue(); in impl_getFirstPagePlayground()
155 final int pageHeight = ((Integer)firstPageProps.getPropertyValue( "Height" )).intValue(); in impl_getFirstPagePlayground()
156 … final int borderLeft = ((Integer)firstPageProps.getPropertyValue( "BorderLeft" )).intValue(); in impl_getFirstPagePlayground()
157 final int borderTop = ((Integer)firstPageProps.getPropertyValue( "BorderTop" )).intValue(); in impl_getFirstPagePlayground()
158 … final int borderRight = ((Integer)firstPageProps.getPropertyValue( "BorderRight" )).intValue(); in impl_getFirstPagePlayground()
159 … final int borderBottom = ((Integer)firstPageProps.getPropertyValue( "BorderBottom" )).intValue(); in impl_getFirstPagePlayground()
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java40 return ((Long)invoke(Constant.M_GetItemCount)).intValue(); in getItemCount()
72 return ((Long)invoke(Constant.M_GetSelCount)).intValue(); in getSelCount()
82 int index = ((Long) invoke(Constant.M_GetSelIndex)).intValue(); in getSelIndex()
285 return ((Long)invoke(Constant.M_GetState)).intValue(); in getState()
293 return ((Long)invoke(Constant.M_GetState, new Object[]{new Integer(row+1)})).intValue(); in getState()
297 …Long)invoke(Constant.M_GetState, new Object[]{new Integer(row+1), new Integer(col+1)})).intValue(); in getState()
H A DVclTabControl.java47 return ((Long) invoke(Constant.M_GetPage)).intValue(); in getPage()
58 return ((Long) invoke(Constant.M_GetPageCount)).intValue(); in getPageCount()
70 return ((Long) invoke(Constant.M_GetPageId)).intValue(); in getPageId()
87 .intValue(); in getPageId()
H A DVclListBox.java42 return ((Long) invoke(Constant.M_GetItemCount)).intValue(); in getItemCount()
74 return ((Long) invoke(Constant.M_GetSelCount)).intValue(); in getSelCount()
85 return ((Long) invoke(Constant.M_GetSelIndex)).intValue() - 1; in getSelIndex()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java258 … if ( ((Integer)hash1.get("major")).intValue() < ((Integer)hash2.get("major")).intValue() ) { in compareTwoRpms()
262 … if ( ((Integer)hash1.get("minor")).intValue() < ((Integer)hash2.get("minor")).intValue() ) { in compareTwoRpms()
266 … if ( ((Integer)hash1.get("micro")).intValue() < ((Integer)hash2.get("micro")).intValue() ) { in compareTwoRpms()
270 … if ( ((Integer)hash1.get("release")).intValue() < ((Integer)hash2.get("release")).intValue() ) { in compareTwoRpms()
/aoo4110/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java76 if (((Integer)xContext.getValueByName( "bla1" )).intValue() != 1 || in main()
77 ((Integer)xContext.getValueByName( "bla2" )).intValue() != 2 || in main()
78 ((Integer)xContext.getValueByName( "bla3" )).intValue() != 3 || in main()
79 ((Integer)xInitialContext.getValueByName( "bla1" )).intValue() != 1) in main()
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java225 …Value.Value = new Integer(new Double(StyleConstants.getLeftIndent(as) / toPointFactor).intValue()); in setAttributes()
234 …alue.Value = new Integer(new Double(StyleConstants.getRightIndent(as) / toPointFactor).intValue()); in setAttributes()
243 …alue.Value = new Integer(new Double(StyleConstants.getLineSpacing(as) / toPointFactor).intValue()); in setAttributes()
254 …alue.Value = new Integer(new Double( StyleConstants.getSpaceAbove(as) / toPointFactor).intValue()); in setAttributes()
263 …Value.Value = new Integer(new Double(StyleConstants.getSpaceBelow(as) / toPointFactor).intValue()); in setAttributes()
312 unoTab.Position = new Double(tab.getPosition() / toPointFactor).intValue(); in setAttributes()
/aoo4110/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java406 options.subdivision_x = ((Integer) aElementValues[0]).intValue(); in readGridConfiguration()
407 options.subdivision_y = ((Integer) aElementValues[1]).intValue(); in readGridConfiguration()
421 options.resolution_x = ((Integer) aElementValues[0]).intValue(); in readGridConfiguration()
422 options.resolution_y = ((Integer) aElementValues[1]).intValue(); in readGridConfiguration()
699 result.subdivision_x = ((Integer)aValues[1]).intValue(); in readModel()
700 result.subdivision_y = ((Integer)aValues[2]).intValue(); in readModel()
701 result.resolution_x = ((Integer)aValues[3]).intValue(); in readModel()
702 result.resolution_y = ((Integer)aValues[4]).intValue(); in readModel()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java246 return ret.intValue(); in toInt()
259 return ret.intValue(); in toUnsignedInt()
479 return new Long( ((Integer)object).intValue() ); in convertSimple()
490 return new Long( ((Integer)object).intValue() ); in convertSimple()
514 return new Double( ((Integer)object).intValue() ); in convertSimple()
/aoo4110/main/qadevOOo/tests/java/ifc/chart/
H A D_XDiagram.java93 int rows = rowamount.intValue(); in _getDataRowProperties()
125 int rows = rowamount.intValue(); in _getDataPointProperties()
126 int cols = colamount.intValue(); in _getDataPointProperties()
H A D_ChartDataRowProperties.java45 if (axis.intValue()==2) { in _Axis()
52 tRes.tested("Axis",axis.intValue()==newValue); in _Axis()
/aoo4110/main/qadevOOo/tests/java/ifc/view/
H A D_XMultiSelectionSupplier.java336 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createSelectionEnumeration()
337 … log.println("Expected: "+((Integer) ((Object[])selections[i])[0]).intValue()); in _createSelectionEnumeration()
409 … log.println("Getting: "+((Integer) ((Object[])shouldElement)[0]).intValue()); in _createReverseSelectionEnumeration()
410 … log.println("Expected: "+((Integer) ((Object[])selections[i])[0]).intValue()); in _createReverseSelectionEnumeration()
/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DIconsDialog.java109 return (String) set.getKey(((Number) getSelected()).intValue() / icons.length); in getIconset()
154 int i = ((Number) listItem).intValue(); in getImageUrls()
176 int i = ((Number) object).intValue(); in render()
/aoo4110/main/qadevOOo/runner/lib/
H A DTestParameters.java222 return ((Integer)val).intValue(); in getInt()
228 if (nr.intValue() > 0) return nr.intValue(); in getInt()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java203 …Integer cmdShiftButtonPosX = new Integer((CompPosX + ListBoxWidth.intValue() + cmdButtonHoriDist)); in FieldSelection()
206 … SelListBoxPosX = new Integer(cmdShiftButtonPosX.intValue() + cmdButtonWidth + cmdButtonHoriDist); in FieldSelection()
215 …Integer cmdMoveButtonPosX = new Integer(SelListBoxPosX.intValue() + ListBoxWidth.intValue() + cmdB… in FieldSelection()
376 … YPosArray[i] = new Integer(YPosArray[i - 1].intValue() + cmdButtonHeight + cmdButtonVertiDist); in getYButtonPositions()
H A DImageList.java269 …new Integer(pos.Width + (imageSize.Width + gap.Width) * cols + gap.Width - btnSize.intValue() + 1), in create()
281 new Integer(pos.Width + btnSize.intValue() + 1), in create()
282 ….Height + gap.Height) * rows + gap.Height + imageTextHeight + ((btnSize.intValue() - LINE_HEIGHT) … in create()
286 … new Integer(cols * (imageSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create()
902 return Integer.valueOf(controlName.substring(6 + name.length())).intValue(); in getImageFromEvent()
H A DButtonList.java178 …valueOf(pos.Width + (m_aButtonSize.Width + gap.Width) * cols + gap.Width - btnSize.intValue() + 1), in create()
190 Integer.valueOf(pos.Width + btnSize.intValue() + 1), in create()
191 ….Height + gap.Height) * rows + gap.Height + imageTextHeight + ((btnSize.intValue() - LINE_HEIGHT) … in create()
195 … Integer.valueOf(cols * (m_aButtonSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create()
/aoo4110/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm163 …e = [ wrapper accessibleMultiLineText ] -> getLineNumberAtIndex ( (sal_Int32) [ index intValue ] );
174 …ent textSegment = [ wrapper accessibleMultiLineText ] -> getTextAtLineNumber ( [ line intValue ] );
201 …extSegment = [ wrapper accessibleText ] -> getTextBeforeIndex ( [ index intValue ], AccessibleText…
265 …TextSegment textSegment = [ wrapper accessibleText ] -> getTextAtIndex ( [ index intValue ], Acces…
/aoo4110/main/qadevOOo/runner/convwatch/
H A DTriState.java49 public int intValue() in intValue() method in TriState
68 return m_nValue == ((TriState)obj).intValue(); in equals()
/aoo4110/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java345 int refNum = ((Integer)m_vUnsolvedReferenceRefNum.elementAt(i)).intValue(); in findKeyOrReference()
346 int keeperId = ((Integer)m_vUnsolvedReferencedKeeperIds.elementAt(i)).intValue(); in findKeyOrReference()
664 refNum = new Integer(refNumStr).intValue(); in checkReference()
812 int keeperId = ((Integer)m_vUnsolvedReferencedKeeperIds.elementAt(0)).intValue(); in endMission()

Completed in 199 milliseconds

1234567