Home
last modified time | relevance | path

Searched refs:fValue (Results 101 – 125 of 229) sorted by relevance

12345678910

/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx50 explicit XclExpPCItem( double fValue );
58 bool EqualsDouble( double fValue ) const;
134 void InsertOrigDoubleItem( double fValue );
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx612 fValue( 0.0 ), in XclExpChTrData()
629 fValue = 0.0; in Clear()
670 rStrm << fValue; in Write()
737 rpData->fValue = ((const ScValueCell*) pScCell)->GetValue(); in GetCellData()
738 if( XclTools::GetRKFromDouble( rpData->nRKValue, rpData->fValue ) ) in GetCellData()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx118 double fValue, in getLogicalPosition() argument
141 if( fMin <= fValue && fValue <= fMax && in getLogicalPosition()
144 double fPercentage = (fValue - fMin) / fRange; in getLogicalPosition()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDDELinks.hxx37 const sal_Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fValue);
38 …Bool bEmpty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_Int32 n…
H A DXMLCalculationSettingsContext.hxx63 void SetIterationEpsilon(const double fValue) { fIterationEpsilon = fValue; } in SetIterationEpsilon() argument
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx402 double fValue; member in SwXMLTableCellContext_Impl
446 fValue( 0.0 ), in SwXMLTableCellContext_Impl()
506 fValue = fTmp; in SwXMLTableCellContext_Impl()
516 fValue = fTmp; in SwXMLTableCellContext_Impl()
527 fValue = fTmp; in SwXMLTableCellContext_Impl()
537 fValue = (bTmp ? 1.0 : 0.0); in SwXMLTableCellContext_Impl()
569 NULL, bProtect, &sFormula, bHasValue, fValue, bHasTextValue ); in _InsertContent()
1588 double fValue, in InsertCell() argument
1684 pTable, bProtect, pFormula, bHasValue, bCovered, fValue, in InsertCell()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx531 double fValue = 0.0; in setValue() local
532 rValue >>= fValue; in setValue()
533 mpMetric->SetValue( (long)(fValue * 100.0) ); in setValue()
651 double fValue = 0.0; in setValue() local
652 rValue >>= fValue; in setValue()
653 long nValue = (long)(fValue * 100); in setValue()
792 double fValue = 0.0; in setValue() local
793 rValue >>= fValue; in setValue()
794 long nValue = (long)(fValue); in setValue()
/trunk/main/sc/source/ui/cctrl/
H A Deditfield.cxx70 void ScDoubleField::SetValue( double fValue, sal_Int32 nDecPlaces, bool bEraseTrailingDecZeros ) in SetValue() argument
72 SetText( ::rtl::math::doubleToUString( fValue, rtl_math_StringFormat_G, in SetValue()
/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx384 double fValue=0.0; in lcl_divideBy100() local
385 if( (rDoubleAny>>=fValue) && (fValue!=0.0) ) in lcl_divideBy100()
387 fValue/=100.0; in lcl_divideBy100()
388 rDoubleAny = uno::makeAny(fValue); in lcl_divideBy100()
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx87 ScDPCacheTable::SingleFilter::SingleFilter(String aString, double fValue, bool bHasValue) in SingleFilter() argument
90 maItem.mfValue = fValue; in SingleFilter()
324 rVal.fValue = pData->IsValue() ? pData->GetValue() : 0.0; in getValue()
H A Ddpdimsave.cxx117 double fValue; in AddToData() local
118 if ( pFormatter->IsNumberFormat( *aIter, nFormat, fValue ) ) in AddToData()
119 aData = ScDPItemData( *aIter, fValue, sal_True ); in AddToData()
/trunk/main/chart2/source/inc/
H A DNumberFormatterWrapper.hxx50 …rtl::OUString getFormattedString( sal_Int32 nNumberFormatKey, double fValue, sal_Int32& rLabelColo…
69 …rtl::OUString getFormattedString( double fValue, sal_Int32& rLabelColor, bool& rbColorChanged ) co…
/trunk/main/oox/inc/oox/xls/
H A Dunitconverter.hxx80 double scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const;
83 sal_Int32 scaleToMm100( double fValue, Unit eUnit ) const;
/trunk/main/sc/inc/
H A Dcell.hxx203 explicit ScValueCell( double fValue );
209 inline void SetValue( double fValue ) { mfValue = fValue; } in SetValue() argument
H A Ddptabdat.hxx78 double fValue; member
81 void Set( double fV, sal_uInt8 nT ) { fValue = fV; nType = nT; } in Set()
/trunk/main/framework/inc/uielement/
H A Dspinfieldtoolbarcontroller.hxx95 …etValue( const ::com::sun::star::uno::Any& rAny, sal_Int32& nValue, double& fValue, bool& bFloat );
96 rtl::OUString impl_formatOutputString( double fValue );
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1775 double fValue; in GetDefaultFormat() local
1786 fValue = aDate - *pNullDate; in GetDefaultFormat()
1793 fValue += (double)nNumFmtTime / 86400.0; in GetDefaultFormat()
1802 fValue = 0.0; in GetDefaultFormat()
1807 fValue = 0.0; in GetDefaultFormat()
1814 *pVal = fValue; in GetDefaultFormat()
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx629 double fValue; in Convert() local
630 Read( fValue ); in Convert()
631 aStack << aPool.Store( fValue ); in Convert()
641 double fValue = Snum32ToDouble( nValue ); in Convert() local
642 aStack << aPool.Store( fValue ); in Convert()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx775 double fValue = 0; in PutValue() local
776 if(!(rVal >>= fValue)) in PutValue()
781 fValue = (float)nValue; in PutValue()
783 SetValue( (sal_uInt16)VCLUnoHelper::ConvertFontWeight((float)fValue) ); in PutValue()
1069 float fValue = 0; in PutValue() local
1070 if(!(rVal >>= fValue)) in PutValue()
1075 fValue = (float)nValue; in PutValue()
1077 sal_Int16 nCoreDiffValue = (sal_Int16)(fValue * 20.); in PutValue()
1079 nProp = (sal_uInt16)((sal_Int16)fValue); in PutValue()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2783 inline void lclSplitBlock( double& rfInt, sal_Int32& rnBlock, double fValue, double fSize ) in lclSplitBlock() argument
2785 rnBlock = static_cast< sal_Int32 >( modf( (fValue + 0.1) / fSize, &rfInt ) * fSize + 0.1 ); in lclSplitBlock()
2878 double fValue = GetDouble(); in ScBahtText() local
2886 bool bMinus = fValue < 0.0; in ScBahtText()
2887 fValue = fabs( fValue ); in ScBahtText()
2890 fValue = ::rtl::math::approxFloor( fValue * 100.0 + 0.5 ); in ScBahtText()
2895 lclSplitBlock( fBaht, nSatang, fValue, 100.0 ); in ScBahtText()
/trunk/main/chart2/source/view/axes/
H A DDateHelper.cxx118 double DateHelper::RasterizeDateValue( double fValue, const Date& rNullDate, long TimeResolution ) in RasterizeDateValue() argument
120 Date aDate(rNullDate); aDate += static_cast<long>(::rtl::math::approxFloor(fValue)); in RasterizeDateValue()
/trunk/main/sw/source/core/access/
H A Dacccell.cxx427 double fValue = 0; in setCurrentValue() local
428 sal_Bool bValid = (aNumber >>= fValue); in setCurrentValue()
431 SwTblBoxValue aValue( fValue ); in setCurrentValue()
/trunk/main/forms/source/xforms/
H A Ddatatypes.hxx207 virtual bool _getValue( const ::rtl::OUString& value, double& fValue );
366 virtual bool _getValue( const ::rtl::OUString& value, double& fValue ); \
405 virtual bool _getValue( const ::rtl::OUString& value, double& fValue );
/trunk/main/sc/workben/
H A Dtestadd.idl45 double addOne([in]double fValue);
47 string getDateString([in]com::sun::star::beans::XPropertySet xCaller, [in]double fValue);
/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx139 bool XclTools::GetRKFromDouble( sal_Int32& rnRKValue, double fValue ) in GetRKFromDouble() argument
144 fFrac = modf( fValue, &fInt ); in GetRKFromDouble()
154 fFrac = modf( fValue * 100.0, &fInt ); in GetRKFromDouble()

Completed in 174 milliseconds

12345678910