/aoo42x/main/stoc/test/ |
H A D | testiadapter.cxx | 125 float fFloat, double fDouble, in assign() argument 139 rData.Float = fFloat; in assign() 152 float fFloat, double fDouble, in assign() argument 178 float fFloat, double fDouble, 335 float fFloat; in invoke() local 356 rParams[9] >>= fFloat; in invoke() 383 rParams[9] >>= fFloat; in invoke() 425 rOutParam[9] <<= fFloat; in invoke() 469 rOutParam[9] <<= fFloat; in invoke() 513 rOutParam[9] <<= fFloat; in invoke() [all …]
|
H A D | language_binding.idl | 92 [in] float fFloat, [in] double fDouble, 104 [inout] float fFloat, [inout] double fDouble, 117 [out] float fFloat, [out] double fDouble, 157 [out] float fFloat, [out] double fDouble,
|
/aoo42x/main/testtools/source/bridgetest/pyuno/ |
H A D | samplecomponent.py | 37 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument 47 rData.Float = fFloat; 74 nULong, nHyper, nUHyper, fFloat, fDouble, eEnum, \ argument 77 nULong, nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, 82 nHyper, nUHyper, fFloat, fDouble, eEnum, \ argument 85 nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface,\ 89 nHyper, nUHyper, fFloat, fDouble, eEnum, aStruct, xInterface, aAny, \
|
H A D | core.py | 51 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny ): argument 61 rData.Float = fFloat;
|
/aoo42x/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 82 float fFloat, double fDouble, in assign() argument 96 rData.Float = fFloat; in assign() 109 float fFloat, double fDouble, in assign() argument 116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign() 180 float fFloat, double fDouble, 192 float& fFloat, double& fDouble, 204 float& fFloat, double& fDouble, 559 float fFloat, double fDouble, in setValues() argument 577 float& fFloat, double& fDouble, in setValues2() argument 601 float& fFloat, double& fDouble, in getValues() argument [all …]
|
H A D | bridgetest.cxx | 196 float fFloat, double fDouble, in assign() argument 210 rData.Float = fFloat; in assign()
|
/aoo42x/main/udkapi/com/sun/star/test/bridge/ |
H A D | XBridgeTest.idl | 120 [in] float fFloat, [in] double fDouble, 136 [inout] float fFloat, [inout] double fDouble, 149 [out] float fFloat, [out] double fDouble,
|
/aoo42x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 90 nUHyper As UInt64, fFloat As Single, fDouble As Double, _ 103 rData.Float = fFloat 114 nUHyper As UInt64, fFloat As Single, fDouble As Double, _ 120 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny )
|
H A D | cli_cpp_bridgetest.cxx | 229 float fFloat, double fDouble, 243 rData->Float = fFloat; 256 float fFloat, double fDouble, 263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
|
H A D | cli_cs_bridgetest.cs | 209 float fFloat, double fDouble, in assign() argument 223 rData.Float = fFloat; in assign() 236 float fFloat, double fDouble, 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, _ 109 m_float = fFloat
|
H A D | cli_cs_testobj.cs | 105 float fFloat, in setValues() argument 125 _float = fFloat; in setValues()
|
/aoo42x/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 210 [in] float fFloat, [in] double fDouble, 226 [inout] float fFloat, [inout] double fDouble, 239 [out] float fFloat, [out] double fDouble,
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 172 float fFloat = mfFontScale * FixedToFloat( nFixed ); in Fixed2Vcl() local 173 return static_cast<int>(fFloat + 0.5); in Fixed2Vcl()
|
/aoo42x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 358 float fFloat, in setValues() argument 378 _float = fFloat; in setValues()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 2841 float fFloat; in importAttributeValue() local 2842 mrStCtrl >> fFloat; in importAttributeValue() 2843 rAny <<= (double)fFloat; in importAttributeValue()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1227 float fFloat = (float)rVal; in exportAnimPropertyFloat() local 1229 << fFloat; in exportAnimPropertyFloat()
|
H A D | epptso.cxx | 2012 float fFloat(0.0); in ImplGetPortionValues() local 2013 if ( mAny >>= fFloat ) in ImplGetPortionValues() 2015 if ( fFloat >= ::com::sun::star::awt::FontWeight::SEMIBOLD ) in ImplGetPortionValues()
|