Home
last modified time | relevance | path

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

12345678910

/aoo41x/main/scaddins/source/analysis/
H A Danalysishelper.cxx1757 double fValue; in Append() local
1758 if( rAnyConv.getDouble( fValue, rAny ) ) in Append()
1759 Append( fValue ); in Append()
1809 sal_Bool ScaDoubleListGT0::CheckInsert( double fValue ) const throw( uno::RuntimeException, lang::I… in CheckInsert()
1811 if( fValue < 0.0 ) in CheckInsert()
1813 return fValue > 0.0; in CheckInsert()
1822 if( fValue < 0.0 ) in CheckInsert()
3050 double fValue = 0.0; in convertToDouble() local
3055 fValue = xFormatter->convertStringToNumber( nDefaultFormat, rString ); in convertToDouble()
3066 fValue = ::rtl::math::stringToDouble( rString, '.', ',', &eStatus, &nEnd ); in convertToDouble()
[all …]
/aoo41x/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
/aoo41x/main/sc/source/ui/cctrl/
H A Deditfield.cxx73 void ScDoubleField::SetValue( double fValue, sal_Int32 nDecPlaces, bool bEraseTrailingDecZeros ) in SetValue() argument
75 SetText( ::rtl::math::doubleToUString( fValue, rtl_math_StringFormat_G, in SetValue()
/aoo41x/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…
/aoo41x/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()
/aoo41x/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()
/aoo41x/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;
/aoo41x/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()
/aoo41x/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 );
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 );
/aoo41x/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);
/aoo41x/main/sc/source/core/tool/
H A Dinterpr2.cxx2779 inline void lclSplitBlock( double& rfInt, sal_Int32& rnBlock, double fValue, double fSize ) in lclSplitBlock() argument
2781 rnBlock = static_cast< sal_Int32 >( modf( (fValue + 0.1) / fSize, &rfInt ) * fSize + 0.1 ); in lclSplitBlock()
2874 double fValue = GetDouble(); in ScBahtText() local
2882 bool bMinus = fValue < 0.0; in ScBahtText()
2883 fValue = fabs( fValue ); in ScBahtText()
2886 fValue = ::rtl::math::approxFloor( fValue * 100.0 + 0.5 ); in ScBahtText()
2891 lclSplitBlock( fBaht, nSatang, fValue, 100.0 ); in ScBahtText()
/aoo41x/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()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx466 B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fValue) in growInNormalDirection() argument
468 if(0.0 != fValue) in growInNormalDirection()
474 aRetval.append(growInNormalDirection(rCandidate.getB2DPolygon(a), fValue)); in growInNormalDirection()

Completed in 257 milliseconds

12345678910