Lines Matching refs:aStruct
319 …virtual SimpleStruct SAL_CALL in_methodStruct( const SimpleStruct& aStruct ) throw (RuntimeExcepti…
1101 SimpleStruct SAL_CALL OComponent::in_methodStruct( const SimpleStruct& aStruct ) in in_methodStruct() argument
1104 SimpleStruct& s= const_cast<SimpleStruct&>(aStruct); in in_methodStruct()
1107 return aStruct; in in_methodStruct()
1640 SimpleStruct aStruct; in testInterface() local
1641 any >>= aStruct; in testInterface()
1642 xCallback->inoutStruct( aStruct); in testInterface()
1644 MessageBox( NULL, W2T(aStruct.message), _T("OleTest in out parameter"), MB_OK); in testInterface()
1775 SimpleStruct aStruct; in testInterface() local
1788 any >>= aStruct; in testInterface()
1814 xCallback->inoutValuesAll( aXSimple, aStruct, aEnum, aSeq, in testInterface()
1819 MessageBox( NULL, W2T(aStruct.message), _T("OleTest"), MB_OK); in testInterface()
1902 SimpleStruct aStruct; in testInterface() local
1903 seqOutParams[1] >>= aStruct; in testInterface()
1946 SimpleStruct aStruct; in testInterface() local
1959 any >>= aStruct; in testInterface()
1962 arAny[1] <<= aStruct; in testInterface()
1997 SimpleStruct aStruct; in testInterface() local
1998 seqOutParams[1] >>= aStruct; in testInterface()