Home
last modified time | relevance | path

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

12345678910

/trunk/main/xmloff/source/style/
H A Dweighhdl.cxx131 float fValue = float(); in exportXML() local
132 if( !( rValue >>= fValue ) ) in exportXML()
137 fValue = (float)nValue; in exportXML()
150 if( fValue <= aFontWeightMap[i].fWeight ) in exportXML()
/trunk/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()
/trunk/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()
/trunk/main/basegfx/source/tools/
H A Dstringconversiontools.cxx227 double fValue, in lcl_putNumberCharWithSpace() argument
232 fValue -= fOldValue; in lcl_putNumberCharWithSpace()
238 fValue >= 0.0 ) in lcl_putNumberCharWithSpace()
244 lcl_putNumberChar(rStr, fValue); in lcl_putNumberCharWithSpace()
/trunk/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
/trunk/main/basegfx/inc/basegfx/range/
H A Db3drange.hxx281 void grow(double fValue) in grow() argument
283 maRangeX.grow(fValue); in grow()
284 maRangeY.grow(fValue); in grow()
285 maRangeZ.grow(fValue); in grow()
/trunk/main/sc/source/filter/excel/
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()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatPreviewer.idl68 @param fValue
86 [in] double fValue,
98 @param fValue
120 [in] double fValue,
/trunk/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()
/trunk/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()
/trunk/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 );
/trunk/main/chart2/source/tools/
H A DRelativeSizeHelper.cxx45 double fValue, in calculate() argument
51 return fValue; in calculate()
56 * fValue; in calculate()
/trunk/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()
H A DXMLTrackedChangesContext.cxx108 double fValue; member in ScXMLCellContentDeletionContext
279 double fValue; member in ScXMLChangeCellContext
298 … rtl::OUString& rInputString, double& fValue, sal_uInt16& nType,
322 double fValue; member in ScXMLPreviousContext
848 …pCellInfo(new ScMyCellInfo(pCell, sFormulaAddress, sFormula, eGrammar, sInputString, fValue, nType, in EndElement()
1187 SvXMLUnitConverter::convertDouble(fValue, sValue); in ScXMLChangeCellContext()
1195 fValue = rDateTimeValue; in ScXMLChangeCellContext()
1201 fValue = rDateTimeValue; in ScXMLChangeCellContext()
1299 rOldCell = new ScValueCell(fValue); in EndElement()
1372 …pOldCell, sFormulaAddress, sFormula, sFormulaNmsp, eGrammar, sInputString, fValue, nType, nMatrixF… in CreateChildContext()
[all …]
/trunk/main/basegfx/source/inc/
H A Dstringconversiontools.hxx95 double fValue ) in lcl_putNumberChar() argument
97 rStr.append( fValue ); in lcl_putNumberChar()
101 double fValue,
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx165 inline double copySign(double fValue, double fSignCarrier) in copySign() argument
168 return _copysign(fValue, fSignCarrier); in copySign()
170 return copysign(fValue, fSignCarrier); in copySign()
/trunk/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()
/trunk/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,
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx89 explicit SfxOleDoubleProperty( sal_Int32 nPropId, double fValue = 0.0 );
92 inline void SetValue( double fValue ) { mfValue = fValue; } in SetValue() argument
438 SfxOleDoubleProperty::SfxOleDoubleProperty( sal_Int32 nPropId, double fValue ) : in SfxOleDoubleProperty() argument
440 mfValue( fValue ) in SfxOleDoubleProperty()
815 void SfxOleSection::SetDoubleValue( sal_Int32 nPropId, double fValue ) in SetDoubleValue() argument
817 SetProperty( SfxOlePropertyRef( new SfxOleDoubleProperty( nPropId, fValue ) ) ); in SetDoubleValue()
/trunk/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()
/trunk/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()

Completed in 139 milliseconds

12345678910