Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx70 bool mbIsDouble; member in ScSolverOptionsString
77 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 12 milliseconds