Searched refs:rfValue (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/oox/inc/oox/helper/ |
H A D | helper.hxx | 244 …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
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | dpgroupdlg.hxx | 55 virtual bool ImplGetValue( double& rfValue ) const = 0; 76 virtual bool ImplGetValue( double& rfValue ) const; 93 virtual bool ImplGetValue( double& rfValue ) const;
|
H A D | editfield.hxx | 37 bool GetValue( double& rfValue ) const;
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | dpgroupdlg.cxx | 139 bool ScDPNumGroupEditHelper::ImplGetValue( double& rfValue ) const in ImplGetValue() 141 return mrEdValue.GetValue( rfValue ); in ImplGetValue() 159 bool ScDPDateGroupEditHelper::ImplGetValue( double& rfValue ) const in ImplGetValue() 161 rfValue = mrEdValue.GetDate() - maNullDate; in ImplGetValue()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 707 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 D | xechart.cxx | 165 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()
|
/aoo4110/main/sc/source/ui/cctrl/ |
H A D | editfield.cxx | 58 bool ScDoubleField::GetValue( double& rfValue ) const in GetValue() 67 … rfValue = rtl::math::stringToDouble( aStr, lclGetDecSep(), lclGetGroupSep(), &eStatus, &nEnd ); in GetValue()
|
/aoo4110/main/chart2/source/view/main/ |
H A D | VDataSeries.cxx | 144 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()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xistream.hxx | 349 XclImpStream& operator>>( float& rfValue ); 350 XclImpStream& operator>>( double& rfValue );
|
/aoo4110/main/basegfx/source/inc/ |
H A D | hommatrixtemplate.hxx | 545 void doMulMatrix(const double& rfValue) in doMulMatrix() argument 551 set(a, b, get(a, b) * rfValue); in doMulMatrix()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | oleprops.cxx | 759 bool SfxOleSection::GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const in GetDoubleValue() argument 765 rfValue = pProp->GetValue(); in GetDoubleValue()
|
H A D | oleprops.hxx | 289 bool GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const;
|
Completed in 84 milliseconds