Home
last modified time | relevance | path

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

/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java649 Object convObj= null; in convertPropertyValue() local
656 convObj= setVal; in convertPropertyValue()
668 convObj= new Any(new Type(XInterface.class), xint); in convertPropertyValue()
675 convObj= new Any(new Type(), null); in convertPropertyValue()
679 convObj= new Any( ((Any)curVal[0]).getType(), null); in convertPropertyValue()
683 convObj= new Any(new Type(setVal.getClass()), setVal); in convertPropertyValue()
687 convObj= convert(memberClass, setVal); in convertPropertyValue()
688 newVal[0]= convObj; in convertPropertyValue()

Completed in 29 milliseconds