Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java647 Object convObj= null; in convertPropertyValue() local
654 convObj= setVal; in convertPropertyValue()
666 convObj= new Any(new Type(XInterface.class), xint); in convertPropertyValue()
673 convObj= new Any(new Type(), null); in convertPropertyValue()
677 convObj= new Any( ((Any)curVal[0]).getType(), null); in convertPropertyValue()
681 convObj= new Any(new Type(setVal.getClass()), setVal); in convertPropertyValue()
685 convObj= convert(memberClass, setVal); in convertPropertyValue()
686 newVal[0]= convObj; in convertPropertyValue()

Completed in 31 milliseconds