Home
last modified time | relevance | path

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

/AOO41X/main/extensions/test/ole/StarBasic_OleClient/
H A Doleclient.bas57 Dim outLong, outLong2 As Long variable
405 outLong2 = 0
407 obj.optional2(outLong, outLong2)
408 If inLong <> outLong AND inLong2 <> outLong2 Then
414 outLong2 = 0
417 obj.optional2(outLong, outLong2)
418 If inLong <> outLong AND inLong2 <> outLong2 Then
426 outLong2 = 6
429 obj.optional4(outLong, outLong2) 'outLong = 10, outLong2 = 100
430 If inLong <> outLong AND inLong2 <> outLong2 Then
[all …]