Home
last modified time | relevance | path

Searched refs:shortValue (Results 26 – 40 of 40) sorted by relevance

12

/aoo41x/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java201 s = ((Short)value).shortValue(); in setPropertyValue()
/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java210 if ( FormComponentType.FIXEDTEXT == nClassId.shortValue() ) in defaultNewRecordFocus()
/aoo41x/main/qadevOOo/tests/java/ifc/io/
H A D_XDataInputStream.java109 writeShort = ((Short)dataElem).shortValue(); in before()
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java326 … CurUnoDialog.getControlProperty("optLandscape", PropertyNames.PROPERTY_STATE)).shortValue() == 1); in actionPerformed()
/aoo41x/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java179 short iShortParam = ((Short) _aPropertyValue).shortValue(); in getTextFieldsByProperty()
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditSettingDialog.java108 … && ( (Short)( GetPropSet( "SaveBox" ).getPropertyValue("State") ) ).shortValue() != (short)0 ) in show()
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java206 write16Bit(value == null ? 0 : value.shortValue()); in writeShortValue()
/aoo41x/main/forms/qa/integration/forms/
H A DRadioButtons.java348 actualStates[i] = ((Short)radios[i].getPropertyValue( "State" )).shortValue(); in verifyRadios()
/aoo41x/main/framework/qa/complex/accelerators/
H A DKeyMapping.java157 return (aIdentifierHashMap.get(sIdentifier)).shortValue(); in mapIdentifier2Code()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DSortingComponent.java261 …ControlProperty("optAscend" + Integer.toString(i + 1), PropertyNames.PROPERTY_STATE)).shortValue();
/aoo41x/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java810 short nshortValue = ((Short) _oUnoObject).shortValue(); in getStringValueOfObject()
825 nshortValue = ((Short) _oUnoObject).shortValue(); in getStringValueOfObject()
H A DIntrospector.java536 … short nConstantValue = ((Short) _xConstantTypeDescription[i].getConstantValue()).shortValue(); in getConstantDisplayString()
/aoo41x/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm192 if ( [ number shortValue ] != 0 ) {
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java1380 r[i++]= shortPropA == ((Short) value).shortValue(); in test_setPropertyValueNoBroadcast()
/aoo41x/main/qadevOOo/runner/util/
H A DValueChanger.java73 short oldshort = ((Short) oldValue).shortValue(); in changePValue()

Completed in 125 milliseconds

12