Home
last modified time | relevance | path

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

/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java824 assure("", AnyConverter.isInt(aInt)); in test_isInt()
825 assure("", AnyConverter.isInt(anyInt)); in test_isInt()
829 assure("", !AnyConverter.isInt(a)); in test_isInt()
831 assure("", !AnyConverter.isInt(aBool)); in test_isInt()
/aoo4110/main/accessibility/bridge/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()
/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java129 if (AnyConverter.isInt(aImageUrlTask.oResource)) in windowShown()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java102 static public boolean isInt(Object object){ in isInt() method in AnyConverter
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java333 else if (AnyConverter.isInt(CurGroupValue)) in modifyCellContent()
/aoo4110/main/odk/examples/java/Inspector/
H A DUnoNode.java303 else if (AnyConverter.isInt(_objectElement)){ in getDisplayValueOfPrimitiveType()
/aoo4110/main/framework/qa/complex/framework/autosave/
H A DProtocol.java876 if (com.sun.star.uno.AnyConverter.isInt(aAny)) in impl_logAny()
/aoo4110/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java754 if ( aAnyConv.isInt(aItem) )

Completed in 56 milliseconds