Home
last modified time | relevance | path

Searched refs:fDouble (Results 1 – 25 of 33) sorted by path

12

/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx700 double fDouble=0.0; in GetCellText() local
703 else if( aAny>>=fDouble ) in GetCellText()
708 if( ! ::rtl::math::isNan( fDouble ) && m_spNumberFormatterWrapper.get() ) in GetCellText()
710 nDateNumberFormat, fDouble, nLabelColor, bColorChanged )); in GetCellText()
/trunk/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx220 double fDouble = 0; in convertCategoryAnysToText() local
221 if( aAny>>=fDouble ) in convertCategoryAnysToText()
223 if( !::rtl::math::isNan(fDouble) ) in convertCategoryAnysToText()
225 nAxisNumberFormat, fDouble, nLabelColor, bColorChanged ); in convertCategoryAnysToText()
/trunk/main/formula/inc/formula/
H A Dtoken.hxx235 double fDouble; member in formula::FormulaDoubleToken
238 FormulaToken( svDouble ), fDouble( f ) {} in FormulaDoubleToken()
240 FormulaToken( r ), fDouble( r.fDouble ) {} in FormulaDoubleToken()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx1322 double FormulaDoubleToken::GetDouble() const { return fDouble; } in GetDouble()
1323 double & FormulaDoubleToken::GetDoubleAsReference() { return fDouble; } in GetDoubleAsReference()
1326 return FormulaToken::operator==( r ) && fDouble == r.GetDouble(); in operator ==()
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx306 double fDouble = 0; in setNode() local
447 if( aValue >>= fDouble ) in setNode()
448 xNode->setAcceleration( fDouble ); in setNode()
455 if( aValue >>= fDouble ) in setNode()
456 xNode->setDecelerate( fDouble ); in setNode()
524 if( aValue >>= fDouble ) in setNode()
525 xIterateContainer->setIterateInterval( fDouble ); in setNode()
/trunk/main/sc/inc/
H A Dtoken.hxx420 double fDouble; member in ScHybridCellToken
428 fDouble( f ), aString( rStr ), in ScHybridCellToken()
431 ScToken( r ), fDouble( r.fDouble), in ScHybridCellToken()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1140 double ScHybridCellToken::GetDouble() const { return fDouble; } in GetDouble()
1145 fDouble == r.GetDouble() && aString == r.GetString() && in operator ==()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx198 double fDouble; in Convert() local
456 aIn >> fDouble; in Convert()
457 aStack << aPool.Store( fDouble ); in Convert()
1892 double fDouble; in ReadExtensionArray() local
1944 aIn >> fDouble; in ReadExtensionArray()
1947 pMatrix->PutDouble( fDouble, nC, nR ); in ReadExtensionArray()
H A Dexcform8.cxx97 double fDouble; in Convert() local
386 aIn >> fDouble; in Convert()
387 aStack << aPool.Store( fDouble ); in Convert()
/trunk/main/sc/source/filter/inc/
H A Dformel.hxx230 inline void Read( double& fDouble );
279 inline void LotusConverterBase::Read( double& fDouble ) in Read() argument
281 aIn >> fDouble; in Read()
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx473 double fDouble; in Convert() local
474 Read( fDouble ); in Convert()
475 aStack << aPool.Store( fDouble ); in Convert()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3303 double fDouble; in dump_atom() local
3315 else if( aValue >>= fDouble ) in dump_atom()
3317 fprintf(mpFile, " value=\"%g\"", fDouble ); in dump_atom()
3444 double fDouble; in dump() local
3475 else if( rAny >>= fDouble ) in dump()
3477 fprintf( mpFile, "%g", fDouble ); in dump()
3820 void AnimationImporter::dump( const char * pText, double fDouble ) in dump() argument
3822 fprintf( mpFile, pText, fDouble ); in dump()
H A Dpptinanimations.hxx120 void dump( const char * pText, double fDouble );
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx719 double fDouble = 0; in textChanged() local
755 double fDouble; in up() local
757 if ( aAny >>= fDouble ) in up()
759 fDouble += 9; in up()
760 if ( fDouble > 100 ) in up()
761 fDouble = 100; in up()
770 double fDouble; in down() local
772 if ( aAny >>= fDouble ) in down()
774 fDouble -= 9; in down()
775 if ( fDouble < 0 ) in down()
[all …]
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx864 double fDouble = 0.0; in GetAnyValue() local
871 else if( GetDoubleValue( fDouble, nPropId ) ) in GetAnyValue()
872 aValue <<= fDouble; in GetAnyValue()
888 double fDouble = 0.0; in SetAnyValue() local
896 else if( rValue >>= fDouble ) in SetAnyValue()
897 SetDoubleValue( nPropId, fDouble ); in SetAnyValue()
/trunk/main/stoc/test/
H A Dlanguage_binding.idl92 [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,
H A Dtestiadapter.cxx125 float fFloat, double fDouble, in assign() argument
140 rData.Double = fDouble; in assign()
152 float fFloat, double fDouble, in assign() argument
178 float fFloat, double fDouble,
336 double fDouble; in invoke() local
357 rParams[10] >>= fDouble; in invoke()
384 rParams[10] >>= fDouble; in invoke()
426 rOutParam[10] <<= fDouble; in invoke()
470 rOutParam[10] <<= fDouble; in invoke()
514 rOutParam[10] <<= fDouble; in invoke()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1041 double fDouble; member
1059 fDouble(0.), in SwFieldProperties_Impl()
1293 if(m_pProps->fDouble > 0.) in attachToRange()
1294 ((SwDateTimeField*)pFld)->SetValue( m_pProps->fDouble ); in attachToRange()
2103 m_pProps->fDouble = *(double*) rValue.getValue(); in setPropertyValue()
2294 aRet <<= m_pProps->fDouble; in getPropertyValue()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java359 double fDouble, in setValues() argument
379 _double = fDouble; in setValues()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx196 float fFloat, double fDouble, in assign() argument
211 rData.Double = fDouble; in assign()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx229 float fFloat, double fDouble,
244 rData->Double = fDouble;
256 float fFloat, double fDouble,
263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
H A Dcli_cs_bridgetest.cs209 float fFloat, double fDouble, in assign() argument
224 rData.Double = fDouble; 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 Dcli_cs_testobj.cs106 double fDouble, in setValues() argument
126 _double = fDouble; in setValues()
H A Dcli_vb_bridgetest.vb90 nUHyper As UInt64, fFloat As Single, fDouble As Double, _
104 rData.Double = fDouble
114 nUHyper As UInt64, fFloat As Single, fDouble As Double, _
120 nUHyper, fFloat, fDouble, eEnum, rStr, xTest, rAny )
H A Dcli_vb_testobj.vb93 fDouble As Double, testEnum As TestEnum, str As String, _
110 m_double = fDouble

Completed in 144 milliseconds

12