/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | samplecomponent.py | 36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument 45 rData.Hyper = nHyper; 74 nULong, nHyper, nUHyper, fFloat, fDouble, eEnum, \ argument 77 nULong, nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, 82 nHyper, nUHyper, fFloat, fDouble, eEnum, \ argument 84 self.__dict__["Struct"] = TestData( cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ 88 return bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, nULong, \ 89 nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, aAny, \
|
H A D | core.py | 50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument 59 rData.Hyper = nHyper;
|
/aoo41x/main/stoc/test/ |
H A D | testiadapter.cxx | 124 sal_Int64 nHyper, sal_uInt64 nUHyper, in assign() argument 137 rData.Hyper = nHyper; in assign() 151 sal_Int64 nHyper, sal_uInt64 nUHyper, in assign() argument 177 sal_Int64 nHyper, sal_uInt64 nUHyper, 333 sal_Int64 nHyper; in invoke() local 354 rParams[7] >>= nHyper; in invoke() 381 rParams[7] >>= nHyper; in invoke() 423 rOutParam[7] <<= nHyper; in invoke() 467 rOutParam[7] <<= nHyper; in invoke() 511 rOutParam[7] <<= nHyper; in invoke() [all …]
|
H A D | language_binding.idl | 91 [in] hyper nHyper, [in] unsigned hyper nUHyper, 103 [inout] hyper nHyper, [inout] unsigned hyper nUHyper, 116 [out] hyper nHyper, [out] unsigned hyper nUHyper, 156 [out] hyper nHyper, [out] unsigned hyper nUHyper,
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 81 sal_Int64 nHyper, sal_uInt64 nUHyper, in assign() argument 94 rData.Hyper = nHyper; in assign() 108 sal_Int64 nHyper, sal_uInt64 nUHyper, in assign() argument 116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign() 179 sal_Int64 nHyper, sal_uInt64 nUHyper, 191 sal_Int64& nHyper, sal_uInt64& nUHyper, 203 sal_Int64& nHyper, sal_uInt64& nUHyper, 558 sal_Int64 nHyper, sal_uInt64 nUHyper, in setValues() argument 576 sal_Int64& nHyper, sal_uInt64& nUHyper, in setValues2() argument 600 sal_Int64& nHyper, sal_uInt64& nUHyper, in getValues() argument [all …]
|
H A D | bridgetest.cxx | 195 sal_Int64 nHyper, sal_uInt64 nUHyper, in assign() argument 208 rData.Hyper = nHyper; in assign()
|
/aoo41x/main/udkapi/com/sun/star/test/bridge/ |
H A D | XBridgeTest.idl | 119 [in] hyper nHyper, [in] unsigned hyper nUHyper, 135 [inout] hyper nHyper, [inout] unsigned hyper nUHyper, 148 [out] hyper nHyper, [out] unsigned hyper nUHyper,
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 89 nLong As Integer, nULong As UInt32, nHyper As Long, _ 101 rData.Hyper = nHyper 113 nLong As Integer, nULong As UInt32, nHyper As Long, _ 119 bBool, aChar, nByte, nShort, nUShort, nLong, nULong, nHyper, _
|
H A D | cli_cpp_bridgetest.cxx | 228 Int64 nHyper, UInt64 nUHyper, 241 rData->Hyper = nHyper; 255 Int64 nHyper, UInt64 nUHyper, 263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
|
H A D | cli_cs_bridgetest.cs | 208 long nHyper, ulong nUHyper, in assign() argument 221 rData.Hyper = nHyper; in assign() 235 long nHyper, ulong nUHyper, in assign() argument 243 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
|
H A D | cli_vb_testobj.vb | 92 nHyper As Long, nUHyper As UInt64, fFloat As Single, _ 107 m_hyper = nHyper
|
H A D | cli_cs_testobj.cs | 103 long nHyper, in setValues() argument 123 _hyper = nHyper; in setValues()
|
/aoo41x/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 209 [in] hyper nHyper, [in] unsigned hyper nUHyper, 225 [inout] hyper nHyper, [inout] unsigned hyper nUHyper, 238 [out] hyper nHyper, [out] unsigned hyper nUHyper,
|
/aoo41x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 356 long nHyper, in setValues() argument 376 _hyper = nHyper; in setValues()
|