Home
last modified time | relevance | path

Searched refs:aDouble (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/store/source/
H A Dstordata.cxx114 OStoreIndirectionPageObject aDouble; in store_truncate_Impl() local
115 storeError eErrCode = rBIOS.loadObjectAt (aDouble, nAddr); in store_truncate_Impl()
119 eErrCode = aDouble.truncate (nDouble, nSingle, rBIOS); in store_truncate_Impl()
296 OStoreIndirectionPageObject aDouble; in read() local
302 return aDouble.read (nDouble, nSingle, rData, rBIOS); in read()
397 OStoreIndirectionPageObject aDouble; in write() local
411 return aDouble.write (nDouble, nSingle, rData, rBIOS); in write()
787 OStoreIndirectionPageObject aDouble; in read() local
788 eErrCode = rBIOS.loadObjectAt (aDouble, nAddr); in read()
870 OStoreIndirectionPageObject aDouble; in write() local
[all …]
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs113 float aFloat, double aDouble, in inParameters() argument
130 m_Double = aDouble; in inParameters()
147 out float aFloat, out double aDouble, in outParameters() argument
164 aDouble = m_Double; in outParameters()
183 ref float aFloat, ref double aDouble, in inoutParameters() argument
227 double _d = aDouble; in inoutParameters()
228 aDouble = m_Double; in inoutParameters()
H A Dclimaker.cs1222 double aDouble = 0.314d; in testInterface()
1235 aFloat, aDouble, aChar, aString, in testInterface()
1274 l.assure(aDouble == outDouble); in testInterface()
1321 l.assure(aDouble == inoutDouble); in testInterface()
1336 aFloat, aDouble, aChar, aString, in testInterface()
1349 l.assure(obj.retDouble() == aDouble); in testInterface()
1380 obj.attrDouble = aDouble; in testInterface()
1381 l.assure(obj.attrDouble == aDouble); in testInterface()
H A Dtypes.idl83 [in] double aDouble, [in] char aChar, [in] string aString,
92 [out] double aDouble, [out] char aChar, [out] string aString,
103 [inout] double aDouble, [inout] char aChar, [inout] string aString,
/trunk/main/vcl/unx/gtk/a11y/
H A Datkvalue.cxx58 double aDouble=0; in anyToGValue() local
59 aAny >>= aDouble; in anyToGValue()
63 g_value_set_double( pValue, aDouble ); in anyToGValue()
119 double aDouble = g_value_get_double( gval ); in value_wrapper_set_current_value() local
121 aAny <<= aDouble; in value_wrapper_set_current_value()
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java66 Double aDouble= new Double( 3.145); field in AnyConverter_Test
81 anyDouble= new Any(new Type(Double.TYPE), aDouble); in AnyConverter_Test()
122 try { AnyConverter.toBoolean(aDouble); failed(""); in test_toBoolean()
178 try { AnyConverter.toChar(aDouble); failed(""); in test_toChar()
230 try { AnyConverter.toByte(aDouble); failed(""); in test_toByte()
363 try { AnyConverter.toInt(aDouble); failed(""); in test_toInt()
435 try { AnyConverter.toLong(aDouble); failed(""); in test_toLong()
534 val= AnyConverter.toDouble(aDouble); in test_toDouble()
535 assure("", val == aDouble.doubleValue()); in test_toDouble()
848 assure("", !AnyConverter.isFloat(aDouble)); in test_isFloat()
[all …]
/trunk/main/basic/source/runtime/
H A Dmethods.cxx891 aDouble = exp( aDouble ); in RTLFUNC()
1148 double aDouble= pArg->GetDouble(); in RTLFUNC() local
1153 aDouble = floor( aDouble ); in RTLFUNC()
1154 rPar.Get(0)->PutDouble( aDouble ); in RTLFUNC()
1171 if ( aDouble >= 0.0 ) in RTLFUNC()
1172 aDouble = floor( aDouble ); in RTLFUNC()
1174 aDouble = ceil( aDouble ); in RTLFUNC()
1175 rPar.Get(0)->PutDouble( aDouble ); in RTLFUNC()
1518 if ( aDouble > 0 ) in RTLFUNC()
1520 else if ( aDouble < 0 ) in RTLFUNC()
[all …]
H A Dmethods1.cxx1051 double aDouble; in lcl_ReadSbxVariable() local
1118 *pStrm >> aDouble; in lcl_ReadSbxVariable()
1119 rVar.PutDouble( aDouble ); in lcl_ReadSbxVariable()
1125 *pStrm >> aDouble; in lcl_ReadSbxVariable()
1126 rVar.PutDate( aDouble ); in lcl_ReadSbxVariable()
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp84 /* [out] */ double __RPC_FAR *aDouble, in outValuesAll() argument
106 hr= outDouble( aDouble); in outValuesAll()
434 /* [out][in] */ double __RPC_FAR *aDouble, in inoutValuesAll() argument
448 inoutDouble( aDouble); in inoutValuesAll()
H A DCallback.h80 /* [out][in] */ double __RPC_FAR *aDouble,
107 /* [out] */ double __RPC_FAR *aDouble,
H A DXCallback_Impl.idl51 [out] double* aDouble,
91 [in,out] double* aDouble,
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1464 double aDouble; in testInterface() local
1540 xCallback->outDouble( aDouble); in testInterface()
1541 sprintf( buff,"XCallback::outDouble, value: %f", aDouble); in testInterface()
1583 double aDouble; in testInterface() local
1591 aFloat, aDouble, in testInterface()
1809 double aDouble= 3.145; in testInterface() local
1815 aAny, aBool, aChar, aString, aFloat, aDouble, in testInterface()
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp175 double aDouble = *val; in inoutDouble() local
177 m_double = aDouble; in inoutDouble()
977 double aDouble = *val2; in defaultvalue2() local
987 m_double = aDouble; in defaultvalue2()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx506 double aDouble = 0; in getAnyAsString() local
507 pvargItem >>= aDouble; in getAnyAsString()
508 sString = rtl::OUString::valueOf( aDouble ); in getAnyAsString()
/trunk/main/registry/tools/
H A Dregcompare.cxx445 fprintf(stdout, "%f", constValue.m_value.aDouble); in printConstValue()
610 if (constValue1.m_value.aDouble != constValue2.m_value.aDouble) in checkConstValue()
616 constValue1.m_value.aDouble, constValue2.m_value.aDouble); in checkConstValue()
/trunk/main/registry/inc/registry/
H A Drefltype.hxx58 m_value.aDouble = 0.0; in RTConstValue()
H A Dtypes.h224 double aDouble; member
/trunk/main/idlc/source/
H A Dastconstant.cxx98 aConst.m_value.aDouble = exprVal->u.dval; in dumpBlob()
/trunk/main/stoc/test/
H A Dtestcorefl.idl40 double aDouble;
H A Dtestcorefl.cxx216 aStructC.aDouble = aConstDouble; in test_corefl()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx119 aConstantAny >>= constValue.m_value.aDouble; in writeConstantData()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx824 System::Double aDouble= *__try_cast<System::Double*>(cli_data); in map_to_uno() local
825 *(double*) uno_data= aDouble; in map_to_uno()
/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx162 return Any( &rVal.m_value.aDouble, ::getCppuType( (const double *)0 ) ); in getRTValue()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl268 [inout] double aDouble,
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx119 aConstantAny >>= constValue.m_value.aDouble; in writeConstantData()

Completed in 165 milliseconds

12