Home
last modified time | relevance | path

Searched refs:rfValue (Results 1 – 12 of 12) sorted by relevance

/trunk/main/oox/inc/oox/helper/
H A Dhelper.hxx244 …ne static void convertLittleEndian( float& rfValue ) { swap4( reinterpret_cast< sal_uInt8* >… in convertLittleEndian() argument
245 …ne static void convertLittleEndian( double& rfValue ) { swap8( reinterpret_cast< sal_uInt8* >… in convertLittleEndian() argument
/trunk/main/sc/source/ui/inc/
H A Ddpgroupdlg.hxx55 virtual bool ImplGetValue( double& rfValue ) const = 0;
76 virtual bool ImplGetValue( double& rfValue ) const;
93 virtual bool ImplGetValue( double& rfValue ) const;
H A Deditfield.hxx37 bool GetValue( double& rfValue ) const;
/trunk/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.cxx136 bool ScDPNumGroupEditHelper::ImplGetValue( double& rfValue ) const in ImplGetValue()
138 return mrEdValue.GetValue( rfValue ); in ImplGetValue()
156 bool ScDPDateGroupEditHelper::ImplGetValue( double& rfValue ) const in ImplGetValue()
158 rfValue = mrEdValue.GetDate() - maNullDate; in ImplGetValue()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx707 XclImpStream& XclImpStream::operator>>( float& rfValue ) in operator >>() argument
716 memcpy( &rfValue, &nValue, 4 ); in operator >>()
719 mrStrm >> rfValue; in operator >>()
725 XclImpStream& XclImpStream::operator>>( double& rfValue ) in operator >>() argument
733 rfValue = SVBT64ToDouble( pnBuffer ); in operator >>()
736 mrStrm >> rfValue; in operator >>()
H A Dxechart.cxx165 bool lclIsAutoAnyOrGetScaledValue( double& rfValue, const Any& rAny, bool bLogScale ) in lclIsAutoAnyOrGetScaledValue() argument
167 bool bIsAuto = lclIsAutoAnyOrGetValue( rfValue, rAny ); in lclIsAutoAnyOrGetScaledValue()
169 rfValue = log( rfValue ) / log( 10.0 ); in lclIsAutoAnyOrGetScaledValue()
/trunk/main/sc/source/ui/cctrl/
H A Deditfield.cxx55 bool ScDoubleField::GetValue( double& rfValue ) const in GetValue()
64rfValue = rtl::math::stringToDouble( aStr, lclGetDecSep(), lclGetGroupSep(), &eStatus, &nEnd ); in GetValue()
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx144 void lcl_maybeReplaceNanWithZero( double& rfValue, sal_Int32 nMissingValueTreatment ) in lcl_maybeReplaceNanWithZero() argument
147 && (::rtl::math::isNan(rfValue) || ::rtl::math::isInf(rfValue)) ) in lcl_maybeReplaceNanWithZero()
148 rfValue = 0.0; in lcl_maybeReplaceNanWithZero()
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx349 XclImpStream& operator>>( float& rfValue );
350 XclImpStream& operator>>( double& rfValue );
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx545 void doMulMatrix(const double& rfValue) in doMulMatrix() argument
551 set(a, b, get(a, b) * rfValue); in doMulMatrix()
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx759 bool SfxOleSection::GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const in GetDoubleValue() argument
765 rfValue = pProp->GetValue(); in GetDoubleValue()
H A Doleprops.hxx289 bool GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const;

Completed in 77 milliseconds