Home
last modified time | relevance | path

Searched refs:fValue (Results 51 – 75 of 229) sorted by relevance

12345678910

/aoo41x/main/basegfx/source/tools/
H A Dstringconversiontools.cxx192 double fValue, in lcl_putNumberCharWithSpace() argument
197 fValue -= fOldValue; in lcl_putNumberCharWithSpace()
203 fValue >= 0.0 ) in lcl_putNumberCharWithSpace()
209 lcl_putNumberChar(rStr, fValue); in lcl_putNumberCharWithSpace()
/aoo41x/main/xmloff/source/chart/
H A Dtransporttypes.hxx44 double fValue; member
48 SchXMLCell() : pComplexString(0), fValue( 0.0 ), eType( SCH_CELL_TYPE_UNKNOWN ) in SchXMLCell()
54 , fValue( rOther.fValue ) in SchXMLCell()
H A DXMLAxisPositionPropertyHdl.cxx93 double fValue = 0.0; in exportXML() local
94 rValue >>= fValue; in exportXML()
95 SvXMLUnitConverter::convertDouble( sValueBuffer, fValue ); in exportXML()
/aoo41x/main/sc/source/filter/excel/
H A Dxepivot.cxx116 XclExpPCItem::XclExpPCItem( double fValue ) : in XclExpPCItem() argument
119 SetDouble( fValue ); in XclExpPCItem()
120 mnTypeFlag = (fValue - floor( fValue ) == 0.0) ? in XclExpPCItem()
152 bool XclExpPCItem::EqualsDouble( double fValue ) const in EqualsDouble()
154 return GetDouble() && (*GetDouble() == fValue); in EqualsDouble()
363 double fValue = rDoc.GetValue( aPos ); in InitStandardField() local
366 InsertOrigBoolItem( fValue != 0 ); in InitStandardField()
370 InsertOrigDoubleItem( fValue ); in InitStandardField()
491 void XclExpPCField::InsertOrigDoubleItem( double fValue ) in InsertOrigDoubleItem() argument
496 if( (bFound = maOrigItemList.GetRecord( nPos )->EqualsDouble( fValue )) == true ) in InsertOrigDoubleItem()
[all …]
H A Dxlroot.cxx333 double fValue = rDateTime - GetNullDate(); in GetDoubleFromDateTime() local
336 fValue -= 1.0; in GetDoubleFromDateTime()
337 return fValue; in GetDoubleFromDateTime()
340 DateTime XclRoot::GetDateTimeFromDouble( double fValue ) const in GetDateTimeFromDouble()
342 DateTime aDateTime = GetNullDate() + fValue; in GetDateTimeFromDouble()
/aoo41x/main/chart2/source/view/axes/
H A DVAxisProperties.cxx272 double fValue = 0.0; in initAxisPositioning() local
273 xAxisProp->getPropertyValue(C2U( "CrossoverValue" )) >>= fValue; in initAxisPositioning()
276 fValue = ::rtl::math::round(fValue); in initAxisPositioning()
277 m_pfMainLinePositionAtOtherAxis = new double(fValue); in initAxisPositioning()
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db3drange.hxx280 void grow(double fValue) in grow() argument
282 maRangeX.grow(fValue); in grow()
283 maRangeY.grow(fValue); in grow()
284 maRangeZ.grow(fValue); in grow()
H A Db2drange.hxx244 void grow(double fValue) in grow() argument
246 maRangeX.grow(fValue); in grow()
247 maRangeY.grow(fValue); in grow()
/aoo41x/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java362 private int getAxisPosition( XShape aAxis, double fValue, boolean bVertical ) in getAxisPosition() argument
378 if( fMin <= fValue && fValue <= fMax && in getAxisPosition()
385 (1.0 - (( fValue - fMin ) / fRange ))); in getAxisPosition()
391 (( fValue - fMin ) / fRange )); in getAxisPosition()
/aoo41x/main/scaddins/source/analysis/
H A Danalysishelper.hxx365 …inline void ListAppend( double fValue ) { MyList::Append( new double( fValue ) ); } in ListAppend() argument
368 …inline void Append( double fValue ) throw( CSS::uno::RuntimeException, CSS::lang::… in Append() argument
369 { if( CheckInsert( fValue ) ) ListAppend( fValue ); } in Append()
415 virtual sal_Bool CheckInsert( double fValue ) const
426 virtual sal_Bool CheckInsert( double fValue ) const
437 virtual sal_Bool CheckInsert( double fValue ) const
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx523 double fValue = static_cast< double >( in ApplySpecialItem() local
531 ( bPropExisted && fOldValue != fValue )) in ApplySpecialItem()
533 GetPropertySet()->setPropertyValue( C2U( "TextRotation" ), uno::makeAny( fValue )); in ApplySpecialItem()
683 double fValue = 0; in FillSpecialItem() local
685 if( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fValue ) in FillSpecialItem()
688 ::rtl::math::round( fValue * 100.0 ) ) )); in FillSpecialItem()
/aoo41x/main/sw/source/core/fields/
H A Dusrfld.cxx292 double fValue; in SetContent() local
296 if (pFormatter->IsNumberFormat(rStr, nFmt, fValue)) in SetContent()
298 SetValue(fValue); in SetContent()
300 DoubleToString(aContent, fValue, nFmt); in SetContent()
/aoo41x/main/offapi/com/sun/star/util/
H A DXNumberFormatPreviewer.idl68 @param fValue
86 [in] double fValue,
98 @param fValue
120 [in] double fValue,
/aoo41x/main/chart2/source/tools/
H A DRelativeSizeHelper.cxx45 double fValue, in calculate() argument
51 return fValue; in calculate()
56 * fValue; in calculate()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr4.cxx228 double fValue = 0.0; in ConvertStringToValue() local
233 return fValue; in ConvertStringToValue()
393 fValue = 0.0; in ConvertStringToValue()
395 return fValue; in ConvertStringToValue()
414 double fValue = 0.0; in GetCellValueOrZero() local
428 fValue = pFCell->GetValue(); in GetCellValueOrZero()
441 fValue = 0.0; in GetCellValueOrZero()
452 fValue = pDok->RoundValueAsShown( fValue, nCurFmtIndex ); in GetCellValueOrZero()
477 fValue = 0.0; in GetCellValueOrZero()
482 fValue = 0.0; in GetCellValueOrZero()
[all …]
/aoo41x/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx346 double fValue; in importXML() local
348 SvXMLUnitConverter::convertDouble(fValue, _rStrImpValue); in importXML()
351 fValue *= 10; in importXML()
352 _rValue <<= (float)fValue; in importXML()
/aoo41x/main/sc/source/filter/inc/
H A Dxestream.hxx118 XclExpStream& operator<<( float fValue );
119 XclExpStream& operator<<( double fValue );
235 void Encrypt( SvStream& rStrm, float fValue );
236 void Encrypt( SvStream& rStrm, double fValue );
/aoo41x/main/basegfx/source/inc/
H A Dstringconversiontools.hxx95 double fValue ) in lcl_putNumberChar() argument
97 rStr.append( fValue ); in lcl_putNumberChar()
101 double fValue,
/aoo41x/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx164 inline double copySign(double fValue, double fSignCarrier) in copySign() argument
167 return _copysign(fValue, fSignCarrier); in copySign()
169 return copysign(fValue, fSignCarrier); in copySign()
/aoo41x/main/sc/source/filter/xml/
H A DXMLDDELinksContext.cxx195 pMatrix->PutDouble( aItr->fValue, nScCol, nScRow ); in EndElement()
414 fValue(), in ScXMLDDECellContext()
449 GetScImport().GetMM100UnitConverter().convertDouble(fValue, sTempValue); in ScXMLDDECellContext()
481 aCell.fValue = fValue; in EndElement()
/aoo41x/main/sc/source/core/data/
H A Dvalidat.cxx827 double fValue; in FillSelectionList() local
828 … bool bIsValue = GetDocument()->GetFormatTable()->IsNumberFormat( *pString, nFormat, fValue ); in FillSelectionList()
829 …TypedStrData* pData = new TypedStrData( *pString, fValue, bIsValue ? SC_STRTYPE_VALUE : SC_STRTYPE… in FillSelectionList()
885 double fValue; in IsListValid() local
886 if( GetDocument()->GetFormatTable()->IsNumberFormat( *pString, nFormat, fValue ) ) in IsListValid()
887 aCondTokArr.AddDouble( fValue ); in IsListValid()
/aoo41x/main/svl/source/numbers/
H A Dnumfmuno.hxx72 virtual ::rtl::OUString SAL_CALL convertNumberToString( sal_Int32 nKey, double fValue )
75 double fValue, ::com::sun::star::util::Color aDefaultColor )
83 virtual ::rtl::OUString SAL_CALL getInputString( sal_Int32 nKey, double fValue )
88 const ::rtl::OUString& aFormat, double fValue,
93 const ::rtl::OUString& aFormat, double fValue,
/aoo41x/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx340 double fValue = GetDefValue(nType); in SetDefFormat() local
350 pFormatter->GetOutputString(fValue, nDefFmt, sValue, &pCol); in SetDefFormat()
425 double fValue = GetDefValue( nCurrFormatType); in IMPL_LINK() local
430 aCoreSet.Put( SvxNumberInfoItem( pFormatter, fValue, in IMPL_LINK()
/aoo41x/main/chart2/source/inc/
H A DExplicitCategoriesProvider.hxx60 : fValue(1.0) in DatePlusIndex()
66 : fValue(_fValue) in DatePlusIndex()
71 double fValue; member
/aoo41x/main/xmloff/source/text/
H A Dtxtvfldi.cxx1272 fValue(0.0), in XMLValueImportHelper()
1342 fValue = fTmp; in ProcessAttribute()
1353 fValue = fTmp; in ProcessAttribute()
1365 fValue = fTmp; in ProcessAttribute()
1376 fValue = (bTmp ? 1.0 : 0.0); in ProcessAttribute()
1384 fValue = fTmp; in ProcessAttribute()
1465 aAny <<= fValue; in PrepareField()

Completed in 167 milliseconds

12345678910