Searched refs:GetStrResult (Results 1 – 4 of 4) sorted by relevance
214 String GetStrResult( const SwSbxValue& rValue, sal_Bool bRound = sal_True );215 String GetStrResult( double, sal_Bool bRound = sal_True );
469 String SwCalc::GetStrResult( const SwSbxValue& rVal, sal_Bool bRound ) in GetStrResult() function in SwCalc474 return GetStrResult( rVal.GetDouble(), bRound ); in GetStrResult()478 String SwCalc::GetStrResult( double nValue, sal_Bool ) in GetStrResult() function in SwCalc
676 aCalc.GetStrResult( aCalc.VarLook( sVar ) in Calculate()688 return aCalc.GetStrResult( aCalc.Calculate(aFormel) ); in Calculate()
369 rNewStr += pCalcPara->rCalc.GetStrResult( in _MakeFormel()381 rNewStr += pCalcPara->rCalc.GetStrResult( in _MakeFormel()
Completed in 32 milliseconds