Searched defs:rfValue (Results 1 – 6 of 6) sorted by relevance
244 …inline static void convertLittleEndian( float& rfValue ) { swap4( reinterpret_cast< sal_uInt… in convertLittleEndian()245 …inline static void convertLittleEndian( double& rfValue ) { swap8( reinterpret_cast< sal_uInt… in convertLittleEndian()
707 XclImpStream& XclImpStream::operator>>( float& rfValue ) in operator >>()725 XclImpStream& XclImpStream::operator>>( double& rfValue ) in operator >>()
165 bool lclIsAutoAnyOrGetScaledValue( double& rfValue, const Any& rAny, bool bLogScale ) in lclIsAutoAnyOrGetScaledValue()
545 void doMulMatrix(const double& rfValue) in doMulMatrix()
144 void lcl_maybeReplaceNanWithZero( double& rfValue, sal_Int32 nMissingValueTreatment ) in lcl_maybeReplaceNanWithZero()
759 bool SfxOleSection::GetDoubleValue( double& rfValue, sal_Int32 nPropId ) const in GetDoubleValue()
Completed in 181 milliseconds