Home
last modified time | relevance | path

Searched refs:fValue (Results 201 – 225 of 229) sorted by relevance

12345678910

/trunk/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx191 void setValueCell( const CellModel& rModel, double fValue );
H A Dbiffhelper.hxx606 static bool calcRkFromDouble( sal_Int32& ornRkValue, double fValue );
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.hxx73 double fValue,
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1545 double fValue = 0.0; in generateApiArray() local
1549 if( *aIt >>= fValue ) in generateApiArray()
1550 aBuffer.append( fValue ); in generateApiArray()
H A Dworksheethelper.cxx1668 void WorksheetHelper::putValue( const CellAddress& rAddress, double fValue ) const in putValue()
1672 if( xCell.is() ) xCell->setValue( fValue ); in putValue()
H A Dformulaparser.cxx2861 ApiTokenSequence FormulaParser::convertNumberToHyperlink( const OUString& rUrl, double fValue ) con… in convertNumberToHyperlink()
2873 aTokens[ 4 ].Data <<= fValue; in convertNumberToHyperlink()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx426 BASEGFX_DLLPUBLIC B2DPolygon growInNormalDirection(const B2DPolygon& rCandidate, double fValue);
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx2933 aCell.fValue = pDoc->GetValue( aCellPos ); in WriteCell()
2937 aCell.nNumberFormat, aCell.fValue); in WriteCell()
3629 aCell1.fValue = pDoc->GetValue( aCellPos1 ); in IsCellEqual()
3634 aCell2.fValue = pDoc->GetValue( aCellPos2 ); in IsCellEqual()
3640 (aCell1.fValue == aCell2.fValue); in IsCellEqual()
H A DXMLExportIterator.hxx310 double fValue; member
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1002 double fValue; in GetParameter() local
1003 if ( rParameter.Value >>= fValue ) in GetParameter()
1005 rRetValue = fValue; in GetParameter()
/trunk/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx431 double fValue; member
H A Dxlpivot.hxx418 void SetDouble( double fValue );
H A Dxetable.hxx373 double fValue );
/trunk/main/filter/source/flash/
H A Dswfwriter.hxx115 sal_uInt32 getFixed( double fValue );
/trunk/main/xmloff/inc/
H A Dtxtvfldi.hxx63 double fValue; /// double value (only valid if bFloatValueOK) member in XMLValueImportHelper
H A Dtxtflde.hxx343 double fValue, /// float content; possibly invalid
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx913 double fValue = 0.0; in convertAnimationValue() local
914 rValue >>= fValue; in convertAnimationValue()
915 rValue <<= (sal_Int16)fValue; in convertAnimationValue()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1391 fValue( 0.0 ), in ScUnoAddInCall()
1625 ScApiTypeConversion::ConvertAnyToDouble( fValue, eMyClass, rNewRes); in SetResult()
H A Dinterpr5.cxx1939 double lcl_GetSign(double fValue) in lcl_GetSign() argument
1941 return (fValue >= 0.0 ? 1.0 : -1.0 ); in lcl_GetSign()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl207 fValue = rRes.Value;
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx992 double fValue = 0.0; in setPropertyValue() local
993 if( ! ( aValue >>= fValue ) ) in setPropertyValue()
996 GetPage()->setTransitionDuration( fValue ); in setPropertyValue()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx127 double SVGAttributeWriter::ImplRound( double fValue, sal_Int32 nDecs ) in ImplRound() argument
129 return( floor( fValue * pow( 10.0, (int)nDecs ) + 0.5 ) / pow( 10.0, (int)nDecs ) ); in ImplRound()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1151 double fValue = 0.0; in AdaptScaleOfYAxisWithoutAttachedSeries() local
1152 xCrossingMainAxis->getPropertyValue(C2U( "CrossoverValue" )) >>= fValue; in AdaptScaleOfYAxisWithoutAttachedSeries()
1153 aExplicitScale.Origin = fValue; in AdaptScaleOfYAxisWithoutAttachedSeries()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1555 double fValue = 0.0; in seekGoal() local
1559 aGoalString, fValue ); in seekGoal()
1560 aResult.Result = fValue; in seekGoal()
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2364 double fValue, /// float content; possibly invalid in ProcessValueAndType() argument
2399 GetExport(), nFormatKey, fValue, bExportValue); in ProcessValueAndType()

Completed in 335 milliseconds

12345678910