Searched refs:mbIsDouble (Results 1 – 1 of 1) sorted by relevance
70 bool mbIsDouble; member in ScSolverOptionsString77 mbIsDouble( false ), in ScSolverOptionsString()81 bool IsDouble() const { return mbIsDouble; } in IsDouble()85 void SetDoubleValue( double fNew ) { mbIsDouble = true; mfDoubleValue = fNew; } in SetDoubleValue()86 void SetIntValue( sal_Int32 nNew ) { mbIsDouble = false; mnIntValue = nNew; } in SetIntValue()125 if ( mbIsDouble ) in Paint()
Completed in 18 milliseconds