/aoo42x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | MinicalcDataString.java | 124 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()
|
/aoo42x/test/testuno/source/fvt/uno/sw/page/ |
H A D | CheckPage.java | 120 … 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 D | CheckFooterHeader.java | 124 …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()
|
/aoo42x/main/sc/qa/complex/sc/ |
H A D | CalcRTL.java | 180 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 65 … 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()
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclTreeListBox.java | 40 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 D | VclTabControl.java | 47 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 D | VclListBox.java | 42 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()
|
/aoo42x/main/sfx2/qa/complex/sfx2/undo/ |
H A D | DrawingOrPresentationDocumentTest.java | 154 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()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/ |
H A D | LinuxHelper.java | 258 … 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()
|
/aoo42x/main/javaunohelper/test/com/sun/star/comp/helper/ |
H A D | ComponentContext_Test.java | 76 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()
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleEditableTextImpl.java | 225 …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()
|
/aoo42x/main/odk/examples/DevelopersGuide/Config/ |
H A D | ConfigExamples.java | 406 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()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
H A D | AnyConverter.java | 246 return ret.intValue(); in toInt() 259 return ret.intValue(); in toUnsignedInt() 480 return Long.valueOf( ((Integer)object).intValue() ); in convertSimple() 491 return Long.valueOf( ((Integer)object).intValue() ); in convertSimple() 515 return Double.valueOf( ((Integer)object).intValue() ); in convertSimple()
|
/aoo42x/main/qadevOOo/tests/java/ifc/chart/ |
H A D | _XDiagram.java | 93 int rows = rowamount.intValue(); in _getDataRowProperties() 125 int rows = rowamount.intValue(); in _getDataPointProperties() 126 int cols = colamount.intValue(); in _getDataPointProperties()
|
/aoo42x/main/qadevOOo/tests/java/ifc/view/ |
H A D | _XMultiSelectionSupplier.java | 336 … 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | IconsDialog.java | 109 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()
|
/aoo42x/main/qadevOOo/runner/lib/ |
H A D | TestParameters.java | 222 return ((Integer)val).intValue(); in getInt() 228 if (nr.intValue() > 0) return nr.intValue(); in getInt()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 203 …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 D | ImageList.java | 269 …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 D | ButtonList.java | 178 …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()
|
/aoo42x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytextwrapper.mm | 163 …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…
|
/aoo42x/main/xmlsecurity/tools/uno/ |
H A D | XMLSecurityFrameworkController.java | 345 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()
|
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 1394 int field = nFlags.intValue(); in convertFilterFlagValues2Names() 1980 if (((java.lang.Integer)aType.get(PROPNAME_UIORDER)).intValue() < 0) in validateTypes() 2043 if (((java.lang.Integer)aFilter.get(PROPNAME_FLAGS)).intValue() < 1) in validateFilters() 2059 if (((java.lang.Integer)aFilter.get(PROPNAME_ORDER)).intValue() < 0) in validateFilters() 2181 int flags1 = ((java.lang.Integer)aFilter.get(PROPNAME_FLAGS)).intValue(); in transform60to6Y() 2196 …2 = ((java.lang.Integer)aAlreadyRegisteredFilter.get(PROPNAME_FLAGS)).intValue(); in transform60to6Y() 2250 int order = nOrder.intValue(); in transform60to6Y() 2251 int uiorder = nUIOrder.intValue(); in transform60to6Y() 2276 … int flags = ((java.lang.Integer)aFilter.get(PROPNAME_FLAGS)).intValue(); in transform60to6Y()
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | TriState.java | 49 public int intValue() in intValue() method in TriState 68 return m_nValue == ((TriState)obj).intValue(); in equals()
|