Searched refs:oAny (Results 1 – 4 of 4) sorted by relevance
95 Object oAny; in getColumnStringValue() local98 oAny = AnyConverter.toObject(CurType, sValue); in getColumnStringValue()99 return oAny; in getColumnStringValue()136 Object oAny = Any.VOID; in getColumnValue() local141 oAny = getColumnDoubleValue(ColIndex, false); in getColumnValue()153 oAny = getColumnStringValue(ColIndex); in getColumnValue()157 oAny = getColumnStringValue(ColIndex); in getColumnValue()162 oAny = getColumnStringValue(ColIndex); in getColumnValue()195 oAny = getColumnDoubleValue(ColIndex, true); in getColumnValue()203 oAny = getColumnDoubleValue(ColIndex, true); in getColumnValue()[all …]
69 Object oAny = oObj.nextElement(); in _hasMoreElements() local116 Object oAny = oObj.nextElement(); in _nextElement() local
112 Object oAny = xCmdProcessor.execute(aCommand, 0, null); in getXRowOfTDocUrl() local113 XRow xRow = (XRow) UnoRuntime.queryInterface(XRow.class, oAny); in getXRowOfTDocUrl()
629 com.sun.star.uno.Any oAny = (com.sun.star.uno.Any) aObject; in isVoid() local630 return (oAny.getType().getTypeName().equals("void")); in isVoid()
Completed in 16 milliseconds