Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/test/ole/VisualBasic/
H A DModule1.vb122 Dim outAny, inAny, retAny As Object
323 retAny = outAny
370 Dim retAny As Object
372 retAny = emptyVar
374 retAny = objOleTest.in_methodAny(inHyper)
376 If inHyper <> retAny Then
380 retAny = objOleTest.in_methodAny(inHyper)
382 If inHyper <> retAny Then
388 If inHyper <> retAny Then
393 If inHyper <> retAny Then
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/test/ole/VisualBasic/
H A DModule1.vb122 Dim outAny, inAny, retAny As Object
323 retAny = outAny
370 Dim retAny As Object
372 retAny = emptyVar
374 retAny = objOleTest.in_methodAny(inHyper)
376 If inHyper <> retAny Then
380 retAny = objOleTest.in_methodAny(inHyper)
382 If inHyper <> retAny Then
388 If inHyper <> retAny Then
393 If inHyper <> retAny Then
[all …]
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/dae/
H A DdaeDom.cpp152 ColladaDOM150::domAny* retAny = (ColladaDOM150::domAny*)dstAny.cast(); in copyElementAny() local
154 retAny->setAttribute(thisAny->getAttributeName(i), thisAny->getAttributeValue(i)); in copyElementAny()
155 retAny->setValue(thisAny->getValue()); in copyElementAny()
161 ColladaDOM141::domAny* retAny = (ColladaDOM141::domAny*)dstAny.cast(); in copyElementAny() local
163 retAny->setAttribute(thisAny->getAttributeName(i), thisAny->getAttributeValue(i)); in copyElementAny()
164 retAny->setValue(thisAny->getValue()); in copyElementAny()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/qa/climaker/
H A Dtestobjects.cs328 public uno.Any retAny() in retAny() method in Component
H A Dtypes.idl118 any retAny();
H A Dclimaker.cs1348 l.assure(obj.retAny().Equals(aAny)); in testInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cli_ure/qa/climaker/
H A Dtestobjects.cs328 public uno.Any retAny() in retAny() method in Component
H A Dtypes.idl118 any retAny();
H A Dclimaker.cs1348 l.assure(obj.retAny().Equals(aAny)); in testInterface()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/ole/
H A Dunoobjw.cxx1492 Any retAny; in createBridge() local
1508 retAny<<= reinterpret_cast< sal_uIntPtr >( pVar); in createBridge()
1514 return retAny; in createBridge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/ole/
H A Dunoobjw.cxx1552 Any retAny; in createBridge() local
1568 retAny<<= reinterpret_cast< sal_uIntPtr >( pVar); in createBridge()
1574 return retAny; in createBridge()