Home
last modified time | relevance | path

Searched refs:intValue (Results 126 – 150 of 162) sorted by relevance

1234567

/aoo4110/main/qadevOOo/tests/java/ifc/io/
H A D_XDataInputStream.java112 writeLong = ((Integer)dataElem).intValue(); in before()
/aoo4110/main/qadevOOo/tests/java/mod/_sw/
H A DSwAccessiblePageView.java212 Integer newValue = new Integer(old.intValue()+10); in createTestEnvironment()
/aoo4110/main/qadevOOo/runner/graphical/
H A DIniFile.java375 nValue = Integer.valueOf(sValue).intValue(); in getIntValue()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java113 iKey = KeyObject.intValue(); in getControlKey()
240 …teger) Helper.getUnoPropertyValue(xControl2.getModel(), PropertyNames.PROPERTY_WIDTH)).intValue()); in getMAPConversionFactor()
H A DControlScroller.java354 …= ((Integer) Helper.getUnoPropertyValue(UnoDialog.getModel(xScrollBar), "ScrollValue")).intValue(); in scrollControls()
H A DAggregateComponent.java150 …) CurUnoDialog.getControlProperty("optDetailQuery", PropertyNames.PROPERTY_STATE)).intValue() == 1) in getQueryType()
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DFieldLinker.java287 CurUnoDialog.setStepEnabled(IStep.intValue(), _bdoenable); in enable()
H A DStyleApplier.java346 return Integer.decode(sPropValue).intValue(); in getStyleColor()
/aoo4110/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java415 int nIndex = ((Integer)aChildIndices.elementAt(i)).intValue(); in createChangeEvent()
/aoo4110/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java396 nValue = Integer.valueOf(sValue).intValue(); in getIntValue()
/aoo4110/test/testuno/source/testlib/uno/
H A DSWUtil.java199 return pageCount.intValue(); in getPageCount()
/aoo4110/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java452 … int help = (new Integer(data[FOUND_PARTS_COUNTER_IDX])).intValue(); //found one more part in startElement()
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java210 write32Bit(value == null ? 0 : value.intValue()); in writeLongValue()
/aoo4110/main/odk/examples/java/Drawing/
H A DSDraw.java220 (new Float(y+(Math.sin((i*Math.PI)/180))*5000)).intValue(); in createSequence()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java176 int nToolkitDate = ((Integer)aDate).intValue(); in translateDate()
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java288 … assertEquals( "not all actions have been undone", actionCount, actionsUndone[0].intValue() ); in checkSerialization()
1329 …Equals( "Undo action called out of order", m_expectedOrder, m_actionsUndoneCounter[0].intValue() ); in undo()
/aoo4110/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java502 return memory.intValue(); in getOfficeMemoryUsage()
/aoo4110/main/qadevOOo/runner/util/
H A DAccessibilityTools.java305 int iNumb = new Integer(0).valueOf(sNumb).intValue(); in getSheetCell()
H A DDBTools.java576 rowUpdt.updateInt(TST_INT, ((Integer) values[i]).intValue()) ; in addRowToTestTable()
/aoo4110/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java806 int nintValue = ((Integer) _oUnoObject).intValue(); in getStringValueOfObject()
821 nintValue = ((Integer) _oUnoObject).intValue(); in getStringValueOfObject()
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable2.java109 int dim = ((Integer)mDataFieldDims.get(resData.DataFieldIndex)).intValue(); in _getDrillDownData()
/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java189 …curPrimaryKeySelection = new FieldSelection(CurUnoDialog, IPRIMEKEYSTEP.intValue(), 116, 142, 208,… in PrimaryKeyHandler()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java144 nintValues[i] = nIntegerValues[i].intValue(); in IntegerTointList()
/aoo4110/main/forms/qa/integration/forms/
H A DFormControlTest.java682 …currentValue = ((Integer)getControlModel( fieldName ).getPropertyValue( propertyName )).intValue(); in checkIntValue()
/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java322 max = max(max, Integer.valueOf(sessionName.substring(len)).intValue()); in setSaveSessionName()

Completed in 165 milliseconds

1234567