Home
last modified time | relevance | path

Searched refs:isInt (Results 1 – 9 of 9) sorted by relevance

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java828 assertTrue("", AnyConverter.isInt(aInt)); in test_isInt()
829 assertTrue("", AnyConverter.isInt(anyInt)); in test_isInt()
833 assertTrue("", !AnyConverter.isInt(a)); in test_isInt()
835 assertTrue("", !AnyConverter.isInt(aBool)); in test_isInt()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleValueImpl.java46 } else if (AnyConverter.isInt(any)) { in toNumber()
H A DComponent.java717 } else if (AnyConverter.isInt(any)) { in toNumber()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java129 if (AnyConverter.isInt(aImageUrlTask.oResource)) in windowShown()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java102 static public boolean isInt(Object object){ in isInt() method in AnyConverter
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java303 else if (AnyConverter.isInt(_objectElement)){ in getDisplayValueOfPrimitiveType()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java333 else if (AnyConverter.isInt(CurGroupValue)) in modifyCellContent()
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java876 if (com.sun.star.uno.AnyConverter.isInt(aAny)) in impl_logAny()
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java754 if ( aAnyConv.isInt(aItem) )