Lines Matching refs:testAny
473 Private Shared Function testAny(typ As Type, value As Object, _
496 bReturn = testAny( Nothing, data.Byte ,xLBT ) And bReturn
497 bReturn = testAny( Nothing, data.Short,xLBT ) And bReturn
498 bReturn = testAny( Nothing, data.UShort,xLBT ) And bReturn
499 bReturn = testAny( Nothing, data.Long,xLBT ) And bReturn
500 bReturn = testAny( Nothing, data.ULong,xLBT ) And bReturn
501 bReturn = testAny( Nothing, data.Hyper,xLBT ) And bReturn
502 bReturn = testAny( Nothing,data.UHyper,xLBT ) And bReturn
503 bReturn = testAny( Nothing, data.Float,xLBT ) And bReturn
504 bReturn = testAny( Nothing, data.Double,xLBT ) And bReturn
505 bReturn = testAny( Nothing, data.Enum,xLBT ) And bReturn
506 bReturn = testAny( Nothing, data.String,xLBT ) And bReturn
507 bReturn = testAny(GetType(unoidl.com.sun.star.uno.XWeak), _
509 bReturn = testAny(Nothing, data, xLBT ) And bReturn